Re: [hibernate-dev] Envers tests

2012-03-26 Thread Steve Ebersole
Ok, I figured it out for whole test classes. I assume then that it is not possible to run single test methods? On Mon 26 Mar 2012 06:31:46 PM CDT, Steve Ebersole wrote: > Anyone know the magic incantation to get Envers tests to run in IntelliJ? > -- st...@hibernate.org http://hibernate.org ___

[hibernate-dev] Envers tests

2012-03-26 Thread Steve Ebersole
Anyone know the magic incantation to get Envers tests to run in IntelliJ? -- 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] [HV] Release plan for a version compatible with Bean Validation 1.1.0.Alpha1

2012-03-26 Thread Gunnar Morling
Hi, sorry for the late response. I think we might start with the work on HV 5 as soon as we got HV 4.3.0.CR1 released. Ideally then we shouldn't have any further changes for 4.3.0.Final, or in the bad case it should be minor bugfixes only, which should allow us to rebase the HV 5 branch on that w

Re: [hibernate-dev] [OGM] Transaction-aware

2012-03-26 Thread Emmanuel Bernard
I am not entirely sure how this will be shaped but I would like at least the following: - a way to hook a fake JTA resource for backends that do not expose themselves as JTA resources - a way to support things like entityManager.getTransaction().begin() / .commit() / .rollback(); for systems

[hibernate-dev] [HSEARCH] ORM 4.1

2012-03-26 Thread Emmanuel Bernard
while e can't guarantee it, we can hope that running Hibernate Search 4.1 atop the older ORM 40 will work for some VMs but should we remove @Override to increase the chances? Or is that pure compil

Re: [hibernate-dev] [OGM-122/OGM-128] Config key to difference development and production mode

2012-03-26 Thread Emmanuel Bernard
Ah, you are right it seems that reusing AvailableSettings.HBM2DDL_AUTO will trigger SchemaExport and that's not what we want. Go ahead with a specific property > hibernate.ogm.generate_schema or something like that. On 25 mars 2012, at 13:11, kmx.pet...@gmail.com wrote: > Hi, > > I am trying

Re: [hibernate-dev] [OGM-122] Cassandra integration and hibernate-core version

2012-03-26 Thread Emmanuel Bernard
On 25 mars 2012, at 13:10, kmx.pet...@gmail.com wrote: > Hi, > > I am trying to integrate Cassandra into Hibernate OGM (cf. issue > OGM-122) and as I am a noob, I have some noob questions... > > Presently, the current version of Hibernate OGM is using the version > 4.0.1-Final of Hibernate co

Re: [hibernate-dev] [OGM] Transaction-aware

2012-03-26 Thread Sanne Grinovero
Hi Pawel, welcome to the brainstorming ! Are you interested in implementing JTA for a specific NoSQL store, or on the general problem? Some NoSQL databases support JTA, for example both EHCache and Infinispan do participate in JTA transactions; for this reason the currently supported databases by

[hibernate-dev] [OGM] Transaction-aware

2012-03-26 Thread Pawel Kozlowski
hi! First of all, thank you for coming up with the idea & implementing OGM. For quite some time I was thinking of using JPA annotations / semantics to drive different NoSQL stores but the whole idea of re-implementing the JPA machinery was really scary. Now we don't need to do this anymore as we'v

[hibernate-dev] Invitation to connect on LinkedIn

2012-03-26 Thread Brajesh Patel
LinkedIn I'd like to add you to my professional network on LinkedIn. - Brajesh Brajesh Patel Sr. Software Developer at Salmon Software India Pvt. Ltd. Gurgaon, India Confirm that you know Brajesh Patel: https://www.linkedin.com/e/vd651q-h09j39y2-7/isd/6433017160/MHMGNEpD/?hs=fals

Re: [hibernate-dev] upgrade to gradle 1.0-m9

2012-03-26 Thread Strong Liu
FYI https://hibernate.onjira.com/browse/HHH-7197 manual xml has been updated to use namespace instead of dtd - Best Regards, Strong Liu http://about.me/stliu/bio On Mar 22, 2012, at 9:39 PM, Steve Ebersole wrote: > Well for whatever reason, over the last week or 2 test