I have two components defined, A and B, and B has a Reference to A. If I make a call to A.foo, there is only one databinding transformation happening and I get the proper message on the implementation type invoker :
<?xml version="1.0" encoding="UTF-8"?> <message><TestPart><hello xmlns="http://tuscany.apache.org/implementation/bpel/example/helloworld.wsdl"><message>Hello</message></hello></TestPart></message> If I make a call to B.foo, it looks like the databinding transformation is happening twice, and the message reaching the implementation type invoker has wrong value : <?xml version="1.0" encoding="UTF-8"?> <message><TestPart><hello xmlns="http://tuscany.apache.org/implementation/bpel/example/helloworld.wsdl"><message>[hello: null]</message></hello></TestPart></message> This can be reproduced by the two tests available in the iTest/bpel/helloworld project. I was expecting that both messages to be equal. Is my expectation right ? Any ideas or suggestions ? Any -- Luciano Resende Apache Tuscany Committer http://people.apache.org/~lresende http://lresende.blogspot.com/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
