-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Description
Classloaders are restricted in OSGi environment, so changing the line
componentClass = Class.forName(qualifiedClassName);
to
componentClass =Thread.currentThread().getContextClassLoader().loadClass(qualifiedClassName);
would enable the Clara to be used in OSGi environment.
See Vaadin forum for more information: https://vaadin.com/forum#!/thread/1492517/4080396
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels