atmosphere-extensions icon indicating copy to clipboard operation
atmosphere-extensions copied to clipboard

NullPointerException when using atmosphere-cdi 2.4.5

Open jacobilsoe opened this issue 8 years ago • 0 comments

I am using atmosphere-cdi 2.4.5 to @Inject a BroadcasterFactory but I get this error (I had to change the logging to get more details):

2017-09-27 13:20:38,795 ERROR [org.atmosphere.cdi.CDIObjectFactory] (ServerService Thread Pool -- 99) Unable to construct MyClass. Creating the object directly. - Cause: java.lang.NullPointerException at org.atmosphere.inject.AtmosphereProducers.getBroadcasterFactory(AtmosphereProducers.java:43) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ... 65 skipped due to configuration

Is this a known issue?

jacobilsoe avatar Sep 27 '17 11:09 jacobilsoe