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

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

2007-06-13 Thread Emmanuel Bernard
... which, now that I think about it, essentially means there is a real bug behind it :) http://opensource.atlassian.com/projects/hibernate/browse/HSEARCH-78 On 13 juin 07, at 15:55, Emmanuel Bernard wrote: This was a test issue, I fixed it. Basically I do not support projection with the old

Re: [hibernate-dev] Re: ProjectionQueryTest

2007-06-13 Thread Emmanuel Bernard
This was a test issue, I fixed it. Basically I do not support projection with the old style annotations, so the field was ignored. I did not change the projection test when I moved from ignoring non stored fields to raising an exception. But because @Unstored was used, I couldn't see the iss

Re: [hibernate-dev] Maven is not foobar, just fybar

2007-06-13 Thread Steve Ebersole
Which are you talking about? The CLI tool eclipse:eclipse? Usually you need to configure these to "linkModules" (the the idea:idea term, dunno what eclipse would call it). It basically tell the plugin to create the project with the modules having a "source-level" dependency on other modules

Re: [hibernate-dev] Maven is not foobar, just fybar

2007-06-13 Thread Steve Ebersole
That's just Maven's term for projects with "sub-modules" or "sub-projects"... Max Rydahl Andersen wrote: With respect to eclipse and maven then the maven guys are just "great" since mvn eclipse:eclipse and the m2 eclipse plugin of course decides to do things differently - basically making the

Re: [hibernate-dev] Maven is not foobar, just fybar

2007-06-13 Thread Max Rydahl Andersen
With respect to eclipse and maven then the maven guys are just "great" since mvn eclipse:eclipse and the m2 eclipse plugin of course decides to do things differently - basically making them incompatible. http://jira.codehaus.org/browse/MECLIPSE-78 Unfortunately the eclipse plugin does not seem

Re: [hibernate-dev] Re: ProjectionQueryTest

2007-06-13 Thread Hardy Ferentschik
On Wed, 13 Jun 2007 16:14:38 +0200, Emmanuel Bernard <[EMAIL PROTECTED]> wrote: Hum interesting, Which test fails exactly? org.hibernate.search.test.query.ProjectionQueryTest I just jave to replace the getBody annotation? I believe so. I attached the the faling test. --Hardy ProjectionQ

Re: [hibernate-dev] Maven is not foobar, just fybar

2007-06-13 Thread Hardy Ferentschik
On Wed, 13 Jun 2007 17:46:10 +0200, Max Rydahl Andersen <[EMAIL PROTECTED]> wrote: With respect to eclipse and maven then the maven guys are just "great" since mvn eclipse:eclipse and the m2 eclipse plugin of course decides to do things differently - basically making them incompatible. http

[hibernate-dev] hibernate-mysql50-testsuite build.4 Build Fixed

2007-06-13 Thread jboss-qa-internal
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/hibernate-mysql50-testsuite?log=log20070613122400Lbuild.4 BUILD COMPLETE - build.4Date of build: 06/13/2007 12:24:00Time to build: 21 minutes 41 seconds  Unit Tests: (1057)

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

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

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

Re: [hibernate-dev] Maven is not foobar, just fybar

2007-06-13 Thread Max Rydahl Andersen
Ok - after chatting with Steve I realize the part I missed was the hsqldb profile which are in the testsuite module. this one contains a hibernate.properties file. I'll try and look into how I can actually setup my custom log4j stuff I normally tweak daily when running tests. With respect to

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

2007-06-13 Thread jboss-qa-internal
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/hibernate-sybase-testsuite?log=log20070613111457 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] Maven is not foobar, just fybar

2007-06-13 Thread Max Rydahl Andersen
Steve Ebersole wrote: BTW, have you tried it with the eclipse plugin instead? Speaking with the Maven folks, that is the expected path of IDE integration moving forward (its the reason us IntelliJ users are using the EAP releases). http://m2eclipse.codehaus.org/ I fail to see how a plugin c

Re: [hibernate-dev] Maven is not foobar, just fybar

2007-06-13 Thread Steve Ebersole
BTW, have you tried it with the eclipse plugin instead? Speaking with the Maven folks, that is the expected path of IDE integration moving forward (its the reason us IntelliJ users are using the EAP releases). http://m2eclipse.codehaus.org/ Steve Ebersole wrote: Max Rydahl Andersen wrote:

Re: [hibernate-dev] Maven is not foobar, just fybar

2007-06-13 Thread Max Rydahl Andersen
I took a look at hibernate3 head today because Chris was claiming mvn eclipse:eclipse were broken. The short answer to that is that yes - maybe, it actually works (except for some "funny" things) I've updated http://hibernate.org/422.html to describe the few things I had to do to get maven

Re: [hibernate-dev] Maven is not foobar, just fybar

2007-06-13 Thread Steve Ebersole
Max Rydahl Andersen wrote: Hi Chris and Steve, I took a look at hibernate3 head today because Chris was claiming mvn eclipse:eclipse were broken. The short answer to that is that yes - maybe, it actually works (except for some "funny" things) I've updated http://hibernate.org/422.html to d

[hibernate-dev] Re: ProjectionQueryTest

2007-06-13 Thread Emmanuel Bernard
Hum interesting, Which test fails exactly? I just jave to replace the getBody annotation? On 12 juin 07, at 17:12, Hardy Ferentschik wrote: Hi Emmanuel, I was just looking at http://opensource.atlassian.com/projects/ hibernate/browse/HSEARCH-15. I attached a very simple addition to FullText

[hibernate-dev] Maven is not foobar, just fybar

2007-06-13 Thread Max Rydahl Andersen
Hi Chris and Steve, I took a look at hibernate3 head today because Chris was claiming mvn eclipse:eclipse were broken. The short answer to that is that yes - maybe, it actually works (except for some "funny" things) I've updated http://hibernate.org/422.html to describe the few things I

[hibernate-dev] hibernate-sqlserver-jtds-testsuite build.60 Build Fixed

2007-06-13 Thread jboss-qa-internal
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/hibernate-sqlserver-jtds-testsuite?log=log20070613093536Lbuild.60 BUILD COMPLETE - build.60Date of build: 06/13/2007 09:35:36Time to build: 11 minutes 56 seconds  Unit Tests: (1057)

[hibernate-dev] hibernate-hsqldb-testsuite build.57 Build Fixed

2007-06-13 Thread jboss-qa-internal
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/hibernate-hsqldb-testsuite?log=log20070613092251Lbuild.57 BUILD COMPLETE - build.57Date of build: 06/13/2007 09:22:51Time to build: 11 minutes 54 seconds  Unit Tests: (1057)

[hibernate-dev] Hibernate + Oracle RDB 7.1

2007-06-13 Thread Rehnman Martin
Hi, We have discovered a minor problem within JDBCtransaction.java when using Oracle RDB 7.1, the database transaction is not automatically rollbacked by the database on commit failures, the client has to send a rollback over the JDBC-connection in that case. When no rollback is sent, the datab