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

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

2007-05-14 Thread jboss-qa-internal
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/hibernate-sybase-testsuite?log=log20070514075334 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-hsqldb-testsuite build.30 Build Successful

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

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

2007-05-14 Thread jboss-qa-internal
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/hibernate-sqlserver-jtds-testsuite?log=log20070514082409Lbuild.32 BUILD COMPLETE - build.32Date of build: 05/14/2007 08:24:09Time to build: 12 minutes 55 seconds  Unit Tests: (1055)

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

2007-05-14 Thread jboss-qa-internal
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/hibernate-oracle9-testsuite?log=log20070514083756 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-pgsql-testsuite Build Completed With Testsuite Errors

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

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

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

2007-05-14 Thread jboss-qa-internal
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/hibernate-mysql50-testsuite?log=log20070514092634 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-oracle10-testsuite Build Timed Out

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

[hibernate-dev] best approach to manage this many to many relationship

2007-05-14 Thread Lakers
Hi, Want to implement a feature to allow a user to block a list of other users. The use case is for any given user id, find the list of users he blocks. I use a many-to-many relationship table to map the relationship: user1_id, user2_id Since there might be a huge long list of users a user want