help with websphere MQ with XA transaction. Sample code below.

2012-03-02 Thread dmhatre
Hi Folks, I am new to Apache camel. And got the JMS websphere MQ with camel. But I am struggling with XA transaction. Can somebody help me and give some leads to implement XA transaction. Below is the code sample which is working(but without XA transaction) The option transacted=true uses JMST

Re: Apache Camel Night in Zurich

2012-03-02 Thread Babak Vahdat
Hi Christian, Looking forward to meet you in Zurich! Babak Von meinem iPhone gesendet Am 02.03.2012 um 22:21 schrieb Christian Müller : > Hi Babak! > > I registered for this event and I'm on the waiting list. With a bit luck we > will meet us in Zurich soon... > > Best, > Christian > > On T

Re: Propogate CXF Exception to Camel

2012-03-02 Thread ychawla
Hi Willem, I upgraded to Camel 2.8.4 and CXF 2.4.6 and I still see this behavior. Here is my route. It basically reads from a folder and calls a web service:

Re: Apache Camel Night in Zurich

2012-03-02 Thread Christian Müller
Hi Babak! I registered for this event and I'm on the waiting list. With a bit luck we will meet us in Zurich soon... Best, Christian On Thu, Mar 1, 2012 at 11:00 AM, Babak Vahdat wrote: > Hi > > on March 22nd 2012 together with James Strachen, I'm gonne give a talk > about > Apache Camel > in Z

Re: Camel features depending on Camel Component

2012-03-02 Thread Reuben Garrett
thanks, Dan! On Thu, Mar 1, 2012 at 12:16, Ashwin Karpe wrote: > look for it ... in camel-extras/github. The component was quite > compelling and could not be brought into the Apache Camel offering due to > license restrictions in RabbitMQ. > to Ashwin's point (above), does this mean that elem

Re: Camel features depending on Camel Component

2012-03-02 Thread Daniel Kulp
On Friday, March 02, 2012 12:56:40 PM Reuben Garrett wrote: > RabbitMQ appears to be licensed under MPL 1.1 [1], but there is a new MPL > 2.0 [2] that is purportedly more Apache-friendly [3]. Are MPL 2.0 projects > compatible for incorporation in APL projects? I don't fully understand all > the i

Re: Camel features depending on Camel Component

2012-03-02 Thread Reuben Garrett
RabbitMQ appears to be licensed under MPL 1.1 [1], but there is a new MPL 2.0 [2] that is purportedly more Apache-friendly [3]. Are MPL 2.0 projects compatible for incorporation in APL projects? I don't fully understand all the intricacies entailed, but perhaps new possibilities will arise [4].

Re: how to build a sql insert route from xml payload

2012-03-02 Thread shin938
Thanks. I did try it with setting headers first but then I had a problem: because I transformed the pax logging event to a pojo and then to xml with xstream, if for example there was no exception then there was no field in the xml and I wouldn't know how to design the query. at the end I did it wit

Re: Call external webservice

2012-03-02 Thread Claus Ibsen
You get some kind a NoSuchMethodError exception. Which version of CXF are you using? And make sure you do not have mixed versions of the JARs on the classpath. You need to use CXF 2.5.1 or the 2.5.2 ought to work as well for Camel 2.9.0. On Fri, Mar 2, 2012 at 10:34 AM, pvunckx wrote: > Hi, > >

Call external webservice

2012-03-02 Thread pvunckx
Hi, I'm stuck with some basic functionality... I'm trying to call an external webservice This is what I'm doing: CamelContext context = new DefaultCamelContext(); try { RouteBuilder builder = new RouteBuilder(){ @Override public void configure() throws Exception {

Re: how to build a sql insert route from xml payload

2012-03-02 Thread Babak Vahdat
The Fusesource video is fŠ awsome! Unbelievable what James & Co. has made out of the Fuse-IDE Tool! Congratulations :-) I'm really impressed! Babak Am 02.03.12 09:20 schrieb "Claus Ibsen" unter : >On Thu, Mar 1, 2012 at 7:23 PM, shin938 wrote: >> Hi Claus >> Thank you for the quick response.

Re: how to build a sql insert route from xml payload

2012-03-02 Thread Claus Ibsen
On Thu, Mar 1, 2012 at 7:23 PM, shin938 wrote: > Hi Claus > Thank you for the quick response. > aside from mybatis or velocity , I understand it wouldn't be possible > with the xpath language? You may be able to do some pieces with a scripting language ala groovy, but it will just get a bit messy