Re: Camel Axis2 integration

2009-08-15 Thread Sagara Gunathunga
Hi nick, Sometimes ago i tried for "reportincident “ sample with axis2 may be that will help out to you also, please refer this [1] Claus, may be i can spend some time for axis2 component. If so i will update the list. [1] - http://ssagara.blogspot.com/2009/04/axis2-ride-with-camel.html Thanks

Re: Try/catch with split

2009-08-15 Thread Claus Ibsen
Hi You need the to span the entire route such as http://camel.apache.org/schema/spring";> java.lang.Exception false

Re: bean binding with inheritance & 2.0-M3 camel-http

2009-08-15 Thread Claus Ibsen
Hi Had a 2nd look and realized you need to use multipart/form instead to upload files. See example on ticket using curl with the -F option https://issues.apache.org/activemq/browse/CAMEL-1913 On Sat, Aug 15, 2009 at 12:23 PM, Claus Ibsen wrote: > Hi > > I had a look and found a glitch. I have

Re: FUSE ESB 4.1.0.2: camel-mina feature will not install

2009-08-15 Thread aaronriekenberg
What repo did you find the mina 1.1.7_2-SNAPSHOT bundle in? I can't find it in any of these: http://people.apache.org/repo/m2-snapshot-repository (has a 1.1.7_2-SNAPSHOT directory but it's empty) https://repository.apache.org/content/repositories/snapshots http://repo.fusesource.com/maven2-snaps

Re: bean binding with inheritance & 2.0-M3 camel-http

2009-08-15 Thread Claus Ibsen
Hi I had a look and found a glitch. I have created a ticket to track it https://issues.apache.org/activemq/browse/CAMEL-1913 On Fri, Aug 14, 2009 at 10:56 PM, jjb wrote: > > Hi > > My example does use the POST method to send the data by virtue of using the > --post-file option to wget.  From the

Re: Does Jaxb With Spring Remoting (proxy) work ?

2009-08-15 Thread akuhtz
Hi, If I get you right the problem is that the classes generated by jaxb do not implement Serializable?! This can be changed by adding custom binding for jaxb. I haven't tried out how to use this with Camel but I guess this should be a starting point. You can also google for jaxb java class seria