Spring's context namespace throws error
---------------------------------------

                 Key: MOJO-1743
                 URL: https://jira.codehaus.org/browse/MOJO-1743
             Project: Mojo
          Issue Type: Bug
          Components: springbeandoc
         Environment: Spring 2.5.6
Maven 2.2.1
SpringBeanDoc 1.0.8
            Reporter: Steve Dorazio
            Priority: Blocker
         Attachments: StackTrace.txt

Any Spring context file with "context" namespace defined causes a stack-trace. 
The namespace is part of the spring framework, and needs to be supported. 

Beans Excerpt:

<beans xmlns="http://www.springframework.org/schema/beans"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xmlns:aop="http://www.springframework.org/schema/aop"; 
xmlns:tx="http://www.springframework.org/schema/tx"; 
xmlns:util="http://www.springframework.org/schema/util"; 
xmlns:context="http://www.springframework.org/schema/context"; 
xmlns:jee="http://www.springframework.org/schema/jee"; 
xmlns:jms="http://www.springframework.org/schema/jms"; xsi:schemaLocation=" 

                http://www.springframework.org/schema/beans 
http://www.springframework.org/schema/beans/spring-beans-2.0.xsd

                http://www.springframework.org/schema/tx 
http://www.springframework.org/schema/tx/spring-tx-2.5.xsd

                http://www.springframework.org/schema/aop 
http://www.springframework.org/schema/aop/spring-aop-2.0.xsd

                http://www.springframework.org/schema/util 
http://www.springframework.org/schema/util/spring-util-2.5.xsd

                http://www.springframework.org/schema/context 
http://www.springframework.org/schema/context/spring-context-2.5.xsd

                http://www.springframework.org/schema/jms 
http://www.springframework.org/schema/jms/spring-jms-2.5.xsd

                http://www.springframework.org/schema/jee 
http://www.springframework.org/schema/jee/spring-jee-2.5.xsd";>

        <!-- 
==================================================================== -->
        <!-- TRANSACTION AOP and ANNOTATION SUPPORT                             
  -->
        <!-- 
==================================================================== -->
        <aop:aspectj-autoproxy/>
        <tx:annotation-driven transaction-manager="jtaTransactionManager"/>
        <context:annotation-config/>

        <!-- 
==================================================================== -->
        <!-- Application Property Loader                                        
  -->
        <!-- 
==================================================================== -->
        <bean id="propertyConfigurer" ...>




--
This message is automatically generated by JIRA.
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