You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am working on a project and I want to start the Nettosphere from a OSGI blueprint bundle. I always get an exception in the DefaultBroadcasterFactory at
I am working on a project and I want to start the Nettosphere from a OSGI blueprint bundle. I always get an exception in the DefaultBroadcasterFactory at
like
Caused by: java.lang.NoSuchMethodException: org.atmosphere.jersey.JerseyBroadcaster.(java.lang.String, org.atmosphere.cpr.AtmosphereConfig)
but the class has such a constructor. Is nettosphere -> atmosphere working in a OSGI environment. Could not find any working example.
The text was updated successfully, but these errors were encountered: