I didn't realize you could use JAXB with Axis2. According to the docs[1] "jaxbri" is not an option:
-d : "Specifies the Databinding framework. Valid values are xmlbeans, adb, jibx, and none. Default is adb." Do the docs need to be updated? Glen [1] http://ws.apache.org/axis2/tools/1_2/CodegenToolReference.html Am Freitag, den 11.05.2007, 11:30 +0100 schrieb Paul Fremantle: > Stefan > > The easiest way to use JAXB is to add the JAXBRI JARs to your > classpath and then use WSDL2Java -d jaxbri ... > > That's what I did and it worked for me! I haven't actually looked for > docs - I'm no good at RTFMing :-) > > Paul > > On 5/11/07, Stefan Lischke <[EMAIL PROTECTED]> wrote: > > Hi there, > > > > Is there any documentation about how to use JAXB Databinding within AXIS2? > > > > thanx in advance > > > > Stefan > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
