RE: How to configure axis2-1.1 to support JAXB-RI

2006-12-06 Thread Sanjiva Weerawarana
On Fri, 2006-12-01 at 16:46 -0800, Brennan Spies wrote: Jim, The official implementation that will be supported by Axis 2 is Apache’s own JaxMe. JaxMe is not “1.0” yet (0.5.2—of course, version numbers are not always an indicator of quality ;-), so I imagine that Axis 2 support will

Re: How to configure axis2-1.1 to support JAXB-RI

2006-12-06 Thread Davanum Srinivas
s/both implement the same spec/both implement different versions of the same spec/ :) -- dims On 12/6/06, Sanjiva Weerawarana [EMAIL PROTECTED] wrote: On Fri, 2006-12-01 at 16:46 -0800, Brennan Spies wrote: Jim, The official implementation that will be supported by Axis 2 is Apache's own

Re: How to configure axis2-1.1 to support JAXB-RI

2006-12-01 Thread Davanum Srinivas
Jim, If you pull the 1.1 branch of Axis2 and build it yourself, you can use the JAXB-RI with minimal effort, Just have to run WSDL2Java with -d jaxbri. thanks, dims On 11/30/06, jim ma [EMAIL PROTECTED] wrote: Great thanks, Brennan. This feature will be supported in the next release ? Jim

RE: How to configure axis2-1.1 to support JAXB-RI

2006-12-01 Thread Brennan Spies
answered by someone else. _ From: jim ma [mailto:[EMAIL PROTECTED] Sent: Thursday, November 30, 2006 6:25 PM To: axis-user@ws.apache.org; [EMAIL PROTECTED] Subject: Re: How to configure axis2-1.1 to support JAXB-RI Great thanks, Brennan. This feature will be supported in the next

Re: How to configure axis2-1.1 to support JAXB-RI

2006-11-30 Thread jim ma
Great thanks, Brennan. This feature will be supported in the next release ? Jim On 11/30/06, Brennan Spies [EMAIL PROTECTED] wrote: Jim, Your best bet is to generate databinding using some other supported tech ( i.e., XmlBeans). Then alter the generated classes (the MessageReceiver and

RE: How to configure axis2-1.1 to support JAXB-RI

2006-11-29 Thread Brennan Spies
Jim, Your best bet is to generate databinding using some other supported tech (i.e., XmlBeans). Then alter the generated classes (the MessageReceiver and Skeleton) so that you use JAXB-RI. This generally involves going to and from Axiom (OMElement) as the information is passed from and back to