Hi Friends
I got the same problem and the solution is
replace the following line
Message.HELLO
with this
Message.HELLO
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-re
Hi Friends
I got the same problem and the solution is
replace the following line
Message.HELLO
with this
Message.HELLO
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
I'm having this problem as well. I can live with the System.err messages,
but i could use the XSD for configuration validation. Is there a way of
obtaining this "file"?
thanks in advance,
_ miguel
2010/4/13 Chang Liu
> Hi there,
>
>
>
> Error message:
>
> (null: 5, 77): schema_reference.4: Fa
Hi there,
Error message:
(null: 5, 77): schema_reference.4: Failed to read schema document
'drools.org/drools-5.0.xsd', because 1) could not find the document; 2) the
document could not be read; 3) the root element of the document is not
.
I ran into this issue when experimenting a project tha