|
Hi All.
I have deployed an Entity bean
[CMP] with Mysql database.
I am using the driver :
org.gjt.mm.mysql.Driver.
When I call create method on home, Record is
inserted in the table, but
it throws Exception.
The problem is default mode for
setAutoCommit() is true and Orion calls commit()
after inserting the record.
How do I control setAutoCommit(false)
for CMP with the above driver ?
Shailesh
|
- Re: CMP Bean in mysql Shailesh Joshi
- Re: CMP Bean in mysql Dave Ford
