Hi Friends 

I got the same problem and the solution is 

replace the following line 
<qualified-identifier-restriction evaluator="==">Message.HELLO
</qualified-identifier-restriction>
with this
<qualified-identifier-restriction
evaluator="==">Message.HELLO</qualified-identifier-restriction>

Note an extra blank space after Message.HELLO creats the problem.

Enjoy



-- 
View this message in context: 
http://drools-java-rules-engine.46999.n3.nabble.com/Failed-to-read-schema-document-when-trying-to-transform-from-XML-to-DRL-tp716480p1018081.html
Sent from the Drools - User mailing list archive at Nabble.com.
_______________________________________________
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users

Reply via email to