platform « Eclipse « JPA Q&A





2. Giving up on Hibernate (for now), trying EclipseLink...    forums.netbeans.org

Still no joy... I get the following error: WARNING [org.netbeans.ProxyClassLoader]: Will not load class javax.persistence.Persistence arbitrarily from one of ModuleCL@1f488f1[org.netbeans.modules.hibernatelib] and ModuleCL@5db5ae[org.ksh.eclipselink] starting from ModuleCL@6cef4[org.ksh.kslogbase]; see http://wiki.netbeans.org/DevFaqModuleCCE Now, all I've done is follow the tutorial (mentioned elsewhere) using my own DB, and put the code, verbatim, into my TopComponent (well, except for changing the table names, and the persistence unit name ...

3. [platform-dev] Platform development with Maven and JPA(EclipseLink)    forums.netbeans.org

Hi, I want to build my first reallife App with Netbeans 7.0 Platform. And because I don't like it to easy I chosen to use Maven as build tool. After some stupid renaming action, which was my fault, I found my Plugins in the Plugin Window. So far so well... Than I wanted to connect to my database and here I ...

4. NoClassDefFoundError from cglib with Eclipse platform.    forum.hibernate.org

I am contributing the persistence layer to an Eclipse RCP application. I created a hibernate plugin by putting the complete distribution in the plugin directory. This plugin also contains a HibernateUtil class and some types. The jdbc driver for each database is in its own plugin along with database specific types and configuration code. The application code is in several other ...