Unable to locate Spring NamespaceHandler for XML schema namespace 
[http://jboss.com/products/seam/spring-seam]
---------------------------------------------------------------------------------------------------------------

                 Key: MOJO-1511
                 URL: http://jira.codehaus.org/browse/MOJO-1511
             Project: Mojo
          Issue Type: Bug
          Components: springbeandoc
         Environment: Windows XP and Solaris
            Reporter: Colin
            Priority: Minor


When running the site reports, the spring bean doc plugin fails on our 
applicationContext.xml file which has the following in it:

{code:xml} 
<beans xmlns="http://www.springframework.org/schema/beans"; 
xmlns:seam="http://jboss.com/products/seam/spring-seam"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xmlns:aop="http://www.springframework.org/schema/aop"; 
xsi:schemaLocation="http://www.springframework.org/schema/beans 
http://www.springframework.org/schema/beans/spring-beans-2.0.xsd 
http://www.springframework.org/schema/aop 
http://www.springframework.org/schema/aop/spring-aop-2.0.xsd 
http://jboss.com/products/seam/spring-seam 
http://jboss.com/products/seam/spring-seam-2.1.xsd";>
{code}

The failure is:

{noformat}
Caused by: 
org.springframework.beans.factory.parsing.BeanDefinitionParsingException: 
Configuration problem: Unable to locate Spring NamespaceHandler for XML schema 
namespace [http://jboss.com/products/seam/spring-seam]
Offending resource: file [C:\projects\webapp\WEB-INF\applicationContext.xml]
{noformat}

Is this an issue with the plugin or is there something we need to do to get it 
to work?

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to