[ http://issues.apache.org/jira/browse/TUSCANY-124?page=comments#action_12376056 ]
Jim Marino commented on TUSCANY-124: ------------------------------------ I think I fixed the issue but I can't get the attached to build on my machine so I am not sure if the web services binding will work. I have checked in unit tests that rely on the foo binding in container-java that exercise this core feature: org.apache.tuscany.container.java.integration.binding.EPtoExternalServiceTestCase org.apache.tuscany.container.java.integration.binding.ExternalServiceProxyInvokeTestCase Ideally, I would like the unit tests to be in core but pending what we decide on integration testing, I did not want to duplicate the test binding in two places (test classes can't be shared between projects). If this doesn't fix the problem, can you send a testcase demonstrating the issue so I can help address it? Thanks, Jim > Wiring an entryPoint to an externalService fails > ------------------------------------------------ > > Key: TUSCANY-124 > URL: http://issues.apache.org/jira/browse/TUSCANY-124 > Project: Tuscany > Type: Bug > Components: Java SCA Core > Reporter: ant elder > Assignee: Jim Marino > Attachments: helloworldGateway.zip > > Wiring an entryPoint to an externalService both using a WS binding fails. > There's no error message or anything visible that I could find, the > entryPoint application just vanishes from tomcat. > I'll attach a helloworldGateway sample that demonstrates the problem. Its the > helloworldws sample with the only change being adding an externalService to > the sca.module. Just drop the war in your tomcat webapp dir and you can > invoke it with the helloworldwsclient sample by changing the endpoint in the > wsdl to point at the helloworldGateway app. Have the entryPoint reference in > the gateway sample pointing at the component and it works fine, change it to > be the externalService and restart tomcat and the entryPoint application > disapears. > -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
