[jboss-jira] [JBoss JIRA] (JBRULES-3565) drools-spring.xsd references old (incorrect) spring-beans.xsd

Vinod Kiran Paidimarry (JIRA) jira-events at lists.jboss.org
Sat Jun 30 04:11:14 EDT 2012


Vinod Kiran Paidimarry created JBRULES-3565:
-----------------------------------------------

             Summary: drools-spring.xsd references old (incorrect) spring-beans.xsd
                 Key: JBRULES-3565
                 URL: https://issues.jboss.org/browse/JBRULES-3565
             Project: Drools
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: drools-spring
            Reporter: Vinod Kiran Paidimarry
            Assignee: Mark Proctor


drools-spring has been upgraded to Spring Framework 3.0.6 (JBRULES-3446?) but the drools-spring.xsd still references the 2.0 version of spring-beans.xsd


{code:xml|title=Current|borderStyle=solid}
   <xsd:import namespace='http://www.springframework.org/schema/beans' schemaLocation='http://www.springframework.org/schema/beans/spring-beans-2.0.xsd'/>
{code}

{code:xml|title=Should be |borderStyle=solid}
   <xsd:import namespace="http://www.springframework.org/schema/beans" schemaLocation="http://www.springframework.org/schema/beans/spring-beans-3.0.xsd"/>
{code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jboss-jira mailing list