As with tyrex, once we are inside the tyrex transaction we are not provided any non transactional connection objects. As to the fact about J2EE store being in a transaction; it is definitly with in a transaction. We traced the transaction for 1 PUT command and found that the whole operations (descriptor access and content access are with in a transaction) 1 Get command the revision content is alone in a transaction.
We have traced this usiing the slide debug log and the JDBC log. Please have a look at one of the logs which we traced the operation and will make this clear. Look for 'Begin Transaction' and 'Commit Transaction' Ashok -----Original Message----- From: Didier Berguerand [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 28, 2002 5:19 AM To: 'Slide Users Mailing List' Subject: RE: J2EE stores HOWTO Ok, thanks for the explanations; it's working now but... > You says: > Also since it is a XA connection you get you will need to modify > Slide > J2EE implementation to remove the statement.close() (read this > http://www.mail-archive.com/slide- > [EMAIL PROTECTED]/msg02734.html) > Brad Thompson says: > Second, there appears to be no way to get tyrex to hand you a connection > that supports non-XA-based commit/rollback: you cannot call commit(), > setAutoCommit(), or rollback() on the connections it gives you. I was > unable to figure out a workaround to this. > Kumar Ashok says: > First observation is that under this version of Tomcat, slide would not > load throwing HeuristixMixedExceptions. > This was solved as per the transaction guidelines by removing commits > and rollbacks from the J2EEStore.java > code. ... after that, the store don't support any transaction. Is there a better alternative? Regards, Didier -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
22 Mar 2002 14:57:42 - SlideTransactionManager - DEBUG - Begin Transaction 3 xid HttpProcessor[80][4]-1016827062713-3- in thread HttpProcessor[80][4] 2002-03-22 14:57:42.813Dbc:2969]] PreparedStatement::prepare stmt:select * from objects where uri= ? 2002-03-22 14:57:42.813Dbc:2969]] RPC:sp_execute 22 Mar 2002 14:57:42 - J2EEDescriptorsStore - INFO - select * from objects /rdf/http/test.com/besttest/level999 2002-03-22 14:57:42.823Dbc:2969]] PreparedStatement::prepare stmt:select * from objects where uri= ? 2002-03-22 14:57:42.823Dbc:2969]] RPC:sp_execute 2002-03-22 14:57:42.823Dbc:2969]] PreparedStatement::prepare stmt:select * from children where uri= ? 2002-03-22 14:57:42.823Dbc:2969]] RPC:sp_execute 2002-03-22 14:57:42.823Dbc:2969]] PreparedStatement::prepare stmt:select * from links where linkto= ? 2002-03-22 14:57:42.823Dbc:2969]] RPC:sp_execute 22 Mar 2002 14:57:42 - J2EEDescriptorsStore - INFO - select * from objects / 22 Mar 2002 14:57:42 - J2EEDescriptorsStore - INFO - select * from children / 22 Mar 2002 14:57:42 - J2EEDescriptorsStore - INFO - select * from links / 2002-03-22 14:57:42.833Dbc:2969]] PreparedStatement::prepare stmt:select * from objects where uri= ? 2002-03-22 14:57:42.833Dbc:2969]] RPC:sp_execute 2002-03-22 14:57:42.833Dbc:2969]] PreparedStatement::prepare stmt:select * from children where uri= ? 2002-03-22 14:57:42.833Dbc:2969]] RPC:sp_execute 2002-03-22 14:57:42.833Dbc:2969]] PreparedStatement::prepare stmt:select * from links where linkto= ? 2002-03-22 14:57:42.833Dbc:2969]] RPC:sp_execute 22 Mar 2002 14:57:42 - J2EEDescriptorsStore - INFO - select * from objects /users/mtx 22 Mar 2002 14:57:42 - J2EEDescriptorsStore - INFO - select * from children /users/mtx 22 Mar 2002 14:57:42 - J2EEDescriptorsStore - INFO - select * from links /users/mtx 2002-03-22 14:57:42.853Dbc:2969]] PreparedStatement::prepare stmt:select * from objects where uri= ? 2002-03-22 14:57:42.853Dbc:2969]] RPC:sp_execute 2002-03-22 14:57:42.853Dbc:2969]] PreparedStatement::prepare stmt:select * from children where uri= ? 2002-03-22 14:57:42.853Dbc:2969]] RPC:sp_execute 2002-03-22 14:57:42.853Dbc:2969]] PreparedStatement::prepare stmt:select * from links where linkto= ? 2002-03-22 14:57:42.853Dbc:2969]] RPC:sp_execute 22 Mar 2002 14:57:42 - J2EEDescriptorsStore - INFO - select * from objects /rdf 22 Mar 2002 14:57:42 - J2EEDescriptorsStore - INFO - select * from children /rdf 22 Mar 2002 14:57:42 - J2EEDescriptorsStore - INFO - select * from links /rdf 2002-03-22 14:57:42.863Dbc:2969]] PreparedStatement::prepare stmt:select * from permissions where object= ? 2002-03-22 14:57:42.863Dbc:2969]] RPC:sp_prepare 2002-03-22 14:57:42.863Dbc:2969]] RPC:sp_execute 22 Mar 2002 14:57:42 - J2EEDescriptorsStore - INFO - select * from permissions /rdf 2002-03-22 14:57:42.863Dbc:2969]] PreparedStatement::prepare stmt:select * from objects where uri= ? 2002-03-22 14:57:42.873Dbc:2969]] RPC:sp_execute 2002-03-22 14:57:42.873Dbc:2969]] PreparedStatement::prepare stmt:select * from children where uri= ? 2002-03-22 14:57:42.873Dbc:2969]] RPC:sp_execute 2002-03-22 14:57:42.873Dbc:2969]] PreparedStatement::prepare stmt:select * from links where linkto= ? 2002-03-22 14:57:42.873Dbc:2969]] RPC:sp_execute 22 Mar 2002 14:57:42 - J2EEDescriptorsStore - INFO - select * from objects /rdf/http 22 Mar 2002 14:57:42 - J2EEDescriptorsStore - INFO - select * from children /rdf/http 22 Mar 2002 14:57:42 - J2EEDescriptorsStore - INFO - select * from links /rdf/http 2002-03-22 14:57:42.873Dbc:2969]] PreparedStatement::prepare stmt:select * from permissions where object= ? 2002-03-22 14:57:42.873Dbc:2969]] RPC:sp_execute 22 Mar 2002 14:57:42 - J2EEDescriptorsStore - INFO - select * from permissions /rdf/http 2002-03-22 14:57:42.883Dbc:2969]] PreparedStatement::prepare stmt:select * from objects where uri= ? 2002-03-22 14:57:42.883Dbc:2969]] RPC:sp_execute 2002-03-22 14:57:42.883Dbc:2969]] PreparedStatement::prepare stmt:select * from children where uri= ? 2002-03-22 14:57:42.883Dbc:2969]] RPC:sp_execute 2002-03-22 14:57:42.883Dbc:2969]] PreparedStatement::prepare stmt:select * from links where linkto= ? 2002-03-22 14:57:42.883Dbc:2969]] RPC:sp_execute 22 Mar 2002 14:57:42 - J2EEDescriptorsStore - INFO - select * from objects /rdf/http/test.com 22 Mar 2002 14:57:42 - J2EEDescriptorsStore - INFO - select * from children /rdf/http/test.com 22 Mar 2002 14:57:42 - J2EEDescriptorsStore - INFO - select * from links /rdf/http/test.com 2002-03-22 14:57:42.883Dbc:2969]] PreparedStatement::prepare stmt:select * from permissions where object= ? 2002-03-22 14:57:42.883Dbc:2969]] RPC:sp_execute 22 Mar 2002 14:57:42 - J2EEDescriptorsStore - INFO - select * from permissions /rdf/http/test.com 2002-03-22 14:57:42.883Dbc:2969]] PreparedStatement::prepare stmt:select * from objects where uri= ? 2002-03-22 14:57:42.883Dbc:2969]] RPC:sp_execute 2002-03-22 14:57:42.893Dbc:2969]] PreparedStatement::prepare stmt:select * from children where uri= ? 2002-03-22 14:57:42.893Dbc:2969]] RPC:sp_execute 2002-03-22 14:57:42.893Dbc:2969]] PreparedStatement::prepare stmt:select * from links where linkto= ? 2002-03-22 14:57:42.893Dbc:2969]] RPC:sp_execute 22 Mar 2002 14:57:42 - J2EEDescriptorsStore - INFO - select * from objects /rdf/http/test.com/besttest 22 Mar 2002 14:57:42 - J2EEDescriptorsStore - INFO - select * from children /rdf/http/test.com/besttest 22 Mar 2002 14:57:42 - J2EEDescriptorsStore - INFO - select * from links /rdf/http/test.com/besttest 2002-03-22 14:57:42.893Dbc:2969]] PreparedStatement::prepare stmt:select * from permissions where object= ? 2002-03-22 14:57:42.893Dbc:2969]] RPC:sp_execute 22 Mar 2002 14:57:42 - J2EEDescriptorsStore - INFO - select * from permissions /rdf/http/test.com/besttest 2002-03-22 14:57:42.893Dbc:2969]] PreparedStatement::prepare stmt:select * from objects where uri= ? 2002-03-22 14:57:42.893Dbc:2969]] RPC:sp_execute 22 Mar 2002 14:57:42 - J2EEDescriptorsStore - INFO - select * from objects /rdf/http/test.com/besttest/level999 2002-03-22 14:57:42.903Dbc:2969]] PreparedStatement::prepare stmt:select * from objects where uri= ? 2002-03-22 14:57:42.903Dbc:2969]] RPC:sp_execute 22 Mar 2002 14:57:42 - J2EEDescriptorsStore - INFO - select * from objects /rdf/http/test.com/besttest/level999 2002-03-22 14:57:42.903 (5) Connection attempt number 5 Connection ID:5 for host:10.1.2.78 database:mtx_hologram SQL6.5:false 2002-03-22 14:57:42.914Dbc:2983]] use mtx_hologram set quoted_identifier,ansi_null_dflt_on,ansi_padding on set textsize 2147483647 set transaction isolation level read committed set implicit_transactions off 2002-03-22 14:57:42.914Dbc:2983]] set transaction isolation level serializable 22 Mar 2002 14:57:42 - org.apache.slide.common.Domain - DEBUG - Checking basic permissions on new object 22 Mar 2002 14:57:42 - org.apache.slide.common.Domain - DEBUG - Basic permissions granted for user mtx 22 Mar 2002 14:57:42 - SlideTransaction - DEBUG - Enlist resource manager J2EEDescriptorsStore@50a649 with flag TMNOFLAGS in Transaction 3 xid HttpProcessor[80][4]-1016827062713-3- in thread HttpProcessor[80][4] 22 Mar 2002 14:57:42 - J2EEDescriptorsStore - INFO - start(): beginning transaction with xid HttpProcessor[80][4]-1016827062713-3-1 CONNDEBUG: Got connection successfully 22 Mar 2002 14:57:42 - J2EEDescriptorsStore - INFO - start(): adding to map for Thread[HttpProcessor[80][4],5,main] 22 Mar 2002 14:57:42 - StandardStore - DEBUG - Enlist service J2EEDescriptorsStore@50a649 in active transaction 22 Mar 2002 14:57:42 - J2EEDescriptorsStore - INFO - Returning current valid connection from map 2002-03-22 14:57:42.914Dbc:2983]] PreparedStatement::prepare stmt:select * from objects where uri= ? 2002-03-22 14:57:42.914Dbc:2983]] RPC:sp_prepare 2002-03-22 14:57:42.924Dbc:2983]] RPC:sp_execute 2002-03-22 14:57:42.924Dbc:2983]] PreparedStatement::prepare stmt:insert into objects values(?,?) 2002-03-22 14:57:42.934Dbc:2983]] RPC:sp_prepare 2002-03-22 14:57:42.934Dbc:2983]] RPC:sp_execute 2002-03-22 14:57:42.954Dbc:2983]] PreparedStatement::prepare stmt:select * from children where uri= ? 2002-03-22 14:57:42.954Dbc:2983]] RPC:sp_prepare 2002-03-22 14:57:42.954Dbc:2983]] RPC:sp_execute 22 Mar 2002 14:57:42 - J2EEDescriptorsStore - INFO - select * from objects /rdf/http/test.com/besttest/level999 22 Mar 2002 14:57:42 - J2EEDescriptorsStore - INFO - insert into objects /rdf/http/test.com/besttest/level999 22 Mar 2002 14:57:42 - J2EEDescriptorsStore - INFO - select * from children /rdf/http/test.com/besttest/level999 22 Mar 2002 14:57:42 - SlideTransaction - DEBUG - Delist resource manager J2EEDescriptorsStore@50a649 with flag TMSUSPEND in Transaction 3 xid HttpProcessor[80][4]-1016827062713-3- in thread HttpProcessor[80][4] 22 Mar 2002 14:57:42 - J2EEDescriptorsStore - INFO - end() for thread: Thread[HttpProcessor[80][4],5,main] 22 Mar 2002 14:57:42 - StandardStore - DEBUG - Delist service J2EEDescriptorsStore@50a649 from active transaction 22 Mar 2002 14:57:42 - SlideTransaction - DEBUG - Enlist resource manager J2EEDescriptorsStore@50a649 with flag TMRESUME in Transaction 3 xid HttpProcessor[80][4]-1016827062713-3- in thread HttpProcessor[80][4] 22 Mar 2002 14:57:42 - J2EEDescriptorsStore - INFO - start(): beginning transaction with xid HttpProcessor[80][4]-1016827062713-3-1 22 Mar 2002 14:57:42 - J2EEDescriptorsStore - DEBUG - TMRESUME for transaction in thread: Thread[HttpProcessor[80][4],5,main] 22 Mar 2002 14:57:42 - StandardStore - DEBUG - Enlist service J2EEDescriptorsStore@50a649 in active transaction 22 Mar 2002 14:57:42 - J2EEDescriptorsStore - INFO - Returning current valid connection from map 2002-03-22 14:57:42.964Dbc:2983]] PreparedStatement::prepare stmt:select * from objects where uri= ? 2002-03-22 14:57:42.964Dbc:2983]] RPC:sp_execute 2002-03-22 14:57:42.964Dbc:2983]] PreparedStatement::prepare stmt:select * from children where uri= ? order by childuri 2002-03-22 14:57:42.964Dbc:2983]] RPC:sp_prepare 2002-03-22 14:57:42.964Dbc:2983]] RPC:sp_execute 2002-03-22 14:57:43.024Dbc:2983]] PreparedStatement::prepare stmt:insert into children values(?, ?) 2002-03-22 14:57:43.024Dbc:2983]] RPC:sp_prepare 2002-03-22 14:57:43.054Dbc:2983]] RPC:sp_execute 2002-03-22 14:57:43.084Dbc:2983]] PreparedStatement::prepare stmt:delete from links where link= ? 2002-03-22 14:57:43.084Dbc:2983]] RPC:sp_prepare 2002-03-22 14:57:43.084Dbc:2983]] RPC:sp_execute 22 Mar 2002 14:57:42 - J2EEDescriptorsStore - INFO - select * from objects /rdf/http/test.com/besttest 22 Mar 2002 14:57:43 - J2EEDescriptorsStore - INFO - select * from children /rdf/http/test.com/besttest 22 Mar 2002 14:57:43 - J2EEDescriptorsStore - INFO - insert into children /rdf/http/test.com/besttest/level999---/rdf/http/test.com/besttest 22 Mar 2002 14:57:43 - J2EEDescriptorsStore - INFO - delete from links /rdf/http/test.com/besttest 22 Mar 2002 14:57:43 - SlideTransaction - DEBUG - Delist resource manager J2EEDescriptorsStore@50a649 with flag TMSUSPEND in Transaction 3 xid HttpProcessor[80][4]-1016827062713-3- in thread HttpProcessor[80][4] 22 Mar 2002 14:57:43 - J2EEDescriptorsStore - INFO - end() for thread: Thread[HttpProcessor[80][4],5,main] 22 Mar 2002 14:57:43 - StandardStore - DEBUG - Delist service J2EEDescriptorsStore@50a649 from active transaction 22 Mar 2002 14:57:43 - org.apache.slide.common.Domain - DEBUG - ENTER: XHttpServletRequestFacade:getInputStream() 22 Mar 2002 14:57:43 - org.apache.slide.common.Domain - DEBUG - Create XServletInputStreamFacade 22 Mar 2002 14:57:43 - org.apache.slide.common.Domain - DEBUG - LEAVE: XHttpServletRequestFacade:getInputStream() 22 Mar 2002 14:57:43 - J2EEDescriptorsStore - INFO - Returning current valid connection from map 2002-03-22 14:57:43.154Dbc:2983]] PreparedStatement::prepare stmt:select * from permissions where object= ? 2002-03-22 14:57:43.154Dbc:2983]] RPC:sp_prepare 2002-03-22 14:57:43.154Dbc:2983]] RPC:sp_execute 22 Mar 2002 14:57:43 - J2EEDescriptorsStore - INFO - select * from permissions /rdf/http/test.com/besttest/level999 2002-03-22 14:57:43.164Dbc:2983]] PreparedStatement::prepare stmt:select * from locks where object= ? 2002-03-22 14:57:43.164Dbc:2983]] RPC:sp_prepare 2002-03-22 14:57:43.184Dbc:2983]] RPC:sp_execute 2002-03-22 14:57:43.184Dbc:2983]] PreparedStatement::prepare stmt:select * from locks where object= ? 2002-03-22 14:57:43.184Dbc:2983]] RPC:sp_execute 2002-03-22 14:57:43.194Dbc:2983]] PreparedStatement::prepare stmt:select * from locks where object= ? 2002-03-22 14:57:43.194Dbc:2983]] RPC:sp_execute 2002-03-22 14:57:43.194Dbc:2983]] PreparedStatement::prepare stmt:select * from locks where object= ? 2002-03-22 14:57:43.194Dbc:2983]] RPC:sp_execute 2002-03-22 14:57:43.194Dbc:2983]] PreparedStatement::prepare stmt:select * from locks where object= ? 2002-03-22 14:57:43.194Dbc:2983]] RPC:sp_execute 2002-03-22 14:57:43.204Dbc:2983]] PreparedStatement::prepare stmt:select * from locks where object= ? 2002-03-22 14:57:43.204Dbc:2983]] RPC:sp_execute 22 Mar 2002 14:57:43 - J2EEDescriptorsStore - INFO - select * from locks /rdf/http/test.com/besttest/level999 22 Mar 2002 14:57:43 - J2EEDescriptorsStore - INFO - select * from locks /rdf/http/test.com/besttest 22 Mar 2002 14:57:43 - J2EEDescriptorsStore - INFO - select * from locks /rdf/http/test.com 22 Mar 2002 14:57:43 - J2EEDescriptorsStore - INFO - select * from locks /rdf/http 22 Mar 2002 14:57:43 - J2EEDescriptorsStore - INFO - select * from locks /rdf 22 Mar 2002 14:57:43 - J2EEDescriptorsStore - INFO - select * from locks / 2002-03-22 14:57:43.214Dbc:2983]] PreparedStatement::prepare stmt:select * from revisions where uri= ? 2002-03-22 14:57:43.214Dbc:2983]] RPC:sp_prepare 2002-03-22 14:57:43.214Dbc:2983]] RPC:sp_execute 22 Mar 2002 14:57:43 - J2EEDescriptorsStore - INFO - select * from revisions /rdf/http/test.com/besttest/level999 2002-03-22 14:57:43.224Dbc:2983]] PreparedStatement::prepare stmt:insert into revisions values(?,?,?) 2002-03-22 14:57:43.224Dbc:2983]] RPC:sp_prepare 2002-03-22 14:57:43.224Dbc:2983]] RPC:sp_execute 22 Mar 2002 14:57:43 - SlideTransaction - DEBUG - Enlist resource manager J2EEDescriptorsStore@50a649 with flag TMRESUME in Transaction 3 xid HttpProcessor[80][4]-1016827062713-3- in thread HttpProcessor[80][4] 22 Mar 2002 14:57:43 - J2EEDescriptorsStore - INFO - start(): beginning transaction with xid HttpProcessor[80][4]-1016827062713-3-1 22 Mar 2002 14:57:43 - J2EEDescriptorsStore - DEBUG - TMRESUME for transaction in thread: Thread[HttpProcessor[80][4],5,main] 22 Mar 2002 14:57:43 - StandardStore - DEBUG - Enlist service J2EEDescriptorsStore@50a649 in active transaction 22 Mar 2002 14:57:43 - J2EEDescriptorsStore - INFO - Returning current valid connection from map 22 Mar 2002 14:57:43 - J2EEDescriptorsStore - INFO - insert into revisions /rdf/http/test.com/besttest/level999 22 Mar 2002 14:57:43 - SlideTransaction - DEBUG - Delist resource manager J2EEDescriptorsStore@50a649 with flag TMSUSPEND in Transaction 3 xid HttpProcessor[80][4]-1016827062713-3- in thread HttpProcessor[80][4] 22 Mar 2002 14:57:43 - J2EEDescriptorsStore - INFO - end() for thread: Thread[HttpProcessor[80][4],5,main] 22 Mar 2002 14:57:43 - StandardStore - DEBUG - Delist service J2EEDescriptorsStore@50a649 from active transaction 2002-03-22 14:57:43.224 (6) Connection attempt number 6 Connection ID:6 for host:10.1.2.78 database:mtx_hologram SQL6.5:false 2002-03-22 14:57:43.234Dbc:2984]] use mtx_hologram set quoted_identifier,ansi_null_dflt_on,ansi_padding on set textsize 2147483647 set transaction isolation level read committed set implicit_transactions off 2002-03-22 14:57:43.234Dbc:2984]] set transaction isolation level serializable 22 Mar 2002 14:57:43 - SlideTransaction - DEBUG - Enlist resource manager MTXJ2EEContentStore@5f0438 with flag TMNOFLAGS in Transaction 3 xid HttpProcessor[80][4]-1016827062713-3- in thread HttpProcessor[80][4] 22 Mar 2002 14:57:43 - MTXJ2EEContentStore - INFO - start(): beginning transaction with xid HttpProcessor[80][4]-1016827062713-3-2 CONNDEBUG: Got connection successfully 22 Mar 2002 14:57:43 - MTXJ2EEContentStore - INFO - start(): adding to map for Thread[HttpProcessor[80][4],5,main] 22 Mar 2002 14:57:43 - StandardStore - DEBUG - Enlist service MTXJ2EEContentStore@5f0438 in active transaction 22 Mar 2002 14:57:43 - MTXJ2EEContentStore - INFO - DB Content Store ==> Started rdf/http/test.com/besttest/level999 2002-03-22 14:57:43.234Dbc:2984]] PreparedStatement::prepare stmt:select 1 from revisioncontent where uri = ? and xnumber = ? 2002-03-22 14:57:43.234Dbc:2984]] RPC:sp_prepare 2002-03-22 14:57:43.294Dbc:2984]] RPC:sp_execute 22 Mar 2002 14:57:43 - MTXJ2EEContentStore - INFO - Create=select 1 from revisioncontent/rdf/http/test.com/besttest/level999 22 Mar 2002 14:57:43 - MTXJ2EEContentStore - INFO - Returning current valid connection from map 2002-03-22 14:57:43.304Dbc:2984]] PreparedStatement::prepare stmt:insert into revisioncontent values(?, ?, ?) 2002-03-22 14:57:43.304Dbc:2984]] RPC:sp_prepare 2002-03-22 14:57:43.474Dbc:2984]] RPC:Not first RPC packet 22 Mar 2002 14:57:43 - MTXJ2EEContentStore - INFO - Insert revisioncontent /rdf/http/test.com/besttest/level999 22 Mar 2002 14:57:43 - MTXJ2EEContentStore - INFO - DB Content Store ==> Success 22 Mar 2002 14:57:43 - SlideTransaction - DEBUG - Delist resource manager MTXJ2EEContentStore@5f0438 with flag TMSUSPEND in Transaction 3 xid HttpProcessor[80][4]-1016827062713-3- in thread HttpProcessor[80][4] 22 Mar 2002 14:57:43 - MTXJ2EEContentStore - INFO - end() for thread: Thread[HttpProcessor[80][4],5,main] 22 Mar 2002 14:57:43 - StandardStore - DEBUG - Delist service MTXJ2EEContentStore@5f0438 from active transaction 22 Mar 2002 14:57:43 - SlideTransaction - DEBUG - Enlist resource manager J2EEDescriptorsStore@50a649 with flag TMRESUME in Transaction 3 xid HttpProcessor[80][4]-1016827062713-3- in thread HttpProcessor[80][4] 22 Mar 2002 14:57:43 - J2EEDescriptorsStore - INFO - start(): beginning transaction with xid HttpProcessor[80][4]-1016827062713-3-1 22 Mar 2002 14:57:43 - J2EEDescriptorsStore - DEBUG - TMRESUME for transaction in thread: Thread[HttpProcessor[80][4],5,main] 22 Mar 2002 14:57:43 - StandardStore - DEBUG - Enlist service J2EEDescriptorsStore@50a649 in active transaction 22 Mar 2002 14:57:43 - J2EEDescriptorsStore - INFO - Returning current valid connection from map 2002-03-22 14:57:43.645Dbc:2983]] PreparedStatement::prepare stmt:insert into revision values(?, ?, ?) 2002-03-22 14:57:43.645Dbc:2983]] RPC:sp_prepare 2002-03-22 14:57:43.645Dbc:2983]] RPC:sp_execute 22 Mar 2002 14:57:43 - J2EEDescriptorsStore - INFO - insert into revision /rdf/http/test.com/besttest/level999 2002-03-22 14:57:43.735Dbc:2983]] PreparedStatement::prepare stmt:insert into property values(?,?,?,?,?,?,?) 2002-03-22 14:57:43.735Dbc:2983]] RPC:sp_prepare 2002-03-22 14:57:43.735Dbc:2983]] RPC:sp_execute 2002-03-22 14:57:43.815Dbc:2983]] RPC:sp_execute 2002-03-22 14:57:43.885Dbc:2983]] RPC:sp_execute 2002-03-22 14:57:43.965Dbc:2983]] RPC:sp_execute 2002-03-22 14:57:43.975Dbc:2983]] RPC:sp_execute 2002-03-22 14:57:43.975Dbc:2983]] RPC:sp_execute 2002-03-22 14:57:43.975Dbc:2983]] RPC:sp_execute 2002-03-22 14:57:44.035Dbc:2983]] RPC:sp_execute 2002-03-22 14:57:44.035Dbc:2983]] RPC:sp_execute 2002-03-22 14:57:44.045Dbc:2983]] RPC:sp_execute 22 Mar 2002 14:57:43 - J2EEDescriptorsStore - INFO - insert into property /rdf/http/test.com/besttest/level999 22 Mar 2002 14:57:43 - J2EEDescriptorsStore - INFO - insert into property /rdf/http/test.com/besttest/level999 22 Mar 2002 14:57:43 - J2EEDescriptorsStore - INFO - insert into property /rdf/http/test.com/besttest/level999 22 Mar 2002 14:57:43 - J2EEDescriptorsStore - INFO - insert into property /rdf/http/test.com/besttest/level999 22 Mar 2002 14:57:43 - J2EEDescriptorsStore - INFO - insert into property /rdf/http/test.com/besttest/level999 22 Mar 2002 14:57:43 - J2EEDescriptorsStore - INFO - insert into property /rdf/http/test.com/besttest/level999 22 Mar 2002 14:57:44 - J2EEDescriptorsStore - INFO - insert into property /rdf/http/test.com/besttest/level999 22 Mar 2002 14:57:44 - J2EEDescriptorsStore - INFO - insert into property /rdf/http/test.com/besttest/level999 22 Mar 2002 14:57:44 - J2EEDescriptorsStore - INFO - insert into property /rdf/http/test.com/besttest/level999 22 Mar 2002 14:57:44 - J2EEDescriptorsStore - INFO - insert into property /rdf/http/test.com/besttest/level999 22 Mar 2002 14:57:44 - SlideTransaction - DEBUG - Delist resource manager J2EEDescriptorsStore@50a649 with flag TMSUSPEND in Transaction 3 xid HttpProcessor[80][4]-1016827062713-3- in thread HttpProcessor[80][4] 22 Mar 2002 14:57:44 - J2EEDescriptorsStore - INFO - end() for thread: Thread[HttpProcessor[80][4],5,main] 22 Mar 2002 14:57:44 - StandardStore - DEBUG - Delist service J2EEDescriptorsStore@50a649 from active transaction 2002-03-22 14:57:44.045Dbc:2983]] PreparedStatement::prepare stmt:delete from revisions where uri= ? 2002-03-22 14:57:44.045Dbc:2983]] RPC:sp_prepare 2002-03-22 14:57:44.045Dbc:2983]] RPC:sp_execute 2002-03-22 14:57:44.105Dbc:2983]] PreparedStatement::prepare stmt:delete from workingrevision where uri= ? 2002-03-22 14:57:44.105Dbc:2983]] RPC:sp_prepare 2002-03-22 14:57:44.175Dbc:2983]] RPC:sp_execute 2002-03-22 14:57:44.175Dbc:2983]] PreparedStatement::prepare stmt:delete from latestrevisions where uri= ? 2002-03-22 14:57:44.175Dbc:2983]] RPC:sp_prepare 2002-03-22 14:57:44.175Dbc:2983]] RPC:sp_execute 2002-03-22 14:57:44.185Dbc:2983]] PreparedStatement::prepare stmt:delete from branches where uri= ? 2002-03-22 14:57:44.185Dbc:2983]] RPC:sp_prepare 2002-03-22 14:57:44.185Dbc:2983]] RPC:sp_execute 2002-03-22 14:57:44.195Dbc:2983]] PreparedStatement::prepare stmt:insert into revisions values(?,?,?) 2002-03-22 14:57:44.195Dbc:2983]] RPC:sp_execute 2002-03-22 14:57:44.195Dbc:2983]] PreparedStatement::prepare stmt:insert into latestrevisions values(?,?,?) 2002-03-22 14:57:44.195Dbc:2983]] RPC:sp_prepare 2002-03-22 14:57:44.195Dbc:2983]] RPC:sp_execute 22 Mar 2002 14:57:44 - SlideTransaction - DEBUG - Enlist resource manager J2EEDescriptorsStore@50a649 with flag TMRESUME in Transaction 3 xid HttpProcessor[80][4]-1016827062713-3- in thread HttpProcessor[80][4] 22 Mar 2002 14:57:44 - J2EEDescriptorsStore - INFO - start(): beginning transaction with xid HttpProcessor[80][4]-1016827062713-3-1 22 Mar 2002 14:57:44 - J2EEDescriptorsStore - DEBUG - TMRESUME for transaction in thread: Thread[HttpProcessor[80][4],5,main] 22 Mar 2002 14:57:44 - StandardStore - DEBUG - Enlist service J2EEDescriptorsStore@50a649 in active transaction 22 Mar 2002 14:57:44 - J2EEDescriptorsStore - INFO - Returning current valid connection from map 22 Mar 2002 14:57:44 - J2EEDescriptorsStore - INFO - delete /rdf/http/test.com/besttest/level999 22 Mar 2002 14:57:44 - J2EEDescriptorsStore - INFO - Returning current valid connection from map 22 Mar 2002 14:57:44 - J2EEDescriptorsStore - INFO - insert into revisions /rdf/http/test.com/besttest/level999 22 Mar 2002 14:57:44 - J2EEDescriptorsStore - INFO - insert into latestrevisions /rdf/http/test.com/besttest/level999 22 Mar 2002 14:57:44 - SlideTransaction - DEBUG - Delist resource manager J2EEDescriptorsStore@50a649 with flag TMSUSPEND in Transaction 3 xid HttpProcessor[80][4]-1016827062713-3- in thread HttpProcessor[80][4] 22 Mar 2002 14:57:44 - J2EEDescriptorsStore - INFO - end() for thread: Thread[HttpProcessor[80][4],5,main] 22 Mar 2002 14:57:44 - StandardStore - DEBUG - Delist service J2EEDescriptorsStore@50a649 from active transaction 22 Mar 2002 14:57:44 - SlideTransactionManager - DEBUG - Commit Transaction 3 xid HttpProcessor[80][4]-1016827062713-3- in thread HttpProcessor[80][4] 22 Mar 2002 14:57:44 - MTXJ2EEContentStore - INFO - prepare() for thread: Thread[HttpProcessor[80][4],5,main] 22 Mar 2002 14:57:44 - J2EEDescriptorsStore - INFO - prepare() for thread: Thread[HttpProcessor[80][4],5,main] 22 Mar 2002 14:57:44 - MTXJ2EEContentStore - INFO - commit() for thread Thread[HttpProcessor[80][4],5,main], removing from map 22 Mar 2002 14:57:44 - J2EEDescriptorsStore - INFO - commit() for thread Thread[HttpProcessor[80][4],5,main], removing from map 2002-03-22 14:57:46.529 (6) Connection closed ID:6
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
