-
Bug
-
Resolution: Duplicate
-
Minor
-
None
-
6.1.0
-
None
Description of problem:
following is added to the JAXbContext during the KJAR deployment into the business-central:
1. all classes in the kjar
2. all classes in the kjar dependencies with the @Remoteable anno
3. all classes in the kjar dependencies with the @XmlRootElement anno
Version-Release number of selected component (if applicable):
6.1
How reproducible:
always
Steps to Reproduce:
1. Deploy KJAR which includes class without @Remotable annotation
2. This class is added to the JAXBContext
Actual results:
All classes found in the KJAR are added to the JAXBContext
Expected results:
Following is added to the JAXBContext:
1. classes in the kjar with @Remoteable
2. classes in the kjar with @XmlRootElement
3. classes in the kjar dependencies with @Remoteable
4. classes in the kjar dependencies with @XmlRootElement
Additional info: