[hibernate-dev] Wrapping of optimistic exceptions

2012-11-09 Thread Christian Bauer
I've noticed some cases where a native Hibernate exception is not wrapped in a javax.persistence.OptimisticLockException. EntityVerifyVersionProcess.java throws an org.hibernate.OptimisticLockException that is passed on directly to JPA users. EntityIncrementVersionProcess.java passes through th

Re: [hibernate-dev] AssociationType.isEmbeddedInXML() no longer used

2012-11-09 Thread Gail Badner
Hi Steve, I've created the following issues that are assigned to you: HHH- : Deprecate XmlRepresentableType HHH-7776 : Consolidate to/from string handling for types in StringRepresentableType I've added deprecation and removal of EntityType.isNotEmbedded() to HHH-7771 and HHH-7772. I'll fi

[hibernate-dev] Envers 5.0 metamodel branch

2012-11-09 Thread Ɓukasz Antoniak
Hello Community, Yesterday I have pushed my changes done to apply new metamodel in Envers code: https://github.com/lukasz-antoniak/hibernate-core/tree/envers-metamodel. It's just a working branch so you can see lots of TODO's and code commented out. The task of Envers migration is quite complex

Re: [hibernate-dev] Documentation on OGM + JBoss AS

2012-11-09 Thread Scott Marlow
On 11/09/2012 11:37 AM, Emmanuel Bernard wrote: > On Fri 2012-11-09 11:15, Scott Marlow wrote: >> On 10/01/2012 11:12 AM, Emmanuel Bernard wrote: >>> On Mon 2012-10-01 10:51, Scott Marlow wrote: I got further yesterday (after removing the ---PlaceHolderDSForOGM--- property from HibernateO

Re: [hibernate-dev] Documentation on OGM + JBoss AS

2012-11-09 Thread Emmanuel Bernard
On Fri 2012-11-09 11:15, Scott Marlow wrote: > On 10/01/2012 11:12 AM, Emmanuel Bernard wrote: > >On Mon 2012-10-01 10:51, Scott Marlow wrote: > >>I got further yesterday (after removing the > >>---PlaceHolderDSForOGM--- property from HibernateOgmPersistence). > >>Not sure what the long term change

Re: [hibernate-dev] Documentation on OGM + JBoss AS

2012-11-09 Thread Scott Marlow
On 10/01/2012 11:12 AM, Emmanuel Bernard wrote: > On Mon 2012-10-01 10:51, Scott Marlow wrote: >> I got further yesterday (after removing the >> ---PlaceHolderDSForOGM--- property from HibernateOgmPersistence). >> Not sure what the long term change is (perhaps we should only add >> the ---PlaceHold