Re: [hibernate-dev] Does anyone know of any HQL internal changes between Hibernate 4.0.0.Beta3 and 4.0.0.Beta4?

2011-08-03 Thread Hardy Ferentschik
On Tue, 02 Aug 2011 23:03:47 +0200, Scott Marlow wrote: > I pulled my commit but it came out wrong > (5dc04960d6ccb4f54f49c2fac83a0ccd2874fa2f merge got created). It looks > like I should of rebased the commit on my local master branch before > doing the pull request. It looks like git merged

[hibernate-dev] Fwd: classloading issue when trying to add envers to as7

2011-08-03 Thread Strong Liu
Begin forwarded message: > > Adam, > > can you send your test app to me? > > use cases: > > 1. envers and hibernate core in as7 > 2. envers jar in app, and hibernate core in as7 > 3. envers and hibernate core in app > > #1 is almost done, just need some code clean up > (Scott, we missed serv

[hibernate-dev] Hibernate Core 4.0.0.Beta5

2011-08-03 Thread Hardy Ferentschik
More info on in.relation.to - http://in.relation.to/21442.lace ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev

[hibernate-dev] (no subject)

2011-08-03 Thread max max
___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev

Re: [hibernate-dev] classloading issue when trying to add envers to as7

2011-08-03 Thread Scott Marlow
On 08/03/2011 11:44 AM, Strong Liu wrote: > Hi there, > > I get envers embedded into as7 :D > > see below: > > https://github.com/stliu/hibernate-core/tree/classloading > https://github.com/stliu/jboss-as/tree/as7-928-2 > > 1. org.hibernate module and org.hibernate.envers module depends on each oth

Re: [hibernate-dev] HSEARCH State to transfer

2011-08-03 Thread Emmanuel Bernard
Here is a first prototype of the serializable model and an almost complete converter between List and this model. There is not test yet. It does compile but I don't know if it works. On 2 août 2011, at 19:28, Sanne Grinovero wrote: > 2011/8/2 Emmanuel Bernard : >> HSEARCH-681 HSEARCH-757 >> >>

Re: [hibernate-dev] classloading issue when trying to add envers to as7

2011-08-03 Thread Emmanuel Bernard
On 3 août 2011, at 18:56, Scott Marlow wrote: > On 08/03/2011 11:44 AM, Strong Liu wrote: >> Hi there, >> >> I get envers embedded into as7 :D >> >> see below: >> >> https://github.com/stliu/hibernate-core/tree/classloading >> https://github.com/stliu/jboss-as/tree/as7-928-2 >> >> 1. org.hibe

Re: [hibernate-dev] classloading issue when trying to add envers to as7

2011-08-03 Thread Scott Marlow
On 08/03/2011 01:03 PM, Emmanuel Bernard wrote: > > On 3 août 2011, at 18:56, Scott Marlow wrote: > >> On 08/03/2011 11:44 AM, Strong Liu wrote: >>> Hi there, >>> >>> I get envers embedded into as7 :D >>> >>> see below: >>> >>> https://github.com/stliu/hibernate-core/tree/classloading >>> https://g

Re: [hibernate-dev] classloading issue when trying to add envers to as7

2011-08-03 Thread Scott Marlow
On 08/03/2011 12:56 PM, Scott Marlow wrote: >> 2. org.hibernte.envers module automaticly injected into app when it is a jpa >> project. > This is where it gets tricky to package envers with the app. Have you > synced up with AS7 (7.0.1) master yet? I have another change coming > that could impac

Re: [hibernate-dev] classloading issue when trying to add envers to as7

2011-08-03 Thread Emmanuel Bernard
On 3 août 2011, at 19:13, Scott Marlow wrote: > On 08/03/2011 01:03 PM, Emmanuel Bernard wrote: >> >> On 3 août 2011, at 18:56, Scott Marlow wrote: >> >>> On 08/03/2011 11:44 AM, Strong Liu wrote: Hi there, I get envers embedded into as7 :D see below: https

Re: [hibernate-dev] classloading issue when trying to add envers to as7

2011-08-03 Thread Adam Warski
On Aug 3, 2011, at 5:44 PM, Strong Liu wrote: > Hi there, > > I get envers embedded into as7 :D > > see below: > > https://github.com/stliu/hibernate-core/tree/classloading > https://github.com/stliu/jboss-as/tree/as7-928-2 > > 1. org.hibernate module and org.hibernate.envers module depends o

Re: [hibernate-dev] HSEARCH State to transfer

2011-08-03 Thread Sanne Grinovero
2011/8/3 Emmanuel Bernard : > Here is a first prototype of the serializable model and an almost complete > converter between List and this model. > > There is not test yet. It does compile but I don't know if it works. (translation of the above: https://github.com/emmanuelbernard/hibernate-search

Re: [hibernate-dev] Does anyone know of any HQL internal changes between Hibernate 4.0.0.Beta3 and 4.0.0.Beta4?

2011-08-03 Thread Scott Marlow
On 08/03/2011 03:29 AM, Hardy Ferentschik wrote: > On Tue, 02 Aug 2011 23:03:47 +0200, Scott Marlow > wrote: > >> I pulled my commit but it came out wrong >> (5dc04960d6ccb4f54f49c2fac83a0ccd2874fa2f merge got created). It looks >> like I should of rebased the commit on my local master branch befo