Re: Embedded Web Console in Tomcat

2012-01-09 Thread cexbrayat
Actually with 2.9.0 you can run the console with Tomcat7 but still not Tomcat6 or another webserver. As far as I know, you can't deploy it in a seperate war, the actual way to do it is with a war overlay (and that bothers me too...). That would be great to deploy it in a seperate instance. We have

Re: Can we define jetty property of the server when using camel cxf endpoint ?

2011-12-22 Thread cexbrayat
Can you provide a small sample please ? I can't find how to configure it in the docs. -- View this message in context: http://camel.465427.n5.nabble.com/Can-we-define-jetty-property-of-the-server-when-using-camel-cxf-endpoint-tp3398816p5093959.html Sent from the Camel - Users mailing list archive

CXF lists as arguments

2011-11-28 Thread cexbrayat
One of my routes is sending a message to an existing SOAP web service, declared in java as @WebResult @WebMethod(operationName = GET_INFO_PRODUITS) Infos getInfoProduits(@WebParam String code, *@WebParam List requests*); When i'm trying to send a list of requests, the output message is : 1

Re: Embedded Web Console in Tomcat

2011-10-14 Thread cexbrayat
I've opened an issue for this, as it seems to be same thing with the camel-archetype-webconsole out of the box https://issues.apache.org/jira/browse/CAMEL-4546 CAMEL-4546 The current archetype in 2.9.0-SNAPSHOT needs a little work to run (even with "mvn jetty:run") out of the box : https://issue

Embedded Web Console in Tomcat

2011-10-12 Thread cexbrayat
Hi, To make things short, I can't get the console neither in Jetty nor Tomcat. For those who want to help, here is the full situation I've been using the web console component directly in my webapp (using war overlay) with Jetty : it's *working great when i run it with "mvn jetty:run"*. I'

Re: CXF endpoint and properties

2011-09-28 Thread cexbrayat
It's working great with 2.9-SNAPSHOT and the following context (propertyPlaceholder needs to be declared in the camel context) http://camel.apache.org/schema/spring";> com.groupemb

CXF endpoint and properties

2011-09-28 Thread cexbrayat
Hi, I'm trying to do a very simple thing : externalize a few properties of my endpoints in a file (some properties such as the endpoint's address depends on the target platform) but I can't get it done. Here's my camel-context.xml http://camel.a