-
Feature Request
-
Resolution: Done
-
Major
-
None
-
None
-
None
The JAXBSerializer requires the creation of JAXBContext instances using the class type of the object that need to be serialized. This implies that a JAXBContext is created for each operation of a given endpoint. In many cases it should be possible to re-use the JAXBContext created for deserialization (which uses all the registered types of the endpoint). This would mean better performances on the first invocations of operations (both on client and server side).
- is incorporated by
-
JBPAPP-1276 JBossWS - Performance Improvements
- Resolved