Request response with XA on websphere+webspheremq

2011-06-19 Thread sowmya
Hi, I am trying to achieve JMS request response scenario in XA with websphere and websphere mq. I am not using routes. I am using JmsProducer..process(ExchangePattern exchange) with exchangePattern set to InOut. Since JMS will not send any messages until a commit is performed, the server side won'

Re: JBoss 5.1.0, Camel, Spring, Servlet endpoint - Anyone succeded?

2011-06-19 Thread Claus Ibsen
On Mon, Jun 20, 2011 at 1:36 AM, Don Doffe wrote: > Thanks. > > I guess in my situation using Fuse distribution is more preferrable > (enterprise affiliation is an important question for our management). > > Do you think you could find time to look if anything can be done about > https://issues.ap

Re: JBoss 5.1.0, Camel, Spring, Servlet endpoint - Anyone succeded?

2011-06-19 Thread Don Doffe
Thanks. I guess in my situation using Fuse distribution is more preferrable (enterprise affiliation is an important question for our management). Do you think you could find time to look if anything can be done about https://issues.apache.org/jira/browse/CAMEL-3549 CAMEL-3549 ? -- View this mes

Re: JBoss 5.1.0 & Camel 2.7.0 - SLF4J version difference?

2011-06-19 Thread Richard Kettelerij
Oscar, Your WAR probably contains JAXB libs that are incompatible with the JAXB implementation used by JBoss AS 5.1.0. Can you check the contents of your WEB-INF/lib directory and possibly delete the following jars: - jaxb-api - jaxb-impl Regards, Richard On Sun, Jun 19, 2011 at 9:42 PM, Oscar

Re: JBoss 5.1.0 & Camel 2.7.0 - SLF4J version difference?

2011-06-19 Thread Oscar Picasso
No, I am not deploying the web console. It's just the war generated with the camel-archetype-war maven plugin. On Sat, Jun 18, 2011 at 8:20 PM, Don Doffe wrote: > I have seen this too. Though I have tried so many things in the last few > days > I can not recall exactly what caused this. > > I ha