We are getting an error while multiple users are trying to update the same
data:
java.lang.reflect.UndeclaredThrowableException:
javax.transaction.RollbackExcept
ion: Unable to commit, tx=XidImpl [FormatId=257, GlobalId=<test-domain>/
/301, BranchQual=] status=STATUS_ROLLEDBACK

Our problem, in a nutshell, is that the default behaviour for
Informix is to not wait for locks and always report an error.
The behaviour can only be changed to 'wait for locks' by issuing a
proprietary SQL statement for each connection. This connection 
property is not a standard connection attribute defined by JDBC.

I'm wondering if anyone else has run into this and if so, if anyone has
developed a workaround?  

If not, it seems to me that a generic way to issue "a proprietary SQL 
statement for each connection" might be a useful addition to setting up 
a connection.

TIA,
Ilane


__________________________________________________
Do You Yahoo!?
Yahoo! - Official partner of 2002 FIFA World Cup
http://fifaworldcup.yahoo.com

_______________________________________________________________

Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm

_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to