XML to JAVADSL problem : The message between the enpoint and a consumer is empty

2011-09-08 Thread atouret . nospam
Hello, I m beginning with camel development. Im trying to create a Webservice proxy on tomcat. Firstly I created the proxy with spring xml configuration http://localhost:8080/ws-proxy/webservices/proxy"; endpointName="s:WSProxyEndpointPort" serviceName="s:WS

how to monitor a route

2011-09-13 Thread atouret . nospam
Hello, I'm building a webservice proxy. The route is easy to understand : http://localhost:8080/ws-proxy/webservices/proxy"; endpointName="s:WSProxyEndpointPort" serviceName="s:WSProxyEndpointService" wsdlURL="/wsdl/ws-proxy.wsdl"

Re: how to monitor a route

2011-09-15 Thread atouret . nospam
Hello, First, thanks everybody for your advice. I also looked around a custom event notifier coupled with a database. In any case, it would be nice if should have a look of your monitoring solution :) . You can use both github or bitbucket. Thanks in advance. Regards, Alexandre - Mail origi

Camel 2.8.1 produces NoClassDefFoundError: org/apache/camel/HeaderFilterStrategyAware on a webapp startup

2011-09-16 Thread atouret . nospam
Hello I'm trying to migrate an existing webapp which uses camel 2.8.0 to 2.8.1. Unfortunately, when I start the webapp I have the following error : 16 sept. 2011 13:51:28 org.apache.catalina.core.StandardContext listenerStart GRAVE: Exception lors de l'envoi de l'évènement contexte initialisé (con

Re: Camel 2.8.1 produces NoClassDefFoundError: org/apache/camel/HeaderFilterStrategyAware on a webapp startup

2011-09-16 Thread atouret . nospam
Hello I m using tomcat and you're right. I mixed this upgrade and an another config Thanks Regards Alexandre - Mail original - De: "Claus Ibsen" À: users@camel.apache.org Envoyé: Vendredi 16 Septembre 2011 14:05:44 Objet: Re: Camel 2.8.1 produces NoClassDefFoundError: org/apache/c

Apache camel on weblogic

2011-09-16 Thread atouret . nospam
Hello, Do you know if apache camel works on weblogic AS ? Thanks. Regards, Alexandre Touret

camel jpa tracer always set routeId as route1

2011-10-04 Thread atouret . nospam
Hi all, I'm working on the camel jpa tracer. It works fine but always produce a routeId field as 'route1'. However I initialied all my rouet Ids fields as following : http://camel.apache.org/schema/spring"; id="proxycontext" trace="true"> info.touret.exchange

Re: camel jpa tracer always set routeId as route1

2011-10-04 Thread atouret . nospam
Hi, I'm using camel 2.8.1 Regards - Mail original - De: "Claus Ibsen" À: users@camel.apache.org Envoyé: Mardi 4 Octobre 2011 10:32:09 Objet: Re: camel jpa tracer always set routeId as route1 Hi What version of Camel are you using? On Tue, Oct 4, 2011 at 10:12 AM, wrote: > Hi all, >

Re: camel jpa tracer always set routeId as route1

2011-10-04 Thread atouret . nospam
Thanks for your response. Regards Alexandre - Mail original - De: "Claus Ibsen" À: users@camel.apache.org Envoyé: Mardi 4 Octobre 2011 11:02:01 Objet: Re: camel jpa tracer always set routeId as route1 On Tue, Oct 4, 2011 at 10:36 AM, wrote: > Hi, > I'm using camel 2.8.1 > Its fixed i