[jboss-user] [jBPM Users] - Re: jbpm 4.1 : Running jbpm test case - issue

makarandk502 do-not-reply at jboss.com
Mon Oct 5 01:30:30 EDT 2009


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



More information about the jboss-user mailing list