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


 
Search: 

4: Re: Re: Re: Displying ApplicationResource Strings
In response to 3 04/12/10 04:34 PM
[ Reply | Forward ]
Yes, same thing.

Thanks,

Ernie

Posted by Ernie Ghiglione

5: Re: Re: Re: Re: Displying ApplicationResource Strings
In response to 4 04/27/10 08:24 AM
[ Reply | Forward ]
Hi Ernie

For some reason, the ApplicationResources.properties and ApplicationResources_en_AU.properties files do not get copied while I'm starting the JBOSS server.

I have 3 variables added to these files. I have checked the ones placed in jboss/server/default/deploy/lams.ear/lams.dictionary.jar, and they don't display these variables.

Maybe I should run an ant action to do this.

Thanks in advance.

Posted by Felipe Peña

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