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.
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.
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
:
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
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
>>&
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
; 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-
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
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