How to use Mapping Tool on multiple Persistence Units

2008-04-17 Thread Uden
I have multiple Persistence Units in my persistence.xml. I use this to define two separate connections to two different databases. I would like the Mapping Tool (which is run as an Ant-task) to run on both connections and modify both database schema's when needed. The problem is that the Mapping

Re: JPA update entities every (even empty) commit

2008-04-17 Thread Georgi Naplatanov
Hello, Rajeev. I did it. Best regards Georgi Rajeev Jha wrote: > Good that it worked for you. Can you please close openJPA-546 with > your comments? I believe you need enhanced classes to detect dirty > objects selectively :o) > > Thanks > > - rajeev. > > > On Thu, Apr 17, 2008 at 4:54 AM, G

Re: JPA update entities every (even empty) commit

2008-04-17 Thread Rajeev Jha
Good that it worked for you. Can you please close openJPA-546 with your comments? I believe you need enhanced classes to detect dirty objects selectively :o) Thanks - rajeev. On Thu, Apr 17, 2008 at 4:54 AM, Georgi Naplatanov <[EMAIL PROTECTED]> wrote: > Hello, Rajeev. > > I repeated the test