Description
I use the lastest Axis2 1.5 release with JAXB databinding and wsdl2java for class generation.
The generated classes work, but each operation/class has it's own JAXBContext object.
According to [1] this isn't nessassary anymore in JAXB2.0.
A single JAXBContext per application is the prefered way.
So I modified the XSLT template in jaxbri-1.5.jar (which als solves AXIS2-4042).
This new template generates just one JAXBContext per MessageReceiverInOut class.
Attachments
Attachments
Issue Links
- is related to
-
AXIS2-4042 jaxbri binding should report exception in addition to "Unable to create JAXBContext for class"
-
- Resolved
-