Hello all, I need some information regarding use of Open JPA in Non-EE use. As I understood in the Open JPA manual, i am required to initialize EntityManagerFactory when the application(Tomcat) starts and use this to create the EntityManager.
In our project this would be impossible since I have user-per-connection architecture, which means that i have the connection username and password beforehand. All authentication takes place after user logs in(no connection pooling!) can someone plz suggest how to use OpenJPA in this context?? thx in advance Janap -- View this message in context: http://www.nabble.com/EntityManagerFactory-configure-tf4547543.html#a12976940 Sent from the OpenJPA Users mailing list archive at Nabble.com.
