It may be the location or name of your resource bundle

In faces-config.xml you need to define your default local

<application>
  |  ...
  |  <locale-config>
  |  <default-locale>en</default-locale>
  |  </locale-config>
  | ...
  | </application>
  | 

and in this scenerio you need to name your file
brokerage_en.properties

Then deploy it
somewhere like
\default\deploy\---.ear\---.war\WEB-INF\classes
if you have it under a directory under classes you need to reference you file 
with the full path like you would any other resource.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4124579#4124579

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4124579
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to