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

2006-11-24 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/hibernate-oracle10-testsuite?log=log2006112417 BUILD TIMED OUTAnt Error Message: build timeoutDate of build: 11/24/2006 00:00:17Time to build: Last changed: 12/31/2005 20:44:14Last log entry: less noisy

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

2006-11-24 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/hibernate-hsqldb-testsuite?log=log20061124030044 TESTS FAILEDAnt Error Message: /home/cruisecontrol/work/scripts/build-hibernate-db-matrix.xml:92: The following error occurred while executing this line: /home/cruisecontrol/work/sc

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

2006-11-24 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/hibernate-mysql-testsuite?log=log20061124031014 TESTS FAILEDAnt Error Message: /home/cruisecontrol/work/scripts/build-hibernate-db-matrix.xml:127: The following error occurred while executing this line: /home/cruisecontrol/work/sc

Re: [hibernate-dev] Hibernate search(lucene) update question & opinion.

2006-11-24 Thread Emmanuel Bernard
The problem is not solved "automatically" yet. But here is the reason why. First of all, the elements are properly deleted, and the index file reflect that as soon as IndexReader.close() is called (which is done by Hibernate Search). However, the files containing the document data are not clean

[hibernate-dev] Hibernate Tools How to Install Plugin?

2006-11-24 Thread Arthur Orange
Ok the page http://www.hibernate.org/hib_docs/tools/reference/en/html/setup.html lists such scant docs on how to install hibernate tools that its worthless really. I went to tools.hibernate.org and that didn't work either. Read up myriad of docs and had to traverse back to Eclipse tutorials on

Re: [hibernate-dev] Hibernate Tools How to Install Plugin?

2006-11-24 Thread Christian Bauer
On Nov 24, 2006, at 7:43 PM, Arthur Orange wrote: Ok the page http://www.hibernate.org/hib_docs/tools/reference/en/ html/setup.html lists such scant docs on how to install hibernate tools that its worthless really. I went to tools.hibernate.org and that didn't work either. Read up myriad

Re: [hibernate-dev] Hibernate search(lucene) update question & opinion.

2006-11-24 Thread Mario Ivankovits
Hi Emmanuel! > 2. add an FullTextSession.optimize(Class) method, and the application > is responsible for the method trigger. This is the easy solution but > put more work on the user. And I'm not happy to push a maintenance API > to the Session. Esp since this is more of a SessionFactory like API.

Re: [hibernate-dev] Hibernate search(lucene) update question & opinion.

2006-11-24 Thread Emmanuel Bernard
Remember that while you can use the same index for your whole domain model, One index per entity is the recommended approach. Do you expect a finer grained model? Under which partition strategy? Mario Ivankovits wrote: Hi Emmanuel! > 2. add an FullTextSession.optimize(Class) method, and the a

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

2006-11-24 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/hibernate-hsqldb-testsuite?log=log2006112510 TESTS FAILEDAnt Error Message: /home/cruisecontrol/work/scripts/build-hibernate-db-matrix.xml:92: The following error occurred while executing this line: /home/cruisecontrol/work/sc

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

2006-11-24 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/hibernate-mysql-testsuite?log=log20061125001012 TESTS FAILEDAnt Error Message: /home/cruisecontrol/work/scripts/build-hibernate-db-matrix.xml:127: The following error occurred while executing this line: /home/cruisecontrol/work/sc

Re: [hibernate-dev] Hibernate search(lucene) update question & opinion.

2006-11-24 Thread Mario Ivankovits
Hi Emmanuel! > Remember that while you can use the same index for your whole domain > model, One index per entity is the recommended approach. Do you expect > a finer grained model? Under which partition strategy? First, I hadn't had the time till now to have a look at Hibernate Search, so sorry if