I am currently working in a project with:
jsf 2.1.2, eclipseLink 2.4.1, sql server 2008 windows authentication and Apache tomcat 7.0
I already set up the connection and jndi and everything works fine.
There is another requierement, I have to configure a connection pool because i will have only one connection (because of the win authentication), Do you know the best way to configure a connection pooling with JPA? is it posible?
Thanks in advance