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

Mark Proctor (JIRA) jira-events at lists.jboss.org
Wed Oct 17 15:15:02 EDT 2012


     [ https://issues.jboss.org/browse/JBRULES-3565?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mark Proctor resolved JBRULES-3565.
-----------------------------------

    Fix Version/s: 6.0.0.Beta1
                   5.5.0.CR1
       Resolution: Done

    
> 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
>              Labels: drools-spring, xsd
>             Fix For: 6.0.0.Beta1, 5.5.0.CR1
>
>
> 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
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jboss-jira mailing list