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...
Sent from the Drools - User mailing list archive at
Nabble.com.