Hi HITSW did you find any of this error beofore
I tried with different versions of the parser 


Any one faced this issue ?

couldn't set xml parser property 
'http://java.sun.com/xml/jaxp/properties/schemaLanguage' to 
'http://www.w3.org/2001/XMLSchema'
org.xml.sax.SAXNotRecognizedException: Property: 
http://java.sun.com/xml/jaxp/properties/schemaLanguage
        at 
org.apache.crimson.parser.XMLReaderImpl.setProperty(XMLReaderImpl.java:272)
        at 
org.apache.crimson.jaxp.SAXParserImpl.setProperty(SAXParserImpl.java:190)
        at org.jbpm.jpdl.xml.JpdlParser.createXmlReader(JpdlParser.java:77)
        at org.jbpm.jpdl.xml.JpdlParser.createSaxReader(JpdlParser.java:62)
        at org.jbpm.jpdl.xml.JpdlParser.parse(JpdlParser.java:56)
        at 
org.jbpm.jpdl.xml.JpdlXmlReader.readProcessDefinition(JpdlXmlReader.java:138)
        at 
org.jbpm.graph.def.ProcessDefinition.parseXmlString(ProcessDefinition.java:143)
        at 
org.jbpm.tutorial.helloworld.HelloWorldTest.testHelloWorldProcess(HelloWorldTest.java:40)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:324)
        at junit.framework.TestCase.runTest(TestCase.java:154)
        at junit.framework.TestCase.runBare(TestCase.java:127)
        at junit.framework.TestResult$1.protect(TestResult.java:106)
        at junit.framework.TestResult.runProtected(TestResult.java:124)
        at junit.framework.TestResult.run(TestResult.java:109)
        at junit.framework.TestCase.run(TestCase.java:118)
        at junit.framework.TestSuite.runTest(TestSuite.java:208)
        at junit.framework.TestSuite.run(TestSuite.java:203)
        at 
org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:478)
        at 
org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:344)
        at 
org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:196)
14:05:01,443 [main] WARN  JpdlParser : couldn't set xml parser property 
'http://apache.org/xml/properties/schema/external-schemaLocation'
org.xml.sax.SAXNotRecognizedException: Property: 
http://apache.org/xml/properties/schema/external-schemaLocation
        at 
org.apache.crimson.parser.XMLReaderImpl.setProperty(XMLReaderImpl.java:272)
        at 
org.apache.crimson.jaxp.SAXParserImpl.setProperty(SAXParserImpl.java:190)
        at org.jbpm.jpdl.xml.JpdlParser.createXmlReader(JpdlParser.java:83)
        at org.jbpm.jpdl.xml.JpdlParser.createSaxReader(JpdlParser.java:62)
        at org.jbpm.jpdl.xml.JpdlParser.parse(JpdlParser.java:56)
        at 
org.jbpm.jpdl.xml.JpdlXmlReader.readProcessDefinition(JpdlXmlReader.java:138)
        at 
org.jbpm.graph.def.ProcessDefinition.parseXmlString(ProcessDefinition.java:143)
        at 
org.jbpm.tutorial.helloworld.HelloWorldTest.testHelloWorldProcess(HelloWorldTest.java:40)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:324)
        at junit.framework.TestCase.runTest(TestCase.java:154)
        at junit.framework.TestCase.runBare(TestCase.java:127)
        at junit.framework.TestResult$1.protect(TestResult.java:106)
        at junit.framework.TestResult.runProtected(TestResult.java:124)
        at junit.framework.TestResult.run(TestResult.java:109)
        at junit.framework.TestCase.run(TestCase.java:118)
        at junit.framework.TestSuite.runTest(TestSuite.java:208)
        at junit.framework.TestSuite.run(TestSuite.java:203)
        at 
org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:478)
        at 
org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:344)
        at 
org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:196)
14:05:01,443 [main] WARN  JpdlParser : couldn't set xml parser feature 
'http://apache.org/xml/features/validation/dynamic'
org.xml.sax.SAXNotRecognizedException: Feature: 
http://apache.org/xml/features/validation/dynamic

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3932223#3932223

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3932223


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to