This resolver should be registered in the Application.init() method:
getApplicationSettings().setClassResolver(new OsgiClassResolver());The OsgiClassResolver is able to access all classes visible to the application bundle, which may not cover all use cases, but is a reasonable default. @author Harald Wellmann
|
|