Websphere « Eclipse « JPA Q&A





1. Exception while deploying my JPA-application to Websphere 7    stackoverflow.com

I have problems deploying a web application to the most recent version of IBM Websphere 7. The exception is caused during the JPA initialization. The application is using servlet 2.5, eclipselink 2.1.3, java ...

2. I can retrieve entities but I can't persist WebSphere 7 JPA    stackoverflow.com

I am dealing with an application developed in NetBeans. It uses a single entity and can either retrieve from DB or persist new entities. It uses JPA 2.0 w/ EclipseLink. When ...

3. Need help using Hibernate in Eclipse/Websphere    forum.hibernate.org

Newbie Joined: Fri Sep 05, 2003 10:30 am Posts: 17 Location: Texas I'm having conceptual problems, am getting errors on my compile, and need help. :) I've looked at some of the discussion on the board and I think those mostly revolve around using non-Eclipse/Websphere tools. My assumption is the Eclipse/Websphere are doing most of the grunt work for me, and ...

4. IDE Integration? eclipse/Websphere Studio    forum.hibernate.org

How do I truly integrate Hibernate and Hibernate XDoclet into eclipse? I've been able to use the plugin that allows me to generate HBM when viewing a POJO. But I also need to integrate rendering the HBMs at build time driven by the Hibernate xdoclet tags, to have the tags recognized by javadoc, packaged correctly for distribution, and so on. Thanks ...