[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:15:13 EDT 2012


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

Vinod Kiran Paidimarry updated JBRULES-3565:
--------------------------------------------

    Git Pull Request: https://github.com/droolsjbpm/droolsjbpm-integration/pull/29

    
> 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
>
> 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