JNDI lookup in OpenJPA.

2007-05-14 Thread Murali
Hi, I am new to OpenJPA technology. I am having problems while performing JNDI lookup for the bean resources to get the EntityManagerFactory instance. I am trying to perform JNDI lookup operation to fetch the DataSource & EntityManagerFactory instances to connect to the DataBase. Followin

Re: JNDI lookup in OpenJPA.

2007-05-15 Thread Kevin Sutter
Murali, This is probably a question for the application server (jboss in your case) rather than the jpa provider (openjpa). The binding of an EntityManagerFactory into jndi is an application server (ie. container) process, not a jpa provider process. (The same thing goes for your datasource look

Re: JNDI lookup in OpenJPA.

2007-05-16 Thread Patrick Linskey
Hi, Are you writing this in an EJB, or some other artifact type? -Patrick On 5/14/07, Murali <[EMAIL PROTECTED]> wrote: Hi, I am new to OpenJPA technology. I am having problems while performing JNDI lookup for the bean resources to get the EntityManagerFactory instance. I am trying to perf

Re: JNDI lookup in OpenJPA.

2007-05-16 Thread Murali
capabilities" as observed in the trace of the exception. Can you please help in this regard. Thanks in advance. Waiting for your response. Regards, Murali Krishna Adiraju. - Original Message - From: "Patrick Linskey" <[EMAIL PROTECTED]> To: ; "Murali" <

Re: JNDI lookup in OpenJPA.

2007-05-16 Thread Murali
.apache.org Cc: Murali Adiraju ; Deven Kalra ; G.S.S. Prabhakar ; Praveen G ; Budigam Srinivas Rao Sent: Thursday, May 17, 2007 8:59 AM Subject: Re: JNDI lookup in OpenJPA. Hi Patrick Linskey, We are not writing the OpenJPA code in EJB. Our Application is basically using Hibernate

RE: JNDI lookup in OpenJPA.

2007-05-17 Thread Pinaki Poddar
r.apache.org Cc: Murali Adiraju; Deven Kalra; G.S.S. Prabhakar; Praveen G; Budigam Srinivas Rao Subject: Re: JNDI lookup in OpenJPA. Hi Patrick Linskey, We are not writing the OpenJPA code in EJB. Our Application is basically using Hibernate code for persistence D/B operations. Since, Hibernate i

Re: JNDI lookup in OpenJPA.

2007-05-17 Thread Kevin Sutter
ay 17, 2007 8:59 AM Subject: Re: JNDI lookup in OpenJPA. Hi Patrick Linskey, We are not writing the OpenJPA code in EJB. Our Application is basically using Hibernate code for persistence D/B operations. Since, Hibernate is having LGPL licensing terms we are trying to replace Hibernate wi