I only can execute HelloWorld2 example. I'm able to deploy the three examples without problems in Servicemix (HelloWorld2, HelloWorld2-RPC and PingPong). I have change persistence layer to hibernate in ODE JBI component.
With HelloWorld2 there is no problem: _sendsoap: [echo] ode.sendsoap.url=http://localhost:8080/hello-doc/ [echo] ode.sendsoap.filename=/opt/ApacheOde/examples/HelloWorld2/message.soap [exec] WARN - 2007-03-01 10:12:44,056 - <org.apache.commons.httpclient.HttpMethodBase> Going to buffer response body of large or unknown size. Using getResponseBodyAsStream instead is recommended. [exec] <?xml version='1.0' encoding='UTF-8'?><SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"><SOAP-ENV:Body><HelloResponse xmlns="urn:/HelloWorld2.wsdl" xmlns:hello="urn:/HelloWorld2.wsdl"> [exec] <hello:text xmlns:hello="urn:/HelloWorld2.wsdl">hello World</hello:text> [exec] </HelloResponse></SOAP-ENV:Body></SOAP-ENV:Envelope> With HelloWorld2-RPC, I get next error in Servicemix: ERROR - OdeService - Could not find a mapper for request message for JBI MEX ID:localhost-49122-1172739509178-2:12; ODE MEX 17 is failed. ERROR - OdeService - Error invoking ODE. org.apache.ode.jbi.msgmap.MessageTranslationException: Could not find a mapper for request message for JBI MEX ID:localhost-49122-1172739509178-2:12; ODE MEX 17 is failed. at org.apache.ode.jbi.OdeService.invokeOde(OdeService.java:225) at org.apache.ode.jbi.OdeService.onJbiMessageExchange(OdeService.java:140) at org.apache.ode.jbi.JbiMessageExchangeEventRouter.onJbiMessageExchange(JbiMessageExchangeEventRouter.java:47) at org.apache.ode.jbi.Receiver$1.run(Receiver.java:190) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:417) at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:269) at java.util.concurrent.FutureTask.run(FutureTask.java:123) at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:650) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:675) at java.lang.Thread.run(Thread.java:595) and with PingPong example, I get the Unroutable error: ERROR - OdeService - ODE MEX {MyRoleMex#18 [Client ID:localhost-49122-1172739509178-2:13] calling {urn:/Ping.wsdl}PingService.PingRequest(...)} was unroutable. I'm using Servicemix 3.2 and ApacheOde latest builds. To run the examples I execute "ant test" command. Alex Boisvert wrote: > > The JBI examples have recently been moved under the distro-jbi module: > > http://svn.apache.org/repos/asf/incubator/ode/trunk/distro-jbi/ > > alex > > > On 2/21/07, Wolfgang Pleus <[EMAIL PROTECTED]> wrote: >> >> >> Hello, >> >> I downloaded the current ode source today. I would like to use the >> ode-jbi-component. I was able to install it in servicemix without >> problems. >> Now I´m looking for an example on how to create a service unit/assembly >> for ode. >> Is something like that available? The jbi-examples folder is empty. >> >> Thank you >> Wolfgang >> >> > > -- View this message in context: http://www.nabble.com/jbi-example-tf3267156.html#a9246170 Sent from the Apache Ode User mailing list archive at Nabble.com.