RE: [Fwd: RE: [Hibernate] @Fetch]

2006-03-13 Thread dchannon
OK this is what I would want to happen. +1 for completing the extensions to be much closer to what is available in the hbm mapping side. As far as separating Entity V Collection - Maybe should be separated to allow more accurate IDE auto complete and static compliation checking to occur. I have not

[Hibernate] hibernate-oracle10-testsuite Build Completed With Testsuite Errors

2006-03-13 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/hibernate-oracle10-testsuite?log=log20060313143138 TESTS FAILEDAnt Error Message: /home/cruisecontrol/work/scripts/build-hibernate-db-matrix.xml:98: The following error occurred while executing this line: /home/cruisecontrol/work/

[Hibernate] hibernate-mysql-testsuite Build Completed With Testsuite Errors

2006-03-13 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/hibernate-mysql-testsuite?log=log20060313134702 TESTS FAILEDAnt Error Message: /home/cruisecontrol/work/scripts/build-hibernate-db-matrix.xml:119: The following error occurred while executing this line: /home/cruisecontrol/work/sc

Re: [Hibernate] Componets equals null

2006-03-13 Thread Pablo Nussembaum
I was trying to write it as UserType. But I couldn't obtain the same functionality that I have with a hibernate component, because I find no way to implement an UserType that some of his properties be part of a manytoone or onetomany relation. Pablo Max Rydahl Andersen wrote: On Fri, 10 Mar

[Hibernate] hibernate-hsqldb-testsuite Build Completed With Testsuite Errors

2006-03-13 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/hibernate-hsqldb-testsuite?log=log20060313123337 TESTS FAILEDAnt Error Message: /home/cruisecontrol/work/scripts/build-hibernate-db-matrix.xml:84: The following error occurred while executing this line: /home/cruisecontrol/work/sc

Re: [Fwd: RE: [Hibernate] @Fetch]

2006-03-13 Thread Emmanuel Bernard
Hi, I don't fully understand you. My plan was to add at least org.hibernate.annotations.Lazy and org.hibernate.annotations.Fetch They will keep the standard/extension separation clean. Emmanuel Bernard wrote: Original Message Subject: RE: [Hibernate] @Fetch Date: Mo

[Fwd: RE: [Hibernate] @Fetch]

2006-03-13 Thread Emmanuel Bernard
Original Message Subject:RE: [Hibernate] @Fetch Date: Mon, 13 Mar 2006 15:12:44 +1000 From: dchannon <[EMAIL PROTECTED]> To: 'Emmanuel Bernard' <[EMAIL PROTECTED]> I feel its best not to confuse what is within the standard and what is an extension. So far you

Re: [Hibernate] Componets equals null

2006-03-13 Thread Max Rydahl Andersen
On Fri, 10 Mar 2006 20:44:14 +0100, Pablo Nussembaum <[EMAIL PROTECTED]> wrote: I know that, but this a common glitch that some hibernate users complains. I think that this behavior is more natural to final user as its follow the minimal surprise concept. Why if the component has all nulls p