Re: Streaming huge EDI file with camel

2011-03-27 Thread Claus Ibsen
On Sat, Mar 26, 2011 at 1:04 PM, Claus Straube wrote: > Hi Claus, > > I know thats deprecated and I'm using their stuff. The post to the camel > list was because it's still 'camel'  and there is a chance that anybody > community has used it before ;) > Yeah thats fine. I would assume Smooks would

Re: Streaming huge EDI file with camel

2011-03-27 Thread Daniel Bevenius
The thread on the Smooks list is being answered and is active...we did not ignore the post. Den 27 mar 2011 11.03, "Claus Ibsen" skrev: On Sat, Mar 26, 2011 at 1:04 PM, Claus Straube wrote: > Hi Claus, > > I k... Yeah thats fine. I would assume Smooks would be able to deal with big files in a s

Re: Streaming huge EDI file with camel

2011-03-27 Thread Claus Ibsen
On Fri, Mar 25, 2011 at 6:19 PM, Claus Straube wrote: > Hi all. > > I've posted this on the smooks list, but there was nobody who could give me > a hint... > btw its a good idea to post a link to that original thread so people can look as well. > I'm trying to transform a huge edi file to xml.

How to run Camel in Eclipse EquinoxKaraf

2011-03-27 Thread Владимир Большуткин
Hello, I have issues on using Camel in Eclipse Equinox (my goal is to create Eclipse plugin with Camel support). First of all, I'm trying to run camel-example-osgi. I managed to run it under Apache Karaf, but not Eclipse. I ran Eclipse, opened it's host OSGi console and installed necessary bundle

Re: Streaming huge EDI file with camel

2011-03-27 Thread Daniel Bevenius
Sorry about that, here is the Smooks thread: http://old.nabble.com/Streaming-huge-EDI-file-with-camel-td31238361.html Regards, /Daniel On 27 March 2011 11:27, Claus Ibsen wrote: > On Fri, Mar 25, 2011 at 6:19 PM, Claus Straube > wrote: > > Hi all. > > > > I've posted this on the smooks list,

Re: Streaming huge EDI file with camel

2011-03-27 Thread Claus Ibsen
On Sun, Mar 27, 2011 at 3:04 PM, Daniel Bevenius wrote: > Sorry about that, here is the Smooks thread: > http://old.nabble.com/Streaming-huge-EDI-file-with-camel-td31238361.html > Thanks, however I address that to Claus who started this post here. Its just a good idea to refer to X when you menti

Re: Streaming huge EDI file with camel

2011-03-27 Thread Claus Straube
Thank's Danial. Was a good idea to link the thread. To make it clear - I not ignored at the mylin list. But my problem to get the sax parser running with Best regards - Claus Am Sonntag, den 27.03.2011, 15:04 +0200 schrieb Daniel Bevenius : Sorry about that, here is the Smooks thread: h

Re: trying several parameters of FileComponent...

2011-03-27 Thread dead_devil_66
for some reason, i have a lot of pending messages i wonder if you even received the message i posted here... -- View this message in context: http://camel.465427.n5.nabble.com/trying-several-parameters-of-FileComponent-tp4089201p4266653.html Sent from the Camel - Users mailing list archive

Re: Simple convert XML to JSON?

2011-03-27 Thread magnuspalmer
I decided to model the domain object described by the schema and using Jaxb annotations it worked fine to marshal it to Json the way I wanted. Still I am curious about how to easily convert a simple xml file to json so that one xml element or attribute gets a one to one relationship with json. Rig

Re: Simple convert XML to JSON?

2011-03-27 Thread Fernando Ribeiro
You might want to take a look at https://github.com/upictec/JsonTypeConverter and https://github.com/upictec/JsonDataFormat, which are surely going to welcome your feedback and/or participation too. Thanks. On Sun, Mar 27, 2011 at 9:07 PM, magnuspalmer wrote: > I decided to model the domain objec

Re: trying several parameters of FileComponent...

2011-03-27 Thread dead_devil_66
this issue is being discussed at http://fusesource.com/forums/thread.jspa?threadID=2830&tstart=0 -- View this message in context: http://camel.465427.n5.nabble.com/trying-several-parameters-of-FileComponent-tp4089201p4267045.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Documentation for automatic marshalling and unmarshalling

2011-03-27 Thread Leonard Axelsson
Thanks for the explanation, both of you! I was reading the documentation but couldn't really make out if that was what was meant to happen or not. /Leo On Sat, Mar 26, 2011 at 11:19 AM, Claus Ibsen wrote: > Hi > > Its the type converter that can kick in and can convert JAXB objects > if you hav