[hibernate-dev] filters

2011-10-12 Thread Ankita Patil
Hey, I wanted to know if it is possible to give two conditions on two different fields in one filter? eg. isDeleted='false' and sversion=3. if yes then how? Also can we apply two filters to a session? if yes how? Thanks Ankita ___ hibernate-dev mailing l

Re: [hibernate-dev] filters

2011-10-12 Thread Emmanuel Bernard
Please direct such questions to our user forum http://forum.hibernate.org This mailing list is about the development of the Hibernate projects. Emmanuel On 12 oct. 2011, at 08:36, Ankita Patil wrote: > Hey, > I wanted to know if it is possible to give two conditions on two different > fields in

Re: [hibernate-dev] Which dialect should I work on for test failures

2011-10-12 Thread Gail Badner
Just to let you know, I didn't get to this yet. Gail - Original Message - > From: "Strong Liu" > To: "Gail Badner" > Cc: hibernate-dev@lists.jboss.org > Sent: Tuesday, October 11, 2011 7:52:53 PM > Subject: Re: [hibernate-dev] Which dialect should I work on for test failures > > oracle,

[hibernate-dev] Integration test failure

2011-10-12 Thread Hardy Ferentschik
Hi, anyone else having problems with the latest integration test failure? It's a massive stacktrace, so I posted it here - http://pastebin.com/HMWRiAuW Looks like Arqullian tries to download hibernate-search-orm as dependency and fails. --Hardy ___

Re: [hibernate-dev] Integration test failure

2011-10-12 Thread Scott Marlow
Hmm, I see "Caused by: java.net.UnknownHostException: central" in the stacktrace. I wonder if it could be something wrong in your maven settings.xml. Maybe compare against http://community.jboss.org/wiki/MavenSettingsExample-Users Or I can send a copy of my settings.xml if needed. If its even

Re: [hibernate-dev] Integration test failure

2011-10-12 Thread Hardy Ferentschik
Hi, I don't think my settings.xml is wrong, but I am wondering whether we run into a Shrinkwrap bug - https://issues.jboss.org/browse/SHRINKWRAP-294 In MeberRegistrationIT we are using MavenDependencyResolver which might not honor my settings in settings.xml. According to the Jira this is fixe

[hibernate-dev] Hibernate OGM URL

2011-10-12 Thread Emmanuel Bernard
http://ogm.hibernate.org is now live. It's a redirect to the more complicated http://www.hibernate.org/subprojects/ogm That should make it easier to mention in your slides. ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss

Re: [hibernate-dev] Integration test failure

2011-10-12 Thread Sanne Grinovero
Hardy, why is it even attempting to download anything? You're supposed to run "mvn clean install" at least once before trying the new integration tests, it should pick your local builds and deploy those. You're using Maven 3.0.3 I guess? There was a bug in version 3.0.1 which would have it downloa

Re: [hibernate-dev] Integration test failure

2011-10-12 Thread Hardy Ferentschik
On Wed, 12 Oct 2011 15:55:13 +0200, Sanne Grinovero wrote: > why is it even attempting to download anything? Well, so far it is only a guess, but it might be that due to SHRINKWRAP-294 my in settings.xml gets ignored, hence it cannot find the SNAPSHOT in the local repo and tries to download.

Re: [hibernate-dev] Hibernate OGM URL

2011-10-12 Thread Sanne Grinovero
Nice one, thank you On 12 October 2011 14:19, Emmanuel Bernard wrote: > http://ogm.hibernate.org is now live. It's a redirect to the more complicated > http://www.hibernate.org/subprojects/ogm > > That should make it easier to mention in your slides. > ___

Re: [hibernate-dev] Integration test failure

2011-10-12 Thread Davide D'Alto
Maybe this one: https://issues.jboss.org/browse/SHRINKWRAP-293 ? On Wed, Oct 12, 2011 at 3:04 PM, Hardy Ferentschik wrote: > On Wed, 12 Oct 2011 15:55:13 +0200, Sanne Grinovero > wrote: > >> why is it even attempting to download anything? > > Well, so far it is only a guess, but it might be that

Re: [hibernate-dev] Integration test failure

2011-10-12 Thread Hardy Ferentschik
On Wed, 12 Oct 2011 16:13:30 +0200, Davide D'Alto wrote: > Maybe this one: https://issues.jboss.org/browse/SHRINKWRAP-293? Another candidate. I am at the moment more struggling with figuring out how to upgrade arquillian-junit-container and jboss-as-arquillian-container-managed in a compat

[hibernate-dev] Is anyone looking at the infinispan test regression?

2011-10-12 Thread Gail Badner
Details at: http://hudson.qa.jboss.com/hudson/job/hibernate-core-master/221/testReport/junit/org.hibernate.test.cache.infinispan.collection/InvalidatedTransactionalTestCase/testEvict/ In case you don't have access, I've copied the test report to: http://pastebin.com/Fm2QwxAH Please let me know

Re: [hibernate-dev] Is anyone looking at the infinispan test regression?

2011-10-12 Thread Steve Ebersole
TBH we have had so many issues with the infinispan tests over time that they have kind of just become noise to me. If you could take a look that would be great. On Wed 12 Oct 2011 03:25:17 PM CDT, Gail Badner wrote: > Details at: > http://hudson.qa.jboss.com/hudson/job/hibernate-core-master/22

[hibernate-dev] Needed for 4.0.0.CR5?

2011-10-12 Thread Gail Badner
A couple of new issues were opened today that seem important enough to consider for 4.0.0.CR5. Not sure there's any time left to do this, but here they are: HHH-6727 (serializing an EntityManager should include enough information to later be unserialized with re-association to existing EntityMan

Re: [hibernate-dev] Is anyone looking at the infinispan test regression?

2011-10-12 Thread Gail Badner
I'm able to repro this failure on my laptop. In addition, testRemove, testRemoveAll, and testEvictAll are also failing on my laptop. - Original Message - > From: "Steve Ebersole" > To: "Gail Badner" > Cc: hibernate-dev@lists.jboss.org > Sent: Wednesday, October 12, 2011 1:50:51 PM > Sub

Re: [hibernate-dev] Needed for 4.0.0.CR5?

2011-10-12 Thread Sanne Grinovero
Hi Gail, I can work on improving the Infinispan test so that you can focus on more "core" issues. But as usually this test is time sensitive, so I might only be able to improve the likelihood to behave properly; maybe I can do better but I'd need to discuss with Galder about a more thorough refacto

Re: [hibernate-dev] Is anyone looking at the infinispan test regression?

2011-10-12 Thread Sanne Grinovero
On 12 October 2011 23:19, Gail Badner wrote: > I'm able to repro this failure on my laptop. In addition, testRemove, > testRemoveAll, and testEvictAll are also failing on my laptop. let's discuss the Infinispan test on this thread then. Shall I take it, or are you almost done already? do you hav

Re: [hibernate-dev] Is anyone looking at the infinispan test regression?

2011-10-12 Thread Gail Badner
Hi Sanne, I haven't done much more than reproduce it. If you've investigated it already, then feel free to take it. I haven't created a Jira issue yet. I see you in #hibernate-dev. Let's discuss there. Gail - Original Message - > From: "Sanne Grinovero" > To: "Gail Badner" > Cc: "St

Re: [hibernate-dev] Is anyone looking at the infinispan test regression?

2011-10-12 Thread Gail Badner
Hi Steve, Does this reproduce for you? I was thinking it would be a blocker if it interferes with releasing 4.0.0.CR5. If it doesn't reproduce for you, I'm OK with waiting until after 4.0.0.CR5 and 3.6.8 are released. WDYT? Gail - Original Message - > From: "Gail Badner" > To: "Sann

Re: [hibernate-dev] Is anyone looking at the infinispan test regression?

2011-10-12 Thread Sanne Grinovero
Steve, as I was saying in chat if this failing tests risks to abort the release process the safest bet is to disable it, and we'll fix + enable it in the same patch after the release so that we can make sure an eventual fix works for everybody. Sanne On 12 October 2011 23:39, Gail Badner wrote:

[hibernate-dev] Release

2011-10-12 Thread Steve Ebersole
I decided to not do the release today. Lets plan on 2 more weeks as of right now. st...@hibernate.org http://hibernate.org ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev