Re: [hibernate-dev] merge master into metamodel branch, again :)

2012-07-16 Thread Strong Liu
On Jul 17, 2012, at 3:38 AM, Steve Ebersole wrote: > Going to throw another perhaps crazy suggestion out there... > > Thinking we should consider: > 1) branching 4.1 > 2) integrating my JPA 2.1 work onto master > 3) merge master (with JPA 2.1) to metamodel branch I think this route is oka

[hibernate-dev] Design : delegates and constructors

2012-07-16 Thread Steve Ebersole
Design question on how we want to handle this notion of delegates that ogm, search, etc extend and constructors... Specifically the notion that Sanne has asked for where ORM provides implementations of stuff that OGM, Search, etc can just extend. So, for example, AbstractEntityManagerImpl. Ab

Re: [hibernate-dev] merge master into metamodel branch, again :)

2012-07-16 Thread Steve Ebersole
Going to throw another perhaps crazy suggestion out there... Thinking we should consider: 1) branching 4.1 2) integrating my JPA 2.1 work onto master 3) merge master (with JPA 2.1) to metamodel branch Couple of thought processes go into this. First, I do not see us doing anymore 4.x releases ou

Re: [hibernate-dev] H4 mapping xsd question

2012-07-16 Thread Steve Ebersole
Awesome! Just make sure that cases where you do this, the ordering amongst the elements is not important. On Mon 16 Jul 2012 06:32:37 AM CDT, Hardy Ferentschik wrote: > Awesome. Finding the right JAXB customization process/plugin is really like > finding the needle in the haystack. > I will mak

Re: [hibernate-dev] JPA 2.1 progress

2012-07-16 Thread Steve Ebersole
Strong, I forgot to mention that Jason completely agrees that changes to Jandex are needed. I agreed to prototype some of the things he and I discussed specifically in this code base and hand them back to him for integration back into the next rev of Jandex. One such point of discussion was a

Re: [hibernate-dev] JPA 2.1 progress

2012-07-16 Thread Steve Ebersole
Not sure what happened. Maybe I just forgot to upload? Anyway, it is there now. On Mon 16 Jul 2012 09:39:04 AM CDT, Steve Ebersole wrote: > Hmmm.. let me check... > > On Mon 16 Jul 2012 08:45:48 AM CDT, Hardy Ferentschik wrote: >> Hi, >> >> >>> It also contains some major refactorings: >>> 1) r

Re: [hibernate-dev] JPA 2.1 progress

2012-07-16 Thread Steve Ebersole
Hmmm.. let me check... On Mon 16 Jul 2012 08:45:48 AM CDT, Hardy Ferentschik wrote: > Hi, > > >> It also contains some major refactorings: >> 1) removal of Ejb3Configuration in preference of the new 2-phase >> bootstrap approach of Bootstrap/EntityManagerFactoryBuilder. > > sounds good > >> 2) I r

Re: [hibernate-dev] JPA 2.1 progress

2012-07-16 Thread Hardy Ferentschik
Hi, > It also contains some major refactorings: > 1) removal of Ejb3Configuration in preference of the new 2-phase > bootstrap approach of Bootstrap/EntityManagerFactoryBuilder. sounds good > 2) I renamed o.h.ejb to o.h.jpa. +1 jpa is much more concise > Let me know if you see any problems…

Re: [hibernate-dev] H4 mapping xsd question

2012-07-16 Thread Hardy Ferentschik
Awesome. Finding the right JAXB customization process/plugin is really like finding the needle in the haystack. I will make a great blog entry if we summarize our different techniques. --Hardy On Jul 16, 2012, at 1:21 PM, Strong Liu wrote: > > On Jul 10, 2012, at 10:04 PM, Steve Ebersole wr

Re: [hibernate-dev] H4 mapping xsd question

2012-07-16 Thread Strong Liu
On Jul 10, 2012, at 10:04 PM, Steve Ebersole wrote: > If you can get JAXB to perform that binding for you great! There are lots of > places where we have this. yes, I made it :D https://github.com/stliu/hibernate-orm/commit/d57ffbdb32b8450599f30c9c28a4918ff9752802 https://github.com/stliu/h