What is Ebean for?

Discussion in 'Plugin Development' started by LRFLEW, Apr 2, 2011.

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

    LRFLEW

    I've noticed all my eclipse projects require I add ebean as a dependency, and whenever I start my server now it says
    Code:
    [SEVERE] ebean.properties not found
    [INFO] DataSourcePool [HomeBukkit] autoCommit[false] transIsolation[SERIALIZABLE] min[2] max[20]
    [INFO] SubClassFactory parent ClassLoader [org.bukkit.plugin.java.PluginClassLoader]
    [INFO] Entities enhanced[0] subclassed[1]
    
    What does my plugin need ebean for? How do I fix this error on my server?

    I'm so confused :p
     
  2. Offline

    Roujo

    It happened to me too when I tried to use Bukkit #497, which was the latest build at the time. Googled a lot, and found this post. You can get around the problem by using build #495, which is the latest recommended build as I'm writing this. =)
     
Thread Status:
Not open for further replies.

Share This Page