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
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
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
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
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
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