Re: Entities not flushing into oracle database.

2008-12-30 Thread David Jencks
Hi Phani, Which tranql wrapper are you using for the oracle db pool? If you use the generic wrapper you have to set the commitOnAutocommit property to true as a workaround since oracle doesn't follow the jdbc spec which specified that it should commit pending work when you set autocommit

Entities not flushing into oracle database.

2008-12-29 Thread Phani Madgula
Hi, I am using Apache Geronimo for my JPA applications. I am using oracle 10G database for my entities. I have an EAR application with an EJB and a WEB module. EJB module has an SLSB that uses Container Managed Transactions and uses Container Managed Persistence Manager (EntityManager injected by