[jboss-user] [JBoss Seam] - Error on core:resource-loader

wise_guybg do-not-reply at jboss.com
Tue Sep 4 11:03:29 EDT 2007


Hi,
I receive the following syntax error on my components.xml when I got some new files from CVS:
anonymous wrote : 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...

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4080929#4080929

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4080929



More information about the jboss-user mailing list