From: Steve E. <ste...@jb...> - 2006-04-19 03:53:17
|
lol -----Original Message----- From: hib...@li... [mailto:hib...@li...] On Behalf Of hib...@li... Sent: Tuesday, April 18, 2006 9:51 PM To: hib...@li... Subject: [Hibernate-commits] Hibernate Code SVN: r9767 - trunk/Hibernate3/src/org/hibernate/transaction Author: epbernard Date: 2006-04-18 22:50:37 -0400 (Tue, 18 Apr 2006) New Revision: 9767 Modified: =20 trunk/Hibernate3/src/org/hibernate/transaction/JTATransactionFactory.jav a Log: get rid of the Hip Hop exception Modified: trunk/Hibernate3/src/org/hibernate/transaction/JTATransactionFactory.jav a =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/Hibernate3/src/org/hibernate/transaction/JTATransactionFactory.jav a 2006-04-19 02:24:45 UTC (rev 9766) +++ trunk/Hibernate3/src/org/hibernate/transaction/JTATransactionFactory.jav a 2006-04-19 02:50:37 UTC (rev 9767) @@ -83,7 +83,7 @@ ut =3D ( UserTransaction ) context.lookup( utName ); } catch ( NamingException e ) { - throw new TransactionException( "Unable to locate UserTrasnaction to check status" ); + throw new TransactionException( "Unable to locate UserTransaction to check status" ); } } return ut !=3D null && JTAHelper.isInProgress( ut.getStatus() ); ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D110944&bid=3D241720&dat=3D= 121642 _______________________________________________ hibernate-commits mailing list hib...@li... https://lists.sourceforge.net/lists/listinfo/hibernate-commits |