[
http://jira.jboss.com/jira/browse/JBTM-98?page=comments#action_12343778 ]
Moises Quinto commented on JBTM-98:
-----------------------------------
what is the setup of your test? If I have a single JBoss server talking to oracle then it
works fine. When I try the following scenario is when I get the problem (both server 4.0.3
SP1 and JBossts 4.2):
Server1 : starts the global distributed transaction, performs local oracle database
operations and calls a server2Bean on server2
// this method has the tx "required" attribute in ejb-jar.xml
performGlobalTx(){
doSomething(); // do oracle operations
server2Bean.doSomething(); // call remote jboss Server2
}
Server2: the bean on this server updates the same oracle database:
doSomething(){
performDBOperations...;
// here is where I get the exceptions reported in the forum
<<<<--------------------here
}
Adding padding support to Xid for Oracle OCI driver
---------------------------------------------------
Key: JBTM-98
URL:
http://jira.jboss.com/jira/browse/JBTM-98
Project: JBoss Transaction Manager
Issue Type: Feature Request
Security Level: Public(Everyone can see)
Components: JTA Implementation
Affects Versions: 4.2
Reporter: Mark Little
Assigned To: Jonathan Halliday
Fix For: 4.4
Plus add it to qualification drivers for DTF.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira