Re: Exception doesnt contain ObjectFactory.class or jaxb.index

2008-01-12 Thread Andreas Veithen
Subject: Re: Exception doesnt contain ObjectFactory.class or jaxb.index Virgil, Both the ObjectFactory class and the jaxb.index file are generated by JAXB 2. They are required by JAXB to load the generated classes at runtime. So, the message basically tells you that the generated classes

Re: Exception doesnt contain ObjectFactory.class or jaxb.index

2008-01-12 Thread Trasca Virgil
but no success. I am getting the same exception. Do you have some advice? Thank you, Virgil - Original Message From: Andreas Veithen [EMAIL PROTECTED] To: axis-user@ws.apache.org Sent: Saturday, January 12, 2008 4:57:01 PM Subject: Re: Exception doesnt contain ObjectFactory.class or jaxb.index

Exception doesnt contain ObjectFactory.class or jaxb.index

2008-01-10 Thread Trasca Virgil
Hello, I have a service which is exposing some classes which are mapped to an external xml file with jaxb2. I want to use jaxb2 for getting/writting values to my xml but when I send data on http for webservice I want to use the axis2 adb binding. My method that is exposing xml with jaxb2

Re: Exception doesnt contain ObjectFactory.class or jaxb.index

2008-01-10 Thread Andreas Veithen
Virgil, Both the ObjectFactory class and the jaxb.index file are generated by JAXB 2. They are required by JAXB to load the generated classes at runtime. So, the message basically tells you that the generated classes are not available in the classpath. Andreas On 10 Jan 2008, at 19:33,

Re: Exception doesnt contain ObjectFactory.class or jaxb.index

2008-01-10 Thread Trasca Virgil
-user@ws.apache.org Sent: Thursday, January 10, 2008 8:53:46 PM Subject: Re: Exception doesnt contain ObjectFactory.class or jaxb.index Virgil, Both the ObjectFactory class and the jaxb.index file are generated by JAXB 2. They are required by JAXB to load the generated classes at runtime. So