[jboss-user] [IronJacamar] - Re: JCA Spec violation using resource-adapter in JBoss 7?

Jesper Pedersen do-not-reply at jboss.com
Wed Mar 13 11:35:52 EDT 2013


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]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20130313/bd579d3b/attachment.html 


More information about the jboss-user mailing list