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