Hi, 

By default, a java.sql.Connection uses AutoCommit=true.  Minerva
overrides this (which is ok), and nothing is done until
Transaction.commit() is called.

However, when no transaction is used, one should expect the work to be
done.  This situation happens:
- for BMT session beans, if you don't use the UserTransaction.begin(),
.commit()
- for table creation by jaws (gotcha).

Now, I am not sure how/where to fix this.  Test for transactions in
StatementInPool.execute()?  Use a boolean userAutoCommit flag?

Aaron?

Sebastien

Reply via email to