Hi,
I am not using any custom XML parser. I am trying to test process definition using
JbpmTestCase. version is JRE 1.6
When I debugged the code, I got to know that it has failed in
protected Document buildDom(Parse parse)
( parser.java in org.jbpm.pvm.internal.xml )
line is
saxParser.setProperty("http://java.sun.com/xml/jaxp/properties/schem...;,
"http://www.w3.org/2001/XMLSchema");
xmlReader.setFeature("http://apache.org/xml/features/validation/dyna...;,
true);
I am just using jbpmtestcase to test my process
-Regards
Makarand
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258585#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...