Re: SAXParseException by receiving a CXF web service response

2011-04-17 Thread Willem Jiang
Hi Christian, I need more information before digging into the issue. Are there lots of requests send the camel route at the same time? Are there request message are same? Which version of JDK are you using, there are some known JAXP issues that we fixed with Fuse ESB recently. Can you try to r

Re: Multiple remote connection to the same host but different users

2011-04-17 Thread manoj.sahu
Hi Ashiwin, Thanks for your response. Unfortunately I cannot do that. First of all the remote server is from a Service Provider. Their URL is fixed. Only connecting users need to be different. It's the same service offered at a fixed endpoint. The re-authentication is needed for many differen

Re: Multiple remote connection to the same host but different users

2011-04-17 Thread Ashwin Karpe
Hi, If we are talking about 2 separate connections, can you not set up 2 different endpoints. This should enable you to create a secure connection with different credentials and then use that to communicate with the server.. Of course, you may need to modify your route or add a separate route to c

SAXParseException by receiving a CXF web service response

2011-04-17 Thread Christian Mueller
Hello list! We are using Camel 2.2.0-fuse-02-00 and receiving some times (not all times) the following exception by validating the response against the WSDL file: {noformat} -- 2011-04-15 16:55:22,527 | INFO | qtp-1596710415-1 | LoggingInInterceptor

Re: Multiple remote connection to the same host but different users

2011-04-17 Thread manoj.sahu
I just want to make it clear that I have seen this behavior when I am running integration level tests using JUnit4. I have not tested yet running this inside a container (Tomcat...) -- View this message in context: http://camel.465427.n5.nabble.com/Multiple-remote-connection-to-the-same-host-but

Multiple remote connection to the same host but different users

2011-04-17 Thread manoj.sahu
Hi there, I am using camel HTTP component to do an outbound connection to a remote server. However, depending on my inbound connection I need to communicate to the remote server using different credentials. The remote server uses basicauth. What I have noticed that camel tries to reuse the alrea

Re: camel and business flows

2011-04-17 Thread Christian Schneider
I think the main difference between camel and a typical bpm engine are human tasks. Camel is a good choice for automated flows without human interaction. BPM engines typically focus on integrating human tasks with automated tasks. So it might in fact be a good idea to combine both. Christian

Re: camel and business flows

2011-04-17 Thread Romain Manni-Bucau
thanks for these answers. - Romain 2011/4/17 Richard Kettelerij > Note that Activiti (http://activiti.org) integrates with Camel: > > https://fisheye.codehaus.org/browse/activiti/activiti/trunk/modules/activiti-camel > . > > On Sun, Apr 17, 2011 at 6:26 PM, Jean-Baptiste Onofré >wrote: > > >

Re: camel and business flows

2011-04-17 Thread Richard Kettelerij
Note that Activiti (http://activiti.org) integrates with Camel: https://fisheye.codehaus.org/browse/activiti/activiti/trunk/modules/activiti-camel . On Sun, Apr 17, 2011 at 6:26 PM, Jean-Baptiste Onofré wrote: > Hi Romain, > > the first target of Camel is integration and EIP. So it's more integra

Re: camel and business flows

2011-04-17 Thread Jean-Baptiste Onofré
Hi Romain, the first target of Camel is integration and EIP. So it's more integration oriented than business oriented. If from a technical point of view, it's possible to use Camel to implement business flows, I think that pure player in this domain is more flexible and provide more tooling

camel and business flows

2011-04-17 Thread Romain Manni-Bucau
Hi all, what do you think about using camel for business flows? Is it a good idea or other open source framework will do better (faster?)? I ask it because technically i see how to do but i don't know if it is a good idea because it is not the first goal of camel. - Romain

Re: Camel release 2.8

2011-04-17 Thread Claus Ibsen
On Sun, Apr 17, 2011 at 5:18 AM, Willem Jiang wrote: > Did you have a chance to build the camel-spring bundle yourself? > I just checked the camel-spring jar on my box, it has the class of > CamelJMXAgentDefinition . > A good idea is to do a full build (skip test) of all the source code. As docu

Re: Error Handling with Spring XML

2011-04-17 Thread Claus Ibsen
Hi I have reproduced the issue and fixed it on trunk https://issues.apache.org/jira/browse/CAMEL-3877 -- Claus Ibsen - FuseSource Email: cib...@fusesource.com Web: http://fusesource.com CamelOne 2011: http://fusesource.com/camelone2011/ Twitter: davsclaus Blog: http://davsclaus.

Re: Error Handling with Spring XML

2011-04-17 Thread Claus Ibsen
What Camel and Spring version are you using? -- Claus Ibsen - FuseSource Email: cib...@fusesource.com Web: http://fusesource.com CamelOne 2011: http://fusesource.com/camelone2011/ Twitter: davsclaus Blog: http://davsclaus.blogspot.com/ Author of Camel in Action: http://www.manni