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
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
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
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
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=? ";
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.
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
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