L.S.,

Have you changed the superclass from Endpoint to ProviderEndpoint? If not, the process() method provided by the archetype does exactly what you describe here: echo the input message in your process() method, without even calling your processInOut() method.

Gert

smx_ wrote:
Hi,
I see different result from running
org.apache.servicemix.samples.helloworld.se.MySpringComponentTest
The result I should expect:
org.apache.servicemix.samples.helloworld.se.MySpringComponentTest
<hello>Hello World! Message [<hello>Ski Colorado!</hello>] contains [28]
bytes</hello>.

The result I have:
Running org.apache.servicemix.samples.helloworld.se.MySpringComponentTest
<hello>Ski Colorado!</hello>

Looks like everything gets built but MyEndPoint::processInOut() is never
called...
Any ideas why?
Thanks,



Reply via email to