Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.6.5
-
None
-
Unknown
Description
Now, in the SwaOutInterceptor, the non-standard method hasSwaRef from the JAXBContext is used to detected whether any attachment setup work is required, this works with JAXB RI impl. While using a non-RI implementation, due to special reason, the target JAXB Impl class is not marked as public.
It will be better that we could update the codes a bit for better compatible.
a. Update the accesible for the method if required
b. Chnage the mofidier for method hasSwaRef for eaier integration usage.