Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

shardingsphere and jakarta EE #169

Closed
trydofor opened this issue Dec 25, 2023 · 3 comments
Closed

shardingsphere and jakarta EE #169

trydofor opened this issue Dec 25, 2023 · 3 comments
Labels
investigate :no_bell: something may be defective
Milestone

Comments

@trydofor
Copy link
Owner

trydofor commented Dec 25, 2023

Caused by: java.lang.ClassNotFoundException: com.sun.xml.internal.bind.v2.ContextFactory
	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641)
	at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:526)
	at javax.xml.bind.ServiceLoaderUtil.nullSafeLoadClass(ServiceLoaderUtil.java:122)
	at javax.xml.bind.ServiceLoaderUtil.safeLoadClass(ServiceLoaderUtil.java:155)
	at javax.xml.bind.ContextFinder.newInstance(ContextFinder.java:276)
@trydofor trydofor added the investigate :no_bell: something may be defective label Dec 25, 2023
@trydofor
Copy link
Owner Author

current workaround, waiting for JEE 9

<dependency>
    <groupId>org.glassfish.jaxb</groupId>
    <artifactId>jaxb-runtime</artifactId>
    <version>2.3.8</version>
</dependency>
<dependency>
    <groupId>org.yaml</groupId>
    <artifactId>snakeyaml</artifactId>
    <version>1.33</version>
</dependency>

@trydofor trydofor added this to the AntiMage milestone Dec 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
investigate :no_bell: something may be defective
Projects
Archived in project
Development

No branches or pull requests

1 participant