1. Using Maven, how to properly deploy WAR depending on J2EE/JPA JAR? stackoverflow.comI'm creating a modular Maven project. Project is deployed on Glassfish 3.1. Project (webapp) consists of three modules:
|
2. Hibernate-Validator.jar forums.netbeans.orgHi 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.comHi, 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.orgHibernate 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 ... |