2 Replies Latest reply on Apr 2, 2014 11:01 AM by wangliyu

    core:resource-loader issue with multiple components.xml

    wangliyu
      I have several modules(jars) in my project, each modules/jars has it's own resources bundles, so I tried to define

              <core:resource-loader>
                <core:bundle-names>
                     <value>messages</value>
                     <value>modulename</value>
                </core:bundle-names>
           </core:resource-loader>

      When I deployed into the JBoss5.1.0GA, I was expecting to load all the modules resources bundles, but it doesn't doing that way, instead it only load one module's resources randomly.

      I'm wondering is this a bug or design in this way?
      I'm using Seam 2.2.0GA.

      Can anyone help?

      Thanks,