I\'m trying to use Hibernate JPA but I need to create my persistence.xml (so I can use the entity manager correctly). I am unsure of what to create and where to place it.
While running JUnit integration tests inside Eclipse, I have two persistence.xml files on the classpath - one containing the configuration for the test cases and another one for production. I need to
I am using JPA and I tried to put my configuration data in the persistence.xml file. But when I run the app, the error is as follows:
Is it possible to change va开发者_如何转开发lues in persistence.xml from within the program that is using it ? If yes, i would appreciate some hints or/and links to read.Yes
Simple question... I have a few projects in Eclipse enviroment MainApp(Enterprise Application Project) which \"includes\"
We have a maven project with ejbs and stuff. When i run a build and create my ear, the persistence.开发者_开发技巧xml doesnt get included inside the ear. What could be wrong here?You can add you file
We created some libraries that all our projects will use, this libraries will provide the basic functionality of all our systems (login, some manage, etc). But the application itself could use another
I just created a new project with NetBeans using the database template to connect to a MySQL database. After sea开发者_运维知识库rching a while I got a question and hope anyone can help me with that:
I\'m new to this forum and also new to JPA / EJB. I\'m trying to deploy a .war file containing a small application to a tomcat server. The application is using JTA to communicate with the Derby db.
folks, i am trying to de开发者_开发问答ploy a ear with a ejb in the ear root. the ejb has a persistence.xml file where thetag has to be a jar file in the Glassfish\'s domain lib.(this i have put it t