yeah, I removed these class in 1a5bdd9adbd04dc4cad7b423e85880d7cb0553ef (
HHH-7736 )
link already added
On Nov 13, 2012, at 5:25 AM, Gail Badner wrote:
> I see: HHH-7551 : Remove obsolete code used for dom4j entity mode.
>
> There are no commits against that Jira though. Strong, was this done
I see: HHH-7551 : Remove obsolete code used for dom4j entity mode.
There are no commits against that Jira though. Strong, was this done using a
different Jira?
- Original Message -
> From: "Steve Ebersole"
> To: "Gail Badner"
> Cc: "Hibernate hibernate-dev" , "Strong Liu"
>
> Sent: M
Hardy pointed me to
https://github.com/hferentschik/ogm-kitchensink/blob/master/.openshift/config/modules/org/hibernate/ogm/module.xml
which duplicates some other AS modules jars in the OGM module. That is
going to be specific to which version of AS is being targeted (IMO) and
not something I
Hum, yes make sure to check the pom. There has been a few changes to
some superclasses we extend. I did some changes in master for that.
Emmanuel
On Mon 2012-11-12 12:00, Scott Marlow wrote:
> Does it matter which version of Hibernate ORM is used (4.1.6 is what
> we are currently using on AS mast
Does it matter which version of Hibernate ORM is used (4.1.6 is what we
are currently using on AS master branch)?
Which version of OGM should I try to use? Previously, I built OGM from
git master but I noticed that there is a beta1 available also.
On 11/10/2012 05:41 PM, Scott Marlow wrote:
>
Apparently those DOM collection "holders" were already removed on
metamodel. Can whoever removed them link them back to the deprecation?
https://hibernate.onjira.com/browse/HHH-7782
Thanks
On Mon 12 Nov 2012 08:25:23 AM CST, Steve Ebersole wrote:
> Other things to go away in this same vein:
>
In my opinion this really just needs someone to own it. The people that
know the code don't work on it anymore.
On 11/11/2012 11:03 AM, Hardy Ferentschik wrote:
> If someone wants to bring it up to date that's fine with me. No idea how much
> work it is and it is worth the effort. Does any of u
Non-inline code such as this (this process occurs as part of transaction
handling) is difficult to always wrap. In general this requires
delegation to handle properly
(org.hibernate.proxy.EntityNotFoundDelegate e.g.)
Another idea (that requires a whole separate thread) would be to
consolidate
Other things to go away in this same vein:
org.hibernate.collection.internal.PersistentIndexedElementHolder
org.hibernate.collection.internal.PersistentMapElementHolder
I'll deprecate them on master and 4.1 under HHH-
On Fri 09 Nov 2012 05:59:58 PM CST, Gail Badner wrote:
> Hi Steve,
>
> I'v