Hello,
I am making a sample application for Domain Specific Language using the
Semantic Module Framework of drools 2.1
Problem1 :::: I am getting the an error :
"Invalid content was found starting with element"
One of '{"http://drools.org/rules":parameter,
"http://drools.org/rules":abstractCondition,
"http://drools.org/rules":duration,
"http://drools.org/rules":abstractConsequence}'
is expected.org.xml.sax.SAXParseException: no semantic module for
namespace"
The probable reason which I find for the above problem is that Drools is
not able to read my XML schema (.xsd) file in the META-INF folder.
Can any body tell me the solution for that...
Problem2 :::: In my above sample I have a file "drools-sample.conf" file
which contains an entry called "module.uri". What does this exactly
contains
a. path of the XML schema (.xsd) file
or b. the namespace of the schema... or
something else... I don't know exactly...
If any body has an idea what exactly does this entry contains... please
tell me...
Thanks in Advance...:-)
Niraj Modi