0 Replies Latest reply on Dec 4, 2008 5:16 PM by vladimir.kovalyuk

    MissingResourceException in asynchronous method call

    vladimir.kovalyuk

      I'm obtaining the following exception


      java.util.MissingResourceException: Can't find bundle for base name 
      org.jboss.seam.core.SeamResourceBundle, locale ru_RU



      when invoking Messages.get(...) in asynchronous thread. I use quartz dispatcher.


      Asynchronous method call occurs using Jboss unified class loader which does not know about web resources.


      How to work around the problem?