Open glassfishrobot opened 7 years ago
Hey there,
All event driven examples are based the org.glassfish.hk2.api.messaging.Topic class,
org.glassfish.hk2.api.messaging.Topic
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
Event<String>
There was no object available for injection at SystemInjecteeImpl(requiredType=Event<String>...
I'm using hk2 version 2.5.0-b43
2.5.0-b43
Thanks.
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>
causingThere was no object available for injection at SystemInjecteeImpl(requiredType=Event<String>...
as stated hereI'm using hk2 version
2.5.0-b43
Thanks.