String path = (String) sb.getCharacters();
String resPath= SpagoBIUtilities.readJndiResource(path);
resPath+="/jasper_messages/";
ClassLoader previous = Thread.currentThread().getContextClassLoader();
ResourceClassLoader dcl = new ResourceClassLoader(resPath,previous);
//Thread.currentThread().setContextClassLoader(dcl);
try{
//rs=PropertyResourceBundle.getBundle("messages",locale, Thread.currentThread().getContextClassLoader());
rs=PropertyResourceBundle.getBundle("messages",locale, dcl);
}