Trouble trying to use Hibernate

Discussion in 'Plugin Development' started by Chrono7, Feb 2, 2015.

Thread Status:
Not open for further replies.
  1. Offline

    Chrono7

    So I'm attempting to use Hibernate to solve my persistence issues and I've written some baseline code and exported it with Maven.

    Here's the error I'm getting:

    java.lang.IllegalArgumentException: Invalid logger interface org.hibernate.internal.CoreMessageLogger (implementation not found in org.bukkit.plugin.java.PluginClassLoader@240a2ce4)
    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 org.hibernate.cfg.Configuration.<clinit>(Configuration.java:194) ~[?:?]
    ... 13 more

    This appears when I first call a Hibernate api method.

    Anyone have any idea on how to fix this?
     
  2. Offline

    1Rogue

    What's the code you used to initialize your logger?
     
Thread Status:
Not open for further replies.

Share This Page