Re: [Hibernate] @Fetch

2006-03-12 Thread Christian Bauer
On Mar 13, 2006, at 8:39 AM, Max Rydahl Andersen wrote: or at least have very good error messages thrown from the annotation builder. That should be OK, we never know when other @Fetch options might become available for collections, etc. --

Re: [Hibernate] @Fetch

2006-03-12 Thread Max Rydahl Andersen
hmm ... without any other means of "annotation validation" having 2 seperate annotations sounds like the only way out. Otherwise you get very dependent on having Hibernate/EJB3 aware annotations IDE's; or at least have very good error messages thrown from the annotation builder. /max Actually

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

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

[Hibernate] hibernate-sqlserver-jtds-testsuite Build Timed Out

2006-03-12 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/hibernate-sqlserver-jtds-testsuite?log=log20060312215819 BUILD TIMED OUTAnt Error Message: build timeoutDate of build: 03/12/2006 21:58:19Time to build:   Unit Tests: (0)  Total Errors and

Re: [Hibernate] @Fetch

2006-03-12 Thread Emmanuel Bernard
Actually @Lazy has the same issue TRUE, FALSE, PROXY, NO-PROXY, EXTRA @Fetch SELECT, JOIN, SUBSELECT Emmanuel Bernard wrote: I'll add a @Fetch annotation Some FetchType are available on collections only, some on single association only. Do you think I should have 2 different @Fetch annotations

[Hibernate] @Fetch

2006-03-12 Thread Emmanuel Bernard
I'll add a @Fetch annotation Some FetchType are available on collections only, some on single association only. Do you think I should have 2 different @Fetch annotations (one for each), or should I mix all FetchType in one single annotation? Thoughts?

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

2006-03-12 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/hibernate-oracle10-testsuite?log=log20060312134628 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-12 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/hibernate-mysql-testsuite?log=log20060312132209 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

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

2006-03-12 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/hibernate-hsqldb-testsuite?log=log20060312122320 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

[Hibernate] resulttransformer for SQL/HQL

2006-03-12 Thread Max Rydahl Andersen
Hi guys, On my trip home i bored myself with implementing support for resulttransformer on HQL/SQL. I reused the ResultTransformer interface since having a different interface felt redundant (even though one of the methods won't be used from HQL/SQL) This means that on my h3.2 impl you