Hi,
I have a OSGi bundle exposing service and a Web-bundle accessging the service
The Web-bundle calls a method on service which loads a ResourceBundle in Web-Bundle using ThreadContextClassLoader .But unfortunately its not able to load the Resource

My ResourceBundle properties file is under WEB-INF/classes of war

Regards,
Vishal