[jboss-user] [JBoss Seam] - Re: ResourceBundle in Database
nickarls
do-not-reply at jboss.com
Tue Oct 9 03:53:40 EDT 2007
Sorry, I'm so used to you being clairvoyant ;-)
I have a reload method which reloads the cached messages
| @Name("org.jboss.seam.core.resourceLoader")
| @BypassInterceptors
| public class DBMessages extends ResourceLoader {
|
| @Observer("reload_messages")
| private void reload() { ...
|
But when I raise the event from my admin panel I get the "method not found: reload for component: org.jboss.seam.core.resourceLoader". I'm wondering how to configure for "no, really use my DBMessages, always".
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4092881#4092881
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4092881
More information about the jboss-user
mailing list