Jesper Pedersen [https://community.jboss.org/people/jesper.pedersen] created 
the discussion

"Re: JCA Spec violation using resource-adapter in JBoss 7?"

To view the discussion, visit: https://community.jboss.org/message/802397#802397

--------------------------------------------------------------
If possible include the following Byteman script in your run:

RULE Transaction.enlist 
INTERFACE javax.transaction.Transaction 
METHOD enlistResource 
IF TRUE 
DO traceStack("--------------------------->BM-Transaction.enlistResource: " + 
$1,100); 
ENDRULE 

RULE Transaction.delist 
INTERFACE javax.transaction.Transaction 
METHOD delistResource 
IF TRUE 
DO traceStack("--------------------------->BM-Transaction.delistResource: " + 
$1 + ", flag: " + $2,100); 
ENDRULE 


Thanks.
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/802397#802397]

Start a new discussion in IronJacamar at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2098]

_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to