>Did you ever solve your problem with:
>ResourceBundle.getBundle()
>for jBoss/Tomcat - I have tried putting the properties files almost
everywhere - but they still don't get loaded!

if you want to get bundle from:
EJB
       - put *.properties into the jar file root;
servlet (standalone Tomcat)
       - put *.properties into the war file root;
servlet (Tomcat bundled with Tomcat)
       - put *.properties into the any jar file root. Don't put it into
war - they won't be found.

The last seems more than a bug rather than a feature.

Vale! - Mikhail Akopov



_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to