Re: Camel and XmlBeans

2011-09-05 Thread nizhnegorskiy
I'm sorry, it's OK. Thanks! -- View this message in context: http://camel.465427.n5.nabble.com/Camel-and-XmlBeans-tp4769868p4770626.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Camel and XmlBeans

2011-09-05 Thread nizhnegorskiy
Yes, i can, but it doesn't work. theOutPutFile does not appear... -- View this message in context: http://camel.465427.n5.nabble.com/Camel-and-XmlBeans-tp4769868p4770463.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Camel and XmlBeans

2011-09-05 Thread heinrichheine
you can use a processor!? from("file:") .unmarshal().xmlbeans() .process (new MagicXmlChangeJavaClassProcessor()) .to("file:theOutPutFile); -- View this message in context: http://camel.465427.n5.nabble.com/Camel-and-XmlBeans-tp4769868p4770346.html Sent from the Camel - Use

Camel and XmlBeans

2011-09-05 Thread nizhnegorskiy
: from("file:") .unmarshal().xmlbeans() // What do I write here? .to("file:") How do I do this? I can't find documentation about this question.. Thanks in advance! -- View this message in context: http://camel.465427.n5.nabble.com/Camel-and-XmlBeans-tp4769868p4769868

Re: Camel and XMLBeans

2011-08-08 Thread Claus Ibsen
he XMLBeans mailing list. >>> >>> As far as Camel goes, it support pretty much all of the popular >>> object-to-xml marshaling libraries: JAXB, XMLBeans, Castor, JibX and >>> XStream. The latter is more a serialization library than a marshaling one >>&

Re: Camel and XMLBeans

2011-08-08 Thread Freeman Fang
7;s a detail. JAXB has the benefit of being part in the JDK. So it's a matter of choice, are you in a greenfield situation? Or are you already using of these technologies? -- View this message in context: http://camel.465427.n5.nabble.com/Camel-and-XMLBeans-tp4649021p4649604.html Sent from

Re: Camel and XMLBeans

2011-07-30 Thread Robert J. Liguori
; but that's a detail. JAXB has the benefit of being part in the JDK. So it's > a matter of choice, are you in a greenfield situation? Or are you already > using of these technologies? > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Camel-

Re: Camel and XMLBeans

2011-07-30 Thread Richard Kettelerij
a marshaling one but that's a detail. JAXB has the benefit of being part in the JDK. So it's a matter of choice, are you in a greenfield situation? Or are you already using of these technologies? -- View this message in context: http://camel.465427.n5.nabble.com/Camel-an

Camel and XMLBeans

2011-07-29 Thread Robert J. Liguori
I noticed that Camel has support for Apache XMLBeans. I'm trying to figure out what's going on with the Apache XMLBeans project. Is it dead? Has it been replaced with newer technologies? What's going on? Note: I noticed that the build releases, mailing lists, documentation, etc. for Apache