[hibernate-dev] WFLY-2387 would it be possible to delay registering entity listeners to occur after EntityManagerFactoryBuilder.build() returns the EMF?

2013-11-05 Thread Scott Marlow
WFLY-2387 is asking for EntityListeners to be able to (CDI) inject the PersistenceUnit associated with the entity class. WFLY-2387 mentions that the Hibernate persistence unit needs to be available (for injection use) before EntityManagerFactoryBuilder.build() registers the entity listeners. W

Re: [hibernate-dev] [OGM] Hibernate OGM @ Devoxx

2013-11-05 Thread Guillaume SCHEIBEL
Done, the invitation has been sent. If someone who wasn't on the list wants to join us, no problem of course. Guillaume 2013/11/5 Gunnar Morling > Yes, that'd be awesome :) > > Looking forward to it, > > --Gunnar > > > > 2013/11/5 Guillaume SCHEIBEL > >> right. >> >> Do you want me to send yo

Re: [hibernate-dev] [OGM] Hibernate OGM @ Devoxx

2013-11-05 Thread Gunnar Morling
Yes, that'd be awesome :) Looking forward to it, --Gunnar 2013/11/5 Guillaume SCHEIBEL > right. > > Do you want me to send you an invite so you'll have a reminder into your > calendar ? > > Guillaume > > > 2013/11/5 Gunnar Morling > >> 2013/11/4 Guillaume SCHEIBEL >> >>> Why not :) so let

Re: [hibernate-dev] [OGM] Hibernate OGM @ Devoxx

2013-11-05 Thread Guillaume SCHEIBEL
right. Do you want me to send you an invite so you'll have a reminder into your calendar ? Guillaume 2013/11/5 Gunnar Morling > 2013/11/4 Guillaume SCHEIBEL > >> Why not :) so let say 3:30 PM CET si Arun can finish his interview >> quietly. >> >> Is everyone fine with that ? >> Guillaume >>

Re: [hibernate-dev] [OGM] Hibernate OGM @ Devoxx

2013-11-05 Thread Gunnar Morling
2013/11/4 Guillaume SCHEIBEL > Why not :) so let say 3:30 PM CET si Arun can finish his interview > quietly. > > Is everyone fine with that ? > Guillaume > Just to be sure, that is Thursday 3:30 PM CET, right? > Le 4 nov. 2013 22:39, "Arun Gupta" a écrit : > > I'd like to attend as well but

Re: [hibernate-dev] HHH-8670 another EntityManager.find() not returning null question

2013-11-05 Thread Scott Marlow
On 11/05/2013 05:13 AM, Sanne Grinovero wrote: > On 5 November 2013 00:20, Scott Marlow wrote: >> HHH-8670 is about EntityManager.find() not returning null when a runtime >> exception is caught when performing the find(). Returning null when a >> ClassCastException (or any other runtime exception

Re: [hibernate-dev] [SEARCH] Result ignored if proxy isn't initialized

2013-11-05 Thread Guillaume Smet
Hi Sanne, On Mon, Nov 4, 2013 at 11:21 PM, Sanne Grinovero wrote: > Definitely needs further inspection, could you please open a JIRA? Done: https://hibernate.atlassian.net/browse/HSEARCH-1448 > Would you be able to verify the same problem with the simple HashMap > second level cache? > I'm won

Re: [hibernate-dev] HHH-8670 another EntityManager.find() not returning null question

2013-11-05 Thread Sanne Grinovero
On 5 November 2013 00:20, Scott Marlow wrote: > HHH-8670 is about EntityManager.find() not returning null when a runtime > exception is caught when performing the find(). Returning null when a > ClassCastException (or any other runtime exception) occurs seems > confusing to me, but I suppose that