[hibernate-dev] Hibernate Core 4.0.0.CR4 release

2011-09-28 Thread Steve Ebersole
http://in.relation.to/Bloggers/HibernateCore400CR4Release -- st...@hibernate.org http://hibernate.org ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev

Re: [hibernate-dev] Source links in JIRA broken

2011-09-28 Thread Steve Ebersole
So apparently there are issues with the direct GitHub connector. The Atlassian dev team is working on that stuff. But in the meantime Atlassian have re-enabled the FishEye repository so that we can get linking. For the time being they have only restarted the Hibernate-Core Fisheye repo. The

Re: [hibernate-dev] functional tests and unit tests separation

2011-09-28 Thread Steve Ebersole
Awesome job Strong! On 09/28/2011 11:09 AM, Strong Liu wrote: > now we have the following hudson jobs: > > 1. http://ci.jboss.org/jenkins/job/hibernate-core-master/ > > main hibernate-core hudson job > environment: linux + sun jdk 1.6 > db: H2 > tests to be run: all tests (both unit tests and fu

[hibernate-dev] functional tests and unit tests separation

2011-09-28 Thread Strong Liu
now we have the following hudson jobs: 1. http://ci.jboss.org/jenkins/job/hibernate-core-master/ main hibernate-core hudson job environment: linux + sun jdk 1.6 db: H2 tests to be run: all tests (both unit tests and functional tests *) 2. http://ci.jboss.org/jenkins/job/hibernate-core-master-o

[hibernate-dev] sanitize input

2011-09-28 Thread tibi
hi, i have a strange problem. when i sanitize my inputs the index is not used any more. details: i use mssql 2005 i have a query like this: //NOT USING THE INDEX! String queryStr = "select * from USER_ING_EOM with (index(NON_CLUSTERD_INDEX_MAIL)) "; queryStr += " where MAIL=? ";

Re: [hibernate-dev] [Search] CollectionUpdateEventTest fails

2011-09-28 Thread Strong Liu
it also fails on our hudson job https://hudson.qa.jboss.com/hudson/job/hibernate-search-master/org.hibernate$hibernate-search-orm/6/testReport/org.hibernate.search.test.engine.optimizations/CollectionUpdateEventTest/testWithClassBridge/ --- Strong Liu http://hibernate.org http://github.

Re: [hibernate-dev] [Search] CollectionUpdateEventTest fails

2011-09-28 Thread Hardy Ferentschik
I haven't seen this one failing yet. The JGroups tests, but not the CollectionUpdateEventTest. Scary. --Hardy On Wed, 28 Sep 2011 10:46:03 +0200, Sanne Grinovero wrote: > To resume this thread, the bad news is that it started to fail for me > too: often, but not consistently. > It only fails

Re: [hibernate-dev] [Search] CollectionUpdateEventTest fails

2011-09-28 Thread Sanne Grinovero
To resume this thread, the bad news is that it started to fail for me too: often, but not consistently. It only fails when running the full testsuite from commandline, it succeeds when running it as a single test from commandline mvn clean test -Dtest=org.hibernate.search.test.engine.optimization