[rules-users] Failed to read schema document when trying to transform from XML to DRL

Sanjib Karmakar sanjibk at skytechsolutions.co.in
Tue Aug 3 00:50:52 EDT 2010


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



More information about the rules-users mailing list