You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Apache CXF uses JAXB as default xml binding. I need to make cx websevice to make running on Android. At the moment i'm having jaxb-api-2.2.11.jar and jaxb-impl-2.2.10.jar in 'libs' folder of android project. However i'm getting javax.xml.bind.JAXBException - with linked exception: [java.lang.ClassNotFoundException: Didn't find class "com.sun.xml.internal.bind.v2.ContextFactory" on path: DexPathList[[zip file "/data/app/com.company.streaming-1.apk"],nativeLibraryDirectories=[/data/app-lib/com.company.streaming-1, /vendor/lib, /system/lib]]] error.
Will it work with this repo sources instead of jaxb-impl.jar that i'm currently using?
The text was updated successfully, but these errors were encountered:
I've build it with Ant, packed runtime/build/classes into jar and copied it to libs folder (jab-api.jar from maven repo is already in my libs).
For some reason i'm getting javax.xml.bind.JAXBException - with linked exception: [java.lang.ClassNotFoundException: Didn't find class "com.sun.xml.internal.bind.v2.ContextFactory" on path: ... Exception is raised in JAXBContext.java (from jaxb-api.jar) in public static JAXBContext newInstance(Class[] classesToBeBound, Map<String, ?> properties)
Apache CXF uses JAXB as default xml binding. I need to make cx websevice to make running on Android. At the moment i'm having jaxb-api-2.2.11.jar and jaxb-impl-2.2.10.jar in 'libs' folder of android project. However i'm getting
javax.xml.bind.JAXBException - with linked exception: [java.lang.ClassNotFoundException: Didn't find class "com.sun.xml.internal.bind.v2.ContextFactory" on path: DexPathList[[zip file "/data/app/com.company.streaming-1.apk"],nativeLibraryDirectories=[/data/app-lib/com.company.streaming-1, /vendor/lib, /system/lib]]]
error.Will it work with this repo sources instead of jaxb-impl.jar that i'm currently using?
The text was updated successfully, but these errors were encountered: