On Apr 4, 2008, at 3:24 AM, Jacek Laskowski wrote:
On Fri, Apr 4, 2008 at 11:39 AM, <[EMAIL PROTECTED]> wrote:
Author: dblevins
Date: Fri Apr 4 02:39:48 2008
New Revision: 644655
URL: http://svn.apache.org/viewvc?rev=644655&view=rev
Log:
Can't use initCause on a
javax.transaction.TransactionRolledbackException.
Why?!
It's in the Java docs of remote exception (http://java.sun.com/j2se/1.5.0/docs/api/java/rmi/RemoteException.html
). The code should be changed to use the public "detail" field.
-dain