Re: [hibernate-dev] Hibernate.getImplementation(Object)

2007-05-28 Thread Max Rydahl Andersen
Field field = myClass.getField("myField"); Object value = field.get(proxy); value is always null because CGLIB does not fill the superclass fields. well - it shouldn't and you couldn't rely on it even if it did since it might not be the right concrete type. But I can see that it's kind'a

Re: [hibernate-dev] Hibernate.getImplementation(Object)

2007-05-28 Thread Emmanuel Bernard
JPA today mandates that clients access getters and setters. On 28 mai 07, at 05:37, Max Rydahl Andersen wrote: Field field = myClass.getField("myField"); Object value = field.get(proxy); value is always null because CGLIB does not fill the superclass fields. well - it shouldn't and you c

[hibernate-dev] hibernate-hsqldb-testsuite build.44 Build Successful

2007-05-28 Thread jboss-qa-internal
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/hibernate-hsqldb-testsuite?log=log20070528105528Lbuild.44 BUILD COMPLETE - build.44Date of build: 05/28/2007 10:55:28Time to build: 12 minutes 30 seconds  Unit Tests: (1055)

[hibernate-dev] hibernate-oracle9-testsuite Build Completed With Testsuite Errors

2007-05-28 Thread jboss-qa-internal
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/hibernate-oracle9-testsuite?log=log20070528110850 TESTS FAILEDAnt Error Message: /qa/services/cruisecontrol/work/scripts/build-hibernate-db-matrix.xml:113: The following error occurred while executing this line: /qa/services/cruis

[hibernate-dev] hibernate-pgsql-testsuite Build Completed With Testsuite Errors

2007-05-28 Thread jboss-qa-internal
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/hibernate-pgsql-testsuite?log=log20070528112233 TESTS FAILEDAnt Error Message: /qa/services/cruisecontrol/work/scripts/build-hibernate-db-matrix.xml:162: The following error occurred while executing this line: /qa/services/cruisec

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

2007-05-28 Thread jboss-qa-internal
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/hibernate-mysql-testsuite?log=log20070528114324 TESTS FAILEDAnt Error Message: /qa/services/cruisecontrol/work/scripts/build-hibernate-db-matrix.xml:148: The following error occurred while executing this line: /qa/services/cruisec

[hibernate-dev] hibernate-sqlserver-jtds-testsuite build.46 Build Successful

2007-05-28 Thread jboss-qa-internal
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/hibernate-sqlserver-jtds-testsuite?log=log20070528120633Lbuild.46 BUILD COMPLETE - build.46Date of build: 05/28/2007 12:06:33Time to build: 12 minutes 3 seconds  Unit Tests: (1055)

[hibernate-dev] hibernate-sybase-testsuite Build Completed With Testsuite Errors

2007-05-28 Thread jboss-qa-internal
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/hibernate-sybase-testsuite?log=log20070528121931 TESTS FAILEDAnt Error Message: /qa/services/cruisecontrol/work/scripts/build-hibernate-db-matrix.xml:127: The following error occurred while executing this line: /qa/services/cruise

[hibernate-dev] hibernate-mysql50-testsuite Build Completed With Testsuite Errors

2007-05-28 Thread jboss-qa-internal
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/hibernate-mysql50-testsuite?log=log20070528124953 TESTS FAILEDAnt Error Message: /qa/services/cruisecontrol/work/scripts/build-hibernate-db-matrix.xml:155: The following error occurred while executing this line: /qa/services/cruis

[hibernate-dev] hibernate-sqlserver-msjdbc-testsuite Build Completed With Testsuite Errors

2007-05-28 Thread jboss-qa-internal
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/hibernate-sqlserver-msjdbc-testsuite?log=log20070528123656 TESTS FAILEDAnt Error Message: /qa/services/cruisecontrol/work/scripts/build-hibernate-db-matrix.xml:141: The following error occurred while executing this line: /qa/servi

[hibernate-dev] hibernate-oracle10-testsuite Build Timed Out

2007-05-28 Thread jboss-qa-internal
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/hibernate-oracle10-testsuite?log=log20070528131346 BUILD TIMED OUTAnt Error Message: build timeoutDate of build: 05/28/2007 13:13:46Time to build:   Unit Tests: (0)  Total Errors and Failur

Re: [hibernate-dev] Re: maven migration

2007-05-28 Thread Emmanuel Bernard
For stupid people like me who don't know how to complete an XML for 2 hours, see at the bottom the changes Steve was talking about. I have OOME from the docbook plugins it seems when I do mvn clean install. I'll try to figure it out where to increase the permgen in the next 2 hours. Also