Author: lresende
Date: Mon Nov 19 16:51:50 2007
New Revision: 596504
URL: http://svn.apache.org/viewvc?rev=596504&view=rev
Log:
Updates to bpel iTest to workaround data binding issue
Modified:
incubator/tuscany/java/sca/itest/bpel/helloworld/src/test/java/helloworld/HelloWorld.java
incubator/tuscany/java/sca/itest/bpel/helloworld/src/test/java/helloworld/HelloWorldTestCase.java
incubator/tuscany/java/sca/itest/bpel/helloworld/src/test/resources/helloworld/helloworld.composite
Modified:
incubator/tuscany/java/sca/itest/bpel/helloworld/src/test/java/helloworld/HelloWorld.java
URL:
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/itest/bpel/helloworld/src/test/java/helloworld/HelloWorld.java?rev=596504&r1=596503&r2=596504&view=diff
==============================================================================
---
incubator/tuscany/java/sca/itest/bpel/helloworld/src/test/java/helloworld/HelloWorld.java
(original)
+++
incubator/tuscany/java/sca/itest/bpel/helloworld/src/test/java/helloworld/HelloWorld.java
Mon Nov 19 16:51:50 2007
@@ -21,7 +21,6 @@
import org.apache.tuscany.implementation.bpel.example.helloworld.HelloPortType;
import org.osoa.sca.annotations.Reference;
-import org.osoa.sca.annotations.Remotable;
/**
* @version $Rev$ $Date$
Modified:
incubator/tuscany/java/sca/itest/bpel/helloworld/src/test/java/helloworld/HelloWorldTestCase.java
URL:
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/itest/bpel/helloworld/src/test/java/helloworld/HelloWorldTestCase.java?rev=596504&r1=596503&r2=596504&view=diff
==============================================================================
---
incubator/tuscany/java/sca/itest/bpel/helloworld/src/test/java/helloworld/HelloWorldTestCase.java
(original)
+++
incubator/tuscany/java/sca/itest/bpel/helloworld/src/test/java/helloworld/HelloWorldTestCase.java
Mon Nov 19 16:51:50 2007
@@ -49,15 +49,11 @@
scaDomain.close();
}
- /**/
public void testServiceInvocation() {
-
HelloPortType bpelService = scaDomain.getService(HelloPortType.class,
"BPELHelloWorldService");
String response = bpelService.hello("Hello");
assertEquals("Hello World", response);
-
}
- /**/
public void testReferenceInvocation() {
HelloWorld bpelService = scaDomain.getService(HelloWorld.class,
"BPELHelloWorld");
Modified:
incubator/tuscany/java/sca/itest/bpel/helloworld/src/test/resources/helloworld/helloworld.composite
URL:
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/itest/bpel/helloworld/src/test/resources/helloworld/helloworld.composite?rev=596504&r1=596503&r2=596504&view=diff
==============================================================================
---
incubator/tuscany/java/sca/itest/bpel/helloworld/src/test/resources/helloworld/helloworld.composite
(original)
+++
incubator/tuscany/java/sca/itest/bpel/helloworld/src/test/resources/helloworld/helloworld.composite
Mon Nov 19 16:51:50 2007
@@ -25,7 +25,8 @@
<component name="BPELHelloWorld">
<implementation.java class="helloworld.HelloWorld"/>
<reference name="helloService" target="BPELHelloWorldService">
- <interface.wsdl
interface="http://tuscany.apache.org/implementation/bpel/example/helloworld.wsdl#wsdl.interface(HelloPortType)"
/>
+ <!-- Workaround for databinding issue -->
+ <!-- interface.wsdl
interface="http://tuscany.apache.org/implementation/bpel/example/helloworld.wsdl#wsdl.interface(HelloPortType)"
/ -->
</reference>
</component>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]