[hibernate-dev] Re: Hibernate test suite

2006-12-13 Thread Aleksandar Kostadinov
Only hsql tests work. Other databases tests fail with the same reason. Is there a change in the way testsuite should be ran? How to set jdbc driver? Properties file changes? Steve Ebersole wrote: >I am just now checking in the reorganization of the Hibernate test suite >I have been working on f

[hibernate-dev] hibernate-mysql50-testsuite Build Failed

2006-12-13 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/hibernate-mysql50-testsuite?log=log20061213051536 BUILD FAILEDAnt Error Message: /home/cruisecontrol/work/scripts/build-hibernate-db-matrix.xml:134: The following error occurred while executing this line: /home/cruisecontrol/work/

[hibernate-dev] Connection release modes

2006-12-13 Thread Christian Bauer
Bringing the two lists together for this thread. On Dec 13, 2006, at 12:01 PM, Sergey Koshcheyev wrote: Christian Bauer wrote: Maybe NHibernate only needs two modes. NHibernate probably only need to release either after transaction (also auto-committed) and when the Session is closed. By the

[hibernate-dev] RE: Hibernate test suite

2006-12-13 Thread Steve Ebersole
No the failures are different. Previously we were getting NPE; now CCE. The tests run fine for me in my IDE. The only way I have been able to reproduce such a CCE is for the JDBC driver to be unavailable when the junit task starts up. This causes the constructor of one of the test classes to fa

[hibernate-dev] Re: Hibernate test suite

2006-12-13 Thread Aleksandar Kostadinov
Yeah, I see that the problem is not finding the jdbc driver. I meant that all other databases tests fail with a new reason, but the same for all of them. I asked you if there is a change in how hibernate searches for it. Cruisecontrol invokes ant with the following pratameters: -Djar.driver=${drive

[hibernate-dev] RE: Hibernate test suite

2006-12-13 Thread Steve Ebersole
I did not touch the build script at all as part of that previous commit... From: Aleksandar Kostadinov [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 13, 2006 8:37 AM To: Steve Ebersole Cc: hibernate-dev@lists.jboss.org Subject: Re: Hibernate test sui

[hibernate-dev] Re: Hibernate test suite

2006-12-13 Thread Aleksandar Kostadinov
It is very strange that copying the file to the lib dir makes things work. I tried to replace where in build.xml jar.driver is set to hsql, but that didn't worked also. Any ideas? Aleksandar Kostadinov wrote: > Yeah, I see that the problem is not finding the jdbc driver. I meant > that all other

[hibernate-dev] RE: Hibernate test suite

2006-12-13 Thread Steve Ebersole
Perhaps the custom file selector was causing some problems. I did add a path element to the definition of the file selector so that it had access to the jar.driver. -Original Message- From: Aleksandar Kostadinov [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 13, 2006 9:52 AM To: Ste

RE: [hibernate-dev] Connection release modes

2006-12-13 Thread Steve Ebersole
I don't understand the statement about "auto-commit mode connection release". The idea with the implied auto-commit connection release mode is that in the case of auto-commit transaction control, there is really no need to have the same connection for each operation as long as we are not batching

Re: [NHibernate-development] [hibernate-dev] Connection release modes

2006-12-13 Thread Sergey Koshcheyev
Steve Ebersole wrote: > I don't understand the statement about "auto-commit mode connection > release". The idea with the implied auto-commit connection release mode > is that in the case of auto-commit transaction control, there is really > no need to have the same connection for each operation a

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

2006-12-13 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/hibernate-mysql50-testsuite?log=log20061213115600 TESTS FAILEDAnt Error Message: /home/cruisecontrol/work/scripts/build-hibernate-db-matrix.xml:134: The following error occurred while executing this line: /home/cruisecontrol/work/

RE: [NHibernate-development] [hibernate-dev] Connection release modes

2006-12-13 Thread Steve Ebersole
How did that lead to a discussion of connection release modes ;) Mmm, I'd have to look through the code; *but* a load & lock operation makes no sense in an auto-commit scenario; so I'd assume it has to do with that... -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On

Re: [NHibernate-development] [hibernate-dev] Connection release modes

2006-12-13 Thread Sergey Koshcheyev
Steve Ebersole wrote: > How did that lead to a discussion of connection release modes ;) Err, it was the other way around :) a discussion of connection release modes led to this. I'm trying to understand what the code does in Hibernate to be able to port it to NHibernate. > Mmm, I'd have to look

[hibernate-dev] A framework JDBC code change suggestion...

2006-12-13 Thread Joseph Weinstein
Hi all. In debugging a JDBC-related issue with hibernate and WebLogic I found a file: org.springframework.jdbc.datasource.DriverManagerDataSource. There is a part of this file that hurts JDBC concurrency in multithreaded applications like WebLogic, and I have a solution. I would like to suggest

[hibernate-dev] Regarding Alex Bacon's "Major issue with Hibernate Filters" circa Sept 11, 2006...

2006-12-13 Thread Edmund Grossenbacher
I have a similar situation to what Alex Bacon described in his "Major issue with Hibernate Filters" thread in September, and I'm wondering if there was ever a palatable resolution. The basic notion is that I have an object graph consisting of relationships of varying multiplicity. For various re

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

2006-12-13 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/hibernate-sqlserver-jtds-testsuite?log=log20061213132206 TESTS FAILEDAnt Error Message: /home/cruisecontrol/work/scripts/build-hibernate-db-matrix.xml:120: The following error occurred while executing this line: /home/cruisecontro

Re: [hibernate-dev] A framework JDBC code change suggestion...

2006-12-13 Thread Joseph Weinstein
At 01:05 PM 12/13/2006, Max Rydahl Andersen wrote: >Hi Joseph, > >It would probably be more relevant to report this to Spring since the >code you are referring to is not within Hibernate. > >p.s. first time i've seen someone having to decompile opensource classes >to fix things ;) Thanks, I'm jus

Re: [hibernate-dev] A framework JDBC code change suggestion...

2006-12-13 Thread Max Rydahl Andersen
Hi Joseph, It would probably be more relevant to report this to Spring since the code you are referring to is not within Hibernate. p.s. first time i've seen someone having to decompile opensource classes to fix things ;) /max Hi all. In debugging a JDBC-related issue with hibernate and WebL

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

2006-12-13 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/hibernate-mysql-testsuite?log=log20061213221232 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

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

2006-12-13 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/hibernate-hsqldb-testsuite?log=log20061213223925 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-mysql50-testsuite Build Completed With Testsuite Errors

2006-12-13 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/hibernate-mysql50-testsuite?log=log20061213225003 TESTS FAILEDAnt Error Message: /home/cruisecontrol/work/scripts/build-hibernate-db-matrix.xml:134: The following error occurred while executing this line: /home/cruisecontrol/work/

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

2006-12-13 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/hibernate-sqlserver-jtds-testsuite?log=log20061213231219 TESTS FAILEDAnt Error Message: /home/cruisecontrol/work/scripts/build-hibernate-db-matrix.xml:120: The following error occurred while executing this line: /home/cruisecontro