EJB « Jar « JPA Q&A





1. ejb3-persistence.jar source    stackoverflow.com

Well, I must be brain-damaged, because I can't find the java source for Sun's persistence.jar or JBoss's ejb3-persistence.jar JPA package. They are open-source aren't they? I looked all over the java.sun.com ...

2. EJB3 JPA entities OntoMAny two jar    coderanch.com

Hey, My english is not my favorite language, french is it. I develop an application EJB3/JPA/JSF/toplink, it's my first experience in the world of J2EE but not in developpement. I declare two jar file for this project but an entity ( JPA ) need to use the ManeTOnOne annotation. the problem is that the other entity is in the other package ...

3. CDI broken between EJB module and JPA utility jar    java.net

My goal is to have: 1. an EJB module with an SLSB exposed as a web service 2. a JPA module with a Dao interface and a DaoImpl class I'd like the SLSB to use @Inject to inject the DaoImpl class, and I'd like the DaoImpl class to use @PersistenceContext to inject an EntityManager.

4. ejb3-persistence.jar Source Code / JavaDoc download?    forum.hibernate.org

Is there anywhere I can actually download this from? I can't check it out of subversion due to our proxy not letting stuff through on the majority of ports, so I need to find somewhere I can download it from (I'm also looking at putting this into our corporate ivy repo). I've got the javadocs for the javaee.jar file sitting around ...

5. Hibernate 3.5 Beta ejb3-persistence.jar    forum.hibernate.org

Shouldn't Hibernate 3.5 Beta contain ejb3-persistence.jar as a dependency in the lib folder of the main distribution? I started to try out the 3.5 Beta and was getting confused that I couldn't find the @Id annotation while attempting to play around with envers. If anyone else agrees please let me know and I'll file a JIRA to have ejb3-persistence.jar included with ...

6. Cascade.REMOVE not working in EJBs in different jars    forum.hibernate.org

Hi there, I am having a problem with Hibernate which I don't know if it is a problem or the regular behaviour. Cascade.REMOVE is working fine for me but only between EJBs in the same .JAR (several jars, each for a differente "module" are packed in an .ear for my application) I deploy a .ear file with EJBs grouped in different ...