J2ee « Jar « JPA Q&A





1. Using Maven, how to properly deploy WAR depending on J2EE/JPA JAR?    stackoverflow.com

I'm creating a modular Maven project. Project is deployed on Glassfish 3.1. Project (webapp) consists of three modules:

  • "Common", consisting of core functionality (persistence, authentication logic, etc.), built into a JAR
  • "User", ...

2. Hibernate-Validator.jar    forums.netbeans.org

Hi All, I have been trying to solve this problem for hours now but no success. I'm learning Hibernate and i have added hibernate support to my web application but noticed ...

3. EJB 3.0 JPA client jar    coderanch.com

Hi, I have an EJB3 for a JPA project. I have my entity, as well as the facade, and a remote interface for the bean. I have a need to create a separated EJB client jar project, so I can give it to another team of developers. If this were not a JPA EJB3, I could just give them a jar ...

4. Hibernate _without_ j2ee.jar?    forum.hibernate.org

Hibernate version: 3.0.02 Name and version of the database you are using: HSQLDB Is it possible to use Hibernate in an unmanaged container (Jetty or Plain Old Java Main) without including j2ee.jar? I am _not_ using JNDI, JTA or any other j2ee features. When I remove j2ee.jar from my class path I receive the following exception when I try to configure ...