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.
--------------------------------------------------

_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to