Re: [hibernate-dev] unwrap (was Re: Hibernate Search 3.4 release train)

2011-02-18 Thread Scott Marlow
On 02/17/2011 12:42 PM, Emmanuel Bernard wrote: > I think you should go for stage 1 and think about stage 2 for later. > Stage 2 is quite smart, I like it. :-) ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/l

Re: [hibernate-dev] unwrap (was Re: Hibernate Search 3.4 release train)

2011-02-17 Thread Emmanuel Bernard
I think you should go for stage 1 and think about stage 2 for later. Stage 2 is quite smart, I like it. On Feb 17, 2011, at 3:14 PM, Scott Marlow wrote: > On 02/17/2011 03:52 AM, Emmanuel Bernard wrote: >> >> On Feb 16, 2011, at 6:21 PM, Scott Marlow wrote: >> >>> Its a minor change but I woul

Re: [hibernate-dev] unwrap (was Re: Hibernate Search 3.4 release train)

2011-02-17 Thread Scott Marlow
On 02/17/2011 03:52 AM, Emmanuel Bernard wrote: > > On Feb 16, 2011, at 6:21 PM, Scott Marlow wrote: > >> Its a minor change but I would like to make a small enhancement to >> EntityManager.unwrap(). I would like to support SessionFactory in case >> I want to use it later in AS7... > > I guess the

[hibernate-dev] unwrap (was Re: Hibernate Search 3.4 release train)

2011-02-17 Thread Emmanuel Bernard
On Feb 16, 2011, at 6:21 PM, Scott Marlow wrote: > Its a minor change but I would like to make a small enhancement to > EntityManager.unwrap(). I would like to support SessionFactory in case > I want to use it later in AS7... I guess the alternatives are: - entityManager.unwrap(SessionFactor