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

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

[hibernate-dev] hibernate-oracle10-testsuite build.34 Build Successful

2007-05-19 Thread jboss-qa-internal
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/hibernate-oracle10-testsuite?log=log20070519055614Lbuild.34 BUILD COMPLETE - build.34Date of build: 05/19/2007 05:56:14Time to build: 23 minutes 35 seconds  Unit Tests: (1055)

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

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

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

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

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

2007-05-19 Thread jboss-qa-internal
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/hibernate-sqlserver-jtds-testsuite?log=log20070519070443Lbuild.37 BUILD COMPLETE - build.37Date of build: 05/19/2007 07:04:43Time to build: 11 minutes 38 seconds  Unit Tests: (1055)

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

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

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

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

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

2007-05-19 Thread jboss-qa-internal
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/hibernate-hsqldb-testsuite?log=log20070519085907Lbuild.35 BUILD COMPLETE - build.35Date of build: 05/19/2007 08:59:07Time to build: 12 minutes 10 seconds  Unit Tests: (1055)

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

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

Re: [hibernate-dev] Hibernate Search Projection

2007-05-19 Thread Max Rydahl Andersen
Projection What about .setCachedProjection or .setIndexedProjection to clearly signal it is not a "real" projection ? But it *is* a real projection, just not from the database :-) The data is the same though The API is in FullTextQuery.setProjection() Do we need the redundancy? It's j