[rules-users] Drools-Spring Schema location changed ????

drooRam rajeshram7 at yahoo.com
Thu Jul 29 10:50:25 EDT 2010


drools-spring.xsd is in the eclipse classpath... am facing the same problem
like

"Referenced file contains errors
(http://drools.org/schema/drools-spring.xsd).  For more information, right
click on the message in the Problems View and select "Show Details..."

The above error is stopping me to integrate drools with spring. Any solution
on this???? If so, please post it. 

spring-config sample :
================
<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:drools="http://drools.org/schema/drools-spring"
  xmlns:tx="http://www.springframework.org/schema/tx"
  xsi:schemaLocation="
       http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans-2.5.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.5.xsd
       http://drools.org/schema/drools-spring
http://drools.org/schema/drools-spring.xsd">
-- 
View this message in context: http://drools-java-rules-engine.46999.n3.nabble.com/Drools-Spring-Schema-location-changed-tp833916p1004342.html
Sent from the Drools - User mailing list archive at Nabble.com.



More information about the rules-users mailing list