Well
I Have a J2EE Application on WebSphere App Server. This application
uses DB2 Content Manager in order to store documents.
As part of the design of the Application, if a transaction fails, then
transaction starts roll back (This is part of J2EE standards support of
two phase commit).
The thing is I don't know how can roll back be initiated on DB2 Content
Manager!!
Kiran Nair - 02 May 2006 06:17 GMT
The existing API of CM are J2EE complaint. (Infact it will be moving to
Open Standards in this called JSR170 ).
I am not sure which API you are using to connect to ..
Check out
http://publib.boulder.ibm.com/infocenter/cmgmt/v8r3m0/index.jsp?topic=/com.ibm.c
mgmt.hlp/apihelp.htm
For V8..we use DKSTOREICM
http://publib.boulder.ibm.com/infocenter/cmgmt/v8r3m0/index.jsp?topic=/com.ibm.j
ava.doc/com/ibm/mm/sdk/server/DKDatastoreICM.html
Do see the rollback method in the same.
This group we discuss about DB2 Database.
You can find CM forum in
http://www.alphaworks.ibm.com/tech/cmarchitect/forum
Regards
Kiran Nair