Hi there,
I'm getting this error when I first try to initialize a new Configuration
Caused by: java.lang.IllegalArgumentException: Invalid logger interface net.chrono7.territory.org.hibernate.internal.CoreMessageLogger (implementation not found in org.bukkit.plugin.java.PluginClassLoader@58cb6d46) at org.jboss.logging.Logger$1.run(Logger.java:2254) ~[?:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_25] at org.jboss.logging.Logger.getMessageLogger(Logger.java:2227) ~[?:?] at org.jboss.logging.Logger.getMessageLogger(Logger.java:2214) ~[?:?] at net.chrono7.territory.org.hibernate.cfg.Configuration.<clinit>(Configuration.java:194) ~[?:?] ... 13 more
This is a Bukkit plugin and I've used maven shading to include the Hibernate classes, but perhaps I've done this incorrectly?
Any help is appreciated.
Thanks!
|