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
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to