Error while activate the service in custom component - Adobe Live Cycle
Hi ,
I have created custom service that convert json to xml. I used the below API to convert json to xml string,

Its giving proper result in my eclipse but when I created the component and trying to start the service its giving error "
Caused by: java.lang.NoClassDefFoundError: jakarta/xml/bind/JAXBException
at java.lang.Class.getDeclaredMethods0(Native Method) [rt.jar:1.8.0_181]
at java.lang.Class.privateGetDeclaredMethods(Class.java:2701) [rt.jar:1.8.0_181]
at java.lang.Class.privateGetPublicMethods(Class.java:2902) [rt.jar:1.8.0_181]
at java.lang.Class.getMethods(Class.java:1615) [rt.jar:1.8.0_181]
"
below is my component.xml,




