Re: DynamicClassLoader usage and best practices

2014-01-09 Thread Carsten Ziegeler
While I agree that this would be very nice, I don't see how we could achieve this without changing the way the dynamic class loading is provided. Carsten 2014/1/7 Chetan Mehrotra chetan.mehro...@gmail.com Hi, Sling provides support for DynamicClassLoaderManager which is used by various

DynamicClassLoader usage and best practices

2014-01-07 Thread Chetan Mehrotra
Hi, Sling provides support for DynamicClassLoaderManager which is used by various bundle which need to instantiate classes from string class names in OSGi env. As per current logic the DynamicClassLoaderManager service factory would be unregistered and re registered if any of the bundle state