Originally posted by Kyle Brown:
Kent, are you trying to imply that the default for the Connections are autocommit=true? That's not true of all vendors by any stretch of the imagination. For instance, it will work FINE in WebSphere if you just obtain a Connection, work with it, and then let the CMT handle the commits...
Kyle
Hello. We are using WSAD 5.1, WebSphere 5.1(not yet, we are still only
testing some things with the WebSphere Test Environment integrated in WSAD) and DB2 8.1. We would very much like to be able to mix updates/creates of CMP-beans with JDBC (SELECT only) within the same transaction. We would like to "see" the results of the updates and creates done for CMP-beans (from session bean methods) in results from SQL later in the same transaction. We have tried to find out how to achive this but have so far failed. I wonder how we do this? How do we to obtain the "correct" db-connection etc.?
�ystein