[jboss-user] [jBPM] - Async Fork Transaction Issues

Rachel Hodos do-not-reply at jboss.com
Mon Apr 12 15:29:10 EDT 2010


Rachel Hodos [http://community.jboss.org/people/rhodos] replied to the discussion

"Async Fork Transaction Issues"

To view the discussion, visit: http://community.jboss.org/message/536997#536997

--------------------------------------------------------------
Maciej,

I am using jBPM 4.3 with jBoss, HSQLDB, Java 1.6, on a Linux OS.  I don't know what information I can give about how I installed jBPM; I just add the jar files to my classpath.. I am sending a new copy of my source code, as it's slightly changed, and I'm also attaching the the parser I'm using.  The error seems to be with parsing jbpm.cfg.xml.  No matter how I change this file (I've tried unchanged, removing the first line, commenting everything out, etc.), I get this error:  


Exception in thread "main" java.lang.ExceptionInInitializerError
at org.jbpm.pvm.internal.cfg.ConfigurationParser.<init>(ConfigurationParser.java:46)
at org.jbpm.pvm.internal.cfg.ConfigurationParser.<clinit>(ConfigurationParser.java:49)
at org.jbpm.pvm.internal.cfg.ConfigurationImpl.parse(ConfigurationImpl.java:139)
at org.jbpm.pvm.internal.cfg.ConfigurationImpl.setResource(ConfigurationImpl.java:118)
at org.jbpm.pvm.internal.cfg.ConfigurationImpl.setResource(ConfigurationImpl.java:52)
at org.jbpm.api.Configuration.setResource(Configuration.java:74)
at jpl.mipl.pgs.test.ConcurrencyTest.initialize(ConcurrencyTest.java:30)
at org.jbpm.test.JbpmTestCase.setUp(JbpmTestCase.java:78)
at jpl.mipl.pgs.test.ConcurrencyTest.setUp(ConcurrencyTest.java:47)
at jpl.mipl.pgs.test.ConcurrencyTest.main(ConcurrencyTest.java:83)
Caused by: org.jbpm.api.JbpmException: 
  error: couldn't parse xml document : org.w3c.dom.DOMException: INVALID_CHARACTER_ERR: An invalid or illegal XML character is specified. 
at org.jbpm.pvm.internal.xml.ProblemList.getJbpmException(ProblemList.java:175)
at org.jbpm.pvm.internal.xml.ProblemList.getJbpmException(ProblemList.java:141)
at org.jbpm.pvm.internal.xml.Parse.checkErrors(Parse.java:190)
at org.jbpm.pvm.internal.wire.xml.WireParser.<clinit>(WireParser.java:284)
... 10 more
Caused by: org.jbpm.api.JbpmException
at org.jbpm.pvm.internal.xml.ProblemList.getJbpmException(ProblemList.java:171)
... 13 more
Caused by: org.w3c.dom.DOMException: INVALID_CHARACTER_ERR: An invalid or illegal XML character is specified. 
at org.apache.xerces.dom.CoreDocumentImpl.createElementNS(Unknown Source)
at org.apache.xerces.dom.DOMImplementationImpl.createDocument(Unknown Source)
at org.jbpm.pvm.internal.xml.Parser.buildDom(Parser.java:442)
at org.jbpm.pvm.internal.xml.Parser.execute(Parser.java:389)
at org.jbpm.pvm.internal.xml.Parse.execute(Parse.java:158)
 
Any ideas?
Rachel
 

--------------------------------------------------------------

Reply to this message by going to Community
[http://community.jboss.org/message/536997#536997]

Start a new discussion in jBPM at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20100412/f218efe0/attachment.html 


More information about the jboss-user mailing list