Clara icon indicating copy to clipboard operation
Clara copied to clipboard

OSGi support

Open tehapo opened this issue 11 years ago • 0 comments

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

tehapo avatar Sep 24 '13 06:09 tehapo