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
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
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
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
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'
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
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