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-be...
{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-b...
{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