Forum LAMS for Tech-Heads - General Forum: Re: Re: Re: Re: Re: Displying ApplicationResource Strings


 
Search: 

6: Re: Re: Re: Re: Re: Displying ApplicationResource Strings
In response to 5 04/27/10 08:56 AM
[ Reply | Forward ]
The ApplicationResources.properties files don't get copied when JBoss starts but when you run the ant deploy-war task for your tool (see http://is.gd/bJVnj).

However, if you don't want to wait for all rebuilding your war, you can just copy the files manually to to the jboss-xx/server/default/deploy/lams.ear/lams-dictionary.jar/org/lamsfoundation/lams/tool/(your-tool-name) directory yourself.

Although, you will need to restart JBoss for those changes to take effect as the labels get loaded into memory on JBoss start up. (I don't think you can flush them and force them to reload again when LAMS is running)

Ernie

Posted by Ernie Ghiglione

7: Re: Re: Re: Re: Re: Re: Displying ApplicationResource Strings
In response to 6 04/30/10 12:57 PM
[ Reply | Forward ]
Right, I had alredy thought about doing that.

Thanks for the help. I really appreciate it!

Posted by Felipe Peña

Reply to first post on this page
Back to LAMS for Tech-Heads - General Forum