Plugin:org.tolven.onc.component.ejb
From DOC
Do No Use This Plug-in
Do not use this plug-in as of the V21_20120411 repository snapshot of the Tolven plug-in catalog because it is no longer compatible with current or future Tolven versions. Functionality has been moved to other plug-ins. See the release notes at V21_20120411.
Version 2.1 Notes
Version 2.1.1
- A recurring error was discovered in which JAXBContext.getInstance() was getting "confused". This was being caused by a static variable in the ParseXML.java. We moved the JAXBContext creation logic into subclasses and removed the static member variable from ParseXML.java. The time difference for creating JAXBcontext is less than 30ms but the context will be created for each subclass which is inevitable anyway.

