eclipse-ee4j / glassfish-hk2

Dynamic dependency injection framework
https://eclipse-ee4j.github.io/glassfish-hk2
Other
85 stars 57 forks source link

Java Enterprise Events integration #372

Open glassfishrobot opened 7 years ago

glassfishrobot commented 7 years ago

Hey there,

All event driven examples are based the org.glassfish.hk2.api.messaging.Topic class,

I was wondering whether the Java Enterprise Event is also supported as described here

Trying to inject Event<String> causing There was no object available for injection at SystemInjecteeImpl(requiredType=Event<String>... as stated here

I'm using hk2 version 2.5.0-b43

Thanks.

glassfishrobot commented 6 years ago