You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by ri...@apache.org on 2006/12/03 22:33:06 UTC

svn commit: r481914 - /incubator/tuscany/java/sca/services/bindings/binding.axis2/src/main/java/org/apache/tuscany/binding/axis2/Axis2BindingBuilder.java

Author: rineholt
Date: Sun Dec  3 13:33:06 2006
New Revision: 481914

URL: http://svn.apache.org/viewvc?view=rev&rev=481914
Log:
extend scope annotations in interface of binding to service contract.
But how do we do this for for wsdl interface ? Should these properties be allowed in the SCDL?

Modified:
    incubator/tuscany/java/sca/services/bindings/binding.axis2/src/main/java/org/apache/tuscany/binding/axis2/Axis2BindingBuilder.java

Modified: incubator/tuscany/java/sca/services/bindings/binding.axis2/src/main/java/org/apache/tuscany/binding/axis2/Axis2BindingBuilder.java
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/services/bindings/binding.axis2/src/main/java/org/apache/tuscany/binding/axis2/Axis2BindingBuilder.java?view=diff&rev=481914&r1=481913&r2=481914
==============================================================================
--- incubator/tuscany/java/sca/services/bindings/binding.axis2/src/main/java/org/apache/tuscany/binding/axis2/Axis2BindingBuilder.java (original)
+++ incubator/tuscany/java/sca/services/bindings/binding.axis2/src/main/java/org/apache/tuscany/binding/axis2/Axis2BindingBuilder.java Sun Dec  3 13:33:06 2006
@@ -107,7 +107,7 @@
             inboundContract.setInterfaceClass(serviceDefinition.getServiceContract().getInterfaceClass());
             inboundContract.setDataBinding(OM_DATA_BINDING);
             inboundContract.setCallbackName(serviceDefinition.getServiceContract().getCallbackName());
-
+            inboundContract.setInteractionScope(serviceDefinition.getServiceContract().getInteractionScope());
             try {
                 wireService.checkCompatibility(inboundContract, outboundContract, true);
             } catch (IncompatibleServiceContractException e) {



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org


Fwd: svn commit: r481914 - /incubator/tuscany/java/sca/services/bindings/binding.axis2/src/main/java/org/apache/tuscany/binding/axis2/Axis2BindingBuilder.java

Posted by Jim Marino <jm...@myromatours.com>.
> extend scope annotations in interface of binding to service contract.
> But how do we do this for for wsdl interface ? Should these  
> properties be allowed in the SCDL?

Hi Rick,

FYI in the specs scopes are moving to the component type and the  
"interaction scope" is going to change to "conversational service"  
vs. "non-conversational" service (boolean on ServiceContract). The  
latter will  need to be noted through WSDL (also a TODO in the spec  
group). At some point this week, I was planning on making the  
necessary changes in trunk.

Jim

---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org