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

2007-06-18 Thread jboss-qa-internal
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/hibernate-sqlserver-msjdbc-testsuite?log=log20070618094709 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

Re: [hibernate-dev] RE: Exposing legacy Lucene documents on searches.

2007-06-18 Thread Emmanuel Bernard
This is correct, but Christian had a very interesting idea. We could reuse the projection API to project the Lucene specific objects fullTextQuery.setProjection("id", "title", "price", FullTextQuery.DOCUMENT, FullTextQuery.SCORE).list(); Would return a list of Object[] { 1, //the id "Au b

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

2007-06-18 Thread jboss-qa-internal
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/hibernate-mysql-testsuite?log=log20070618071504 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-sybase-testsuite Build Completed With Testsuite Errors

2007-06-18 Thread jboss-qa-internal
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/hibernate-sybase-testsuite?log=log20070618062015 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

Re: [hibernate-dev] RE: Exposing legacy Lucene documents on searches.

2007-06-18 Thread Hardy Ferentschik
Hi John, By the way could you please explain your 'projection' to me. I don't understand the concept. The idea behind projections is to avoid full database round-trips in uses cases where you are only interested in a subset of object properties (instead of the full Hibernate managed objec