| Author |
Load Persistent
|
Olivier Scalbert
Greenhorn
Joined: May 07, 2004
Posts: 25
|
|
Hello,
With Netbeans and Glassfish, I have created some stateless sessions beans that use some entites via JPA.
Everything works fine. But now I want to do some entitties tests with JUnit (so out of the container).
So , I have write this little code and add a lot of jars lib in my testing project
When I start my JUnit tets, lots of things happened. Binding seems ok, but after that I have this exception:
There is something around JNDI, but I do no know what to do ...
How can I create an EntityManagerFactory ?
Do you have any idea ?
Thanks,
Olivier
|
 |
Olivier Scalbert
Greenhorn
Joined: May 07, 2004
Posts: 25
|
|
Sorry for the title of my post.
Should have been:
how to create an EntityManagerFactory from JUnit !
Sorry for that, I do not know if it is possible to change this
|
 |
 |
|
|
subject: Load Persistent
|
|
|