Hi to everyone,
i'm tryng a little jbpm flow, in my application the xml code is this:
ProcessDefinition pd = ProcessDefinition.parseXmlString(
"<?xml version=\"1.0\" encoding=\"UTF-8\"?>" +
"<process-definition xmlns=\"urn:jbpm.org:jpdl-3.1\" name=\"jbay\">" +
"<start-state name=\"start\">" +
" <transition name=\"to_auction\" to=\"auction\">" +
"</start-state>" +
"<state name=\"auction\">" +
" "+
" <action class=\"it.domino.jbpmExp.helloActionHandler\" />"+
" "+
" <transition name=\"to_end\" to=\"end1\">" +
"" +
"<end-state name=\"end1\"></end-state>" +
"</process-definition>");
so when i'm running the application i've this warning:
16:17:16,328 WARN [JpdlParser] 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)
i'm using jboss 3.2.7,
how i can resolve this problem?
Thaxs in advance,
Fabio.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948075#3948075
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3948075
-------------------------------------------------------
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user