Hi all, I'm writing a java application to call my uima developped CPE but i'm facing a problem in this code line
CpeDescription cpeDesc =
UIMAFramework.getXMLParser().parseCpeDescription(new
XMLInputSource("filename"));
Is there any error in it ? I'm just following the developer guide and notice
here that filename contain full path to the CPE descriptor !!
What's wrong ?
Radwen
