Re: [hibernate-dev] metamodel work

2012-05-18 Thread Gail Badner
Hi Steve, That's great that we can use the mapping files as-is for both -Dhibernate.test.new_metadata_mappings=true and =false settings. There are already some tests that hard-code configuring USE_NEW_METADATA_MAPPINGS=true and that have the new-style: http://www.hibernate.org/xsd/hibernate-m

[hibernate-dev] [OGM] Hibernate version used in OGM

2012-05-18 Thread Pawel Kozlowski
Hi! I wonder if there are any plans to bump up Hibernate version used by OGM to 4.1.x (from the 4.0.1) currently used? I'm asking since - while playing with Neo4j integration - I'm bumping into https://hibernate.onjira.com/browse/HHH-7147. Of course the work-around is easy but it needs to be done

[hibernate-dev] metamodel work

2012-05-18 Thread Steve Ebersole
Just a heads up of a few things for those of us working on the metamodel branch. 1) I just added the ability to have legacy-style HBM mappings parse properly using the JaxbHelper. This is awesome because it allows us to keep the test mappings as-is for the time being and use them in both the

Re: [hibernate-dev] [OGM] Neo4J support (was: Transaction-aware)

2012-05-18 Thread Sanne Grinovero
Hi Pawel, On 18 May 2012 16:11, Pawel Kozlowski wrote: > Hi! > > I was looking into Hibernate OGM for few weeks already and I really > like the project: I think it might help people familiar with JPA to > dive into NoSQL. > Personally I was exploring OGM as a JPA interface to store objects in > g

[hibernate-dev] [OGM] Neo4J support (was: Transaction-aware)

2012-05-18 Thread Pawel Kozlowski
Hi! I was looking into Hibernate OGM for few weeks already and I really like the project: I think it might help people familiar with JPA to dive into NoSQL. Personally I was exploring OGM as a JPA interface to store objects in git (JGit) but I'm still waiting for permission from my work to push th

[hibernate-dev] [OGM][MongoDB] OGM-174 add support for composite key - pull request

2012-05-18 Thread Guillaume SCHEIBEL
Hello, A new pull request #89 has been created. It concerns the support for composite id in the MongoDB dialect. Guillaume ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jbo