7 Replies Latest reply on Sep 19, 2007 12:06 PM by mario_lanza

    Error on core:resource-loader

    wise_guybg

      Hi,
      I receive the following syntax error on my components.xml when I got some new files from CVS:

      The matching wildcard is strict, but no declaration can be found for element 'core:resource-loader'.


      Here's a snippet.
      <components xmlns="http://jboss.com/products/seam/components"
       xmlns:core="http://jboss.com/products/seam/core"
       xmlns:security="http://jboss.com/products/seam/security"
       xmlns:mail="http://jboss.com/products/seam/mail"
       xmlns:persistence="http://jboss.com/products/seam/persistence"
       xmlns:transaction="http://jboss.com/products/seam/transaction"
       xmlns:theme="http://jboss.com/products/seam/theme"
       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
       xsi:schemaLocation="http://jboss.com/products/seam/components http://jboss.com/products/seam/components-2.0.xsd
       http://jboss.com/products/seam/core http://jboss.com/products/seam/core-2.0.xsd
       http://jboss.com/products/seam/security http://jboss.com/products/seam/security-2.0.xsd
       http://jboss.com/products/seam/mail http://jboss.com/products/seam/mail-2.0.xsd
       http://jboss.com/products/seam/persistence http://jboss.com/products/seam/persistence-2.0.xsd
       http://jboss.com/products/seam/transaction http://jboss.com/products/seam/transaction-2.0.xsd
       http://jboss.com/products/seam/theme http://jboss.com/products/seam/theme-2.0.xsd">
      
       <core:init jndi-pattern="ExamCenter-EE/#{ejbName}/local" debug="true"/>
      
       <core:manager conversation-timeout="120000"
       concurrent-request-timeout="500"
       conversation-id-parameter="cid"/>
      
       <core:resource-loader>
       <core:bundle-names>
       <value>messageBundle</value>
       </core:bundle-names>
       </core:resource-loader>


      core:init and core:manager are ok...