Re: Utility for "Forward engineering from repository.xml"

2006-05-15 Thread Tom Antony
Armin, I have created issue OJB-112 and attached the sources to this issue. I have changed the sql output to Torque format. Regards, Tom. --- Armin Waibel <[EMAIL PROTECTED]> wrote: > Hi Tom, > > thanks for OJB tool support. > > Tom Antony wrote: > > Hi All, > > > > Recently I started workin

Error in beginTransaction!

2006-05-15 Thread Marcel Souza
Hello folks, I am stucked in a problem using OJB. I am trying to use MySQL and OJB but it always happens an error during broker.beginTransaction() that says "Can't lookup a connection". Anyone has a sugestion to solve it??? Thanks in advance, Marcel. 15:33:01,390 INFO [ObjectCacheFactory] Sta

Re: generate global uid's

2006-05-15 Thread Dennis Bekkering
Hi, I found out that the select IN problem had to do with different charsets on the column level, since my id's where varchars this problem occured suddenly , i checked all column charset but couldn't find a difference between them. The deeper i get into mysql the more i find out why not everybod