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/schemaLanguage";, 
"http://www.w3.org/2001/XMLSchema";);
xmlReader.setFeature("http://apache.org/xml/features/validation/dynamic";, 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#4258585

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258585
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to