JBoss Community

couldn't parse process definition

new comment by Marco Rietveld View all comments on this document

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.