Hi, developers.

Out of curiosity, it there a reason why (at least some of) XAExceptions 
  are ignored? For example, consider following scenario:

Client calls ejb that is supposed to perform some db update, call 
another ejb and return some response to the client. Somewhere alone the 
line XAException occured (to be more specific, TxCapsule could not 
attach db connection allocated by second ejb to the transaction). 
Despite of the problem the client recieves normal response from first ejb.

Looking into the code it seems that such problems are logged (I actually 
see warning messages) but nothing else is done about them. Would not it 
be more correct to re-throw such XAException as EJBException?

-- 
Igor Fedorenko
Think smart. Think automated. Think Dynamics.
www.thinkdynamics.com



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to