Re: Unit Testing with openEjb

2008-12-11 Thread Sanga Lawalata
Greetings, I think i know the problems. My situation is I use real database and not in memory database. So forgot 2 things which are : 1. I forgot to specify the ORM inside my persistence UML. So i put hibernate inside the persitence.xml 2. I forgot to put also the OracleDialect. After the

Re: Unit Testing with openEjb

2008-12-11 Thread Kevin Sutter
Hi Sanga, I need a couple of clarifications to help diagnose your situation. If I'm reading this right, you are attempting to run your test with and without the following property in your persistence.xml. Is that right? properties property name=openjpa.jdbc.SynchronizeMappings

Re: Unit Testing with openEjb

2008-12-10 Thread David Blevins
Hi Sanga, Hoping the OpenJPA folks have some insight on the error. -David On Dec 9, 2008, at 2:35 AM, sanga lawalata wrote: Greetings, I know the problem is that there is no in my persistence XML. properties property name=openjpa.jdbc.SynchronizeMappings