Re: Camel JAXB component - schema attribute not present in element JAXB

2014-04-14 Thread Claus Ibsen
On Mon, Apr 14, 2014 at 9:28 AM, contactreji wrote: > Hi Claus > > Thanks for that! Can you suggest of there is a way I can use JAXB mashalling > capabilities without Java classes. Can I get the job done by directly giving > a .xsd file to the component. > Not from Apache Camel. There is camel-s

Re: Camel JAXB component - schema attribute not present in element JAXB

2014-04-14 Thread akoufoudakis
Hello, Reji, Claus! Sorry for intervening. JAXB has no value without Java classes, because the main purpose of it is to transfer XML to Java classes. If I understand correctly JAXB. You could *validate* your message (well, exchange.getIn().getBody()) against the XSD schema, without Java classes.

Re: Camel JAXB component - schema attribute not present in element JAXB

2014-04-14 Thread contactreji
Hi Claus Thanks for that! Can you suggest of there is a way I can use JAXB mashalling capabilities without Java classes. Can I get the job done by directly giving a .xsd file to the component. Reji -- View this message in context: http://camel.465427.n5.nabble.com/Camel-JAXB-component-schema

Re: Camel JAXB component - schema attribute not present in element JAXB

2014-04-14 Thread Claus Ibsen
On Mon, Apr 14, 2014 at 1:45 AM, contactreji wrote: > Hi friends > > I was just trying to use Camel JaXB element to unmarshall an incoming XML to > java object. > > My code is as follows > > http://camel.apache.org/schema/spring"; > xmlns:eamns="http://www.ibm.com/maximo";> >

Re: camel jaxb component

2013-09-14 Thread Christian Müller
Study http://camel.apache.org/jaxb.html. Best, Christian - Software Integration Specialist Apache Camel committer: https://camel.apache.org/team V.P. Apache Camel: https://www.apache.org/foundation/ Apache Member: https://www.apache.org/foundation/members.html https://www.linked

Re: camel jaxb component

2013-09-11 Thread Claus Ibsen
Hi Try to search the internet for this kind of JAXBException about doesnt contain jaxb.index and you can find plenty of links about this. On Wed, Sep 11, 2013 at 7:37 PM, contactreji wrote: > Hi > > I am trying to marsha some data which is receivd at CXF Endpoint as follows > > > http://camel.a