atmosphere-extensions
atmosphere-extensions copied to clipboard
NullPointerException when using atmosphere-cdi 2.4.5
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?