Cool. You beat me to it. Thanks for the Resin-specific code - I
will integrate it as soon as I get to a PC with CVS access
(I've been unable to do anything the past few days.)

> -----Original Message-----
> From: Aapo Laakkonen [mailto:[EMAIL PROTECTED] 
> Sent: Thursday, 5 December 2002 2:06 AM
> To: [EMAIL PROTECTED]
> Subject: RE: [Hibernate] Lazy Collections
> 
> 
> > 04:18:56,649 WARN
> > [JTATransactionFactory] No TransactionManagerLookup configured
> >                         (use of JCS read-write cache is not
> recommended)
> 
> Ok there is error in documentation (it's not 
> hibernate.transaction.manager_class).
> 
> This works: 
> hibernate.transaction.manager_lookup_class=cirrus.hibernate.tr
> ansaction.
> ResinTransactionManagerLookup
> 
> 
> Now it works fine!!!!! Great work! Definately the best O/R tool.
> 
> 
> --- code ---
> 
> Here is code for ResinTransactionManagerLookup class:
> 
> package cirrus.hibernate.transaction;
> 
> public final class ResinTransactionManagerLookup extends 
> JNDITransactionManagerLookup {
> 
>       /**
>        * @see
> cirrus.hibernate.transaction.JNDITransactionManagerLookup#getName()
>        */
>       protected String getName() {
>               return "java:comp/TransactionManager";
>       }
> 
> }
> 
> --- code ---
> 


********** CAUTION - Disclaimer **********
This message may contain privileged and confidential
information. If you are not the intended recipient of this
message (or responsible for delivery of the message to
such person) you are hereby notified that any use,
dissemination, distribution or reproduction of this message
is prohibited. If you have received this message in error,
you should destroy it and kindly notify the sender by reply
e-mail. Please advise immediately if you or your employer
do not consent to Internet e-mail for messages of this kind.
Opinions, conclusions and other information in this
message that do not relate to the official business of
Expert Information Services Pty Ltd ("The Company")
shall be understood as neither given nor endorsed by it.

The Company advises that this e-mail and any attached
files should be scanned to detect viruses. The Company
accepts no liability for loss or damage (whether caused
by negligence or not) resulting from the use of any
attached files.
**EIS******** End of Disclaimer **********



-------------------------------------------------------
This SF.net email is sponsored by: Microsoft Visual Studio.NET
comprehensive development tool, built to increase your
productivity. Try a free online hosted session at:
http://ads.sourceforge.net/cgi-bin/redirect.pl?micr0003en
_______________________________________________
hibernate-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/hibernate-devel

Reply via email to