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