snip... > > Yes its that code which isn't working correctly. For example if you > run something like the helloworld-scaclient testcase you should see an > exception InvalidWSDLException: Element cannot be resolved: > {http://sample/}sayHello. (The test does pass successfully even with > that exception as the remote interface validataion code isn't enabled > yet). > > ...ant >
I'm on: java version "1.6.0_26" Java(TM) SE Runtime Environment (build 1.6.0_26-b03) Java HotSpot(TM) 64-Bit Server VM (build 20.1-b02, mixed mode) and see: ------------------------------------------------------- T E S T S ------------------------------------------------------- Running sample.HelloworldTestCase 09-Aug-2011 15:58:22 org.apache.tuscany.sca.registry.hazelcast.HazelcastDomainRe gistry initHazelcastInstance INFO: started node in domain 'default' + at: /127.0.0.1:7654 09-Aug-2011 15:58:22 org.apache.tuscany.sca.impl.NodeImpl <init> INFO: domain: default 09-Aug-2011 15:58:23 org.apache.tuscany.sca.impl.NodeImpl installContribution INFO: installContribution: helloworld 09-Aug-2011 15:58:23 org.apache.tuscany.sca.registry.hazelcast.HazelcastDomainRe gistry addEndpoint INFO: Add endpoint - (@106030716)Endpoint: URI = HelloworldComponent#service-bi nding(Helloworld/Helloworld) 09-Aug-2011 15:58:23 org.apache.tuscany.sca.impl.NodeImpl startComposite INFO: startComposite: helloworld/helloworld.composite HelloworldSCAClient, using domainURI uri:default?wka=127.0.0.1:7654 Calling HelloworldComponent.sayHello("world"): wsdl: C:\Users\slaws\AppData\Local\Temp\endpoint154063411841302205.wsdl wsdl: C:\Users\slaws\AppData\Local\Temp\endpoint4201080581756982322.wsdl Hello world 09-Aug-2011 15:58:24 org.apache.tuscany.sca.registry.hazelcast.HazelcastDomainRe gistry removeEndpoint INFO: Removed endpoint - (@106030716)Endpoint: URI = HelloworldComponent#servic e-binding(Helloworld/Helloworld) Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.041 sec So presumably this is a success case Simon -- Apache Tuscany committer: tuscany.apache.org Co-author of a book about Tuscany and SCA: tuscanyinaction.com