Details
-
Improvement
-
Status: Resolved
-
Critical
-
Resolution: Won't Fix
-
2.3.1AS
Description
code :
System.setProperty("defaultBrokerURL", url);
Map<String,Object> appCtx = new HashMap<String,Object>();
appCtx.put(UimaAsynchronousEngine.DD2SpringXsltFilePath, "resources/uima/dd2spring.xsl");
appCtx.put(UimaAsynchronousEngine.SaxonClasspath, "file:../com.ibm.deepqa.runtime.lib/lib/saxon/saxon8.jar");
appCtx.put(UimaAsynchronousEngine.ServerUri, url);
UimaAsynchronousEngine engine = new BaseUIMAAsynchronousEngine_impl();
engine.deploy("resources/uima/Deploy_TLA.xml", appCtx);
Has following error:
INFO: UIMA-AS version 2.3.1
Error
net.sf.saxon.event.MessageEmitter is not a Receiver
Transformation failed: Run-time errors were reported
Because saxon8 has no source code in sf.net know . have no way to figure out .
So suggest to upgrade to saxon9he.jar.