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

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

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

2007-06-17 Thread jboss-qa-internal
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/hibernate-sybase-testsuite?log=log20070617053546 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] RE: Exposing legacy Lucene documents on searches.

2007-06-17 Thread John Griffin
Emanuel, I finally have time to get this going. In agreement with you this is what I plan on doing. I would like to add a method level annotation on the iterate, list and scroll methods that indicates whether or not the user wants the legacy Lucene objects retained (probably @LegacyDocuments the a

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

2007-06-17 Thread Emmanuel Bernard
hi John, You mean having an @LegacyDocuments annotation on the application method? @LegacyDocuments public void MyMethod() { fullTextSession.scroll(); ) reading such an annotation is really expensive, the VM has to build the stack trace. and access the caller method. Besides, I'm more con

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

2007-06-17 Thread John Griffin
Emmanuel, You didn't misunderstand. Forget about the annotation I don't know what I was thinking about. I was going to reply earlier to tell you that but couldn't get to my email. I do have an MSN IM account [EMAIL PROTECTED] Anyway, I'm looking at the FullTextQueryImpl class to implement this.