From: Gavin K. <Gav...@ex...> - 2002-12-04 03:11:58
|
Comments inline.... > 04:18:56,649 WARN > [JTATransactionFactory] No TransactionManagerLookup configured > (use of JCS read-write cache is not=20 > recommended) >=20 > What is this setting. I get that warning even if I don't use JCS.=20 >=20 > This is my hibernate.properties: >=20 > hibernate.use_outer_join=3Dtrue > hibernate.show_sql=3Dfalse > hibernate.jdbc.batch_size=3D10 > hibernate.statement_cache.size=3D20=20 > hibernate.transaction.factory_class=3Dcirrus.hibernate.transacti > on.JTATran > sactionFactory=20 > hibernate.transaction.manager_class=3Dcirrus.hibernate.transacti > on.JNDITra > nsactionManagerLookup > hibernate.query.substitutions yes 'Y', no 'N'=20 > jta.UserTransaction=3Djava:comp/UserTransaction >=20 There was a doco bug that was reported and fixed only recently.=20 (My fault.) The property should be hibernate.transaction.manager_lookup_class But JNDITransactionManagerLookup is not a valid value. You must=20 choose the correct strategy for your application server. Otherwise=20 I don't recommend use of usage=3D"read-write" JCS caching. > Another warning I get with Resin is: >=20 > 04:18:57,258 WARN > [SessionFactoryObjectFactory] InitialContext did not=20 > implement EventContext >=20 > Should I care about it? Nah, don't worry about that one.... ********** 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 ********** |