[jboss-user] [jBPM] - couldn't parse process definition
Marco Rietveld
do-not-reply at jboss.com
Fri Jul 22 07:24:39 EDT 2011
Marco Rietveld [http://community.jboss.org/people/marco.rietveld] commented on the document
"couldn't parse process definition"
To view all comments on this document, visit: http://community.jboss.org/docs/DOC-17031#comment-7122
--------------------------------------------------
Cristóvão,
Michael's right: this is the document section. *Would you mind deleting this article and, if necessary, posting your question to the forum?*
That being said, the problem you're having is probably one of the following:
- you might have to use /'s instead of \'s.
- It looks like youŕe giving the absolute path, but it you aren't you need to.
In short, while the error looks complex, it's simply saying that the File can't be found. Try doing a check on the file first (.exists(), maybe also opening it and checking that the inputStream returns something..?), and then feeding it to the (jpdl) parser.
--------------------------------------------------
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20110722/9f4515f1/attachment-0001.html
More information about the jboss-user
mailing list