RE: [Hibernate] Lazy Collections

2002-12-04 Thread Gavin King
Comments inline 04:18:56,649 WARN [JTATransactionFactory] No TransactionManagerLookup configured (use of JCS read-write cache is not recommended) What is this setting. I get that warning even if I don't use JCS. This is my hibernate.properties:

[Hibernate] Transaction Commit Session Close

2002-12-04 Thread Aapo Laakkonen
Here is my settings: hibernate-configuration session-factory name=java:comp/env/jndi/HibernateSessionFactory property name=connection.datasourcejava:comp/env/jdbc/xa/postgresql/somedb/pr operty property name=dialectcirrus.hibernate.sql.PostgreSQLDialect/property ... mapping files

RE: [Hibernate] Global Components

2002-12-04 Thread Gavin King
Just use an XML external entity to save yourself the copy/paste. :) -Original Message- From: Aapo Laakkonen [mailto:[EMAIL PROTECTED] Sent: Thursday, 5 December 2002 6:09 AM To: [EMAIL PROTECTED] Subject: [Hibernate] Global Components I have need for global components. Here is

[Hibernate] RE: Lazy Collections (to maverick users)

2002-12-04 Thread Aapo Laakkonen
What guarantees does Maverick make about when / wether discard() will be called? Is it *guaranteed* to be called in the case of an exception, etc? I checked this today, and found out that it gives tou no guarantees, until I posted a patch. -Original Message- From: Aapo Laakkonen

[Hibernate] Global Components

2002-12-04 Thread Aapo Laakkonen
I have need for global components. Here is example of one: component name=metadata class=eg.Metadata property name=createdOn column=created_on type=timestamp unique=false/ many-to-one name=createdBy class=eg.User column=created_by unique=false/ property name=accepted column=accepted

RE: [Hibernate] Re: Hibernate vs. Castor example

2002-12-04 Thread Gavin King
It isn't usually; not unless you have toplevel collections... -Original Message- From: Dave Johnson [mailto:[EMAIL PROTECTED] Sent: Wednesday, 4 December 2002 4:09 PM To: [EMAIL PROTECTED] Subject: [Hibernate] Re: Hibernate vs. Castor example In the Hibernate implementation

RE: [Hibernate] Enhancements to the Hibernate Xdoclet subtasks

2002-12-04 Thread Joel Rosi-Schwartz
Okay, I have gone through the Hibernate schema and the Xdoclet xdt and have I made the changes that I *think* brings the module in line with changes made for 1.1. I have attached the xdt and would appreciate if those of you who are more familiar with these could double check what I have