is jee:jndi-lookup supposed to declare an EntityManagerFactory or a DataSource?
i'm trying to use my jndi connection with jetty but when putting
<jee:jndi-lookup id="ddd" jndi-name="jdbc/__myddd" />
it seems that i'm declaring a DataSource bean
is jee:jndi-lookup supposed to declare an EntityManagerFactory or a DataSource?
i'm trying to use my jndi connection with jetty but when putting
<jee:jndi-lookup id="ddd" jndi-name="jdbc/__myddd" />
it seems that i'm declaring a DataSource bean
2+2=5
Whatever is in the JNDI tree... Could be an EntityManagerFactory, DataSource, ConnectionFactory, String, Long any arbitrary object... I suggest a read on JNDI...is jee:jndi-lookup supposed to declare an EntityManagerFactory or a DataSource?
Marten Deinum
Java Consultant / Pragmatist / Open Source Enthousiast / Author
Pro Spring MVC: With Web Flow
Conspect
Have you read the reference guide.
Use the [ code ] tags, young padawan