have you considered using a session bean to distribute properties (making an env-entry in
the ejb-jar.xml for each property)?
another possibility is to deploy a properties file and read it from a session bean with
getResourceAsStream(...).
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4068413#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...