You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomee.apache.org by Jukkales <sh...@nodch.de> on 2013/04/29 19:56:41 UTC

CDI Event problem

Hi again,

i dont know anymore if i asked this already, but CDI events are not working
well for me :(

I have the following:





And i call with



But the method in TestController won't be executed.

TomEE 1.5.2: I can't use this, events dose not work here for me also also
TOMEE-893 issue stops me here
TomEE 1.6.0: TOMEE-893 is fixed, but no event call
TomEE 1.6.1: events will be executed but TOMEE-893 seams to be present again
:(

(newest snapshots)

TOMEE-893 fixed a bug which stops the injection of an EntityManagerFactory
using @PersistenceUnit.

And hare a strange issue: I have ONE machine here where i can use 1.6.0
which everything fine. But on at least five other ones its not working. Its
confused a bit :)



--
View this message in context: http://openejb.979440.n4.nabble.com/CDI-Event-problem-tp4662535.html
Sent from the OpenEJB Dev mailing list archive at Nabble.com.

Re: CDI Event problem

Posted by Romain Manni-Bucau <rm...@gmail.com>.
1.6.0 got work about it so maybe try tomorrow
Le 29 avr. 2013 20:26, "Jukkales" <sh...@nodch.de> a écrit :

> Hi again,
>
> i dont know anymore if i asked this already, but CDI events are not working
> well for me :(
>
> I have the following:
>
>
>
>
>
> And i call with
>
>
>
> But the method in TestController won't be executed.
>
> TomEE 1.5.2: I can't use this, events dose not work here for me also also
> TOMEE-893 issue stops me here
> TomEE 1.6.0: TOMEE-893 is fixed, but no event call
> TomEE 1.6.1: events will be executed but TOMEE-893 seams to be present
> again
> :(
>
> (newest snapshots)
>
> TOMEE-893 fixed a bug which stops the injection of an EntityManagerFactory
> using @PersistenceUnit.
>
> And hare a strange issue: I have ONE machine here where i can use 1.6.0
> which everything fine. But on at least five other ones its not working. Its
> confused a bit :)
>
>
>
> --
> View this message in context:
> http://openejb.979440.n4.nabble.com/CDI-Event-problem-tp4662535.html
> Sent from the OpenEJB Dev mailing list archive at Nabble.com.
>