Han Hui Wen  created UIMA-2473:
----------------------------------

             Summary: upgrade saxon from saxon8.jar to saxon9he.jar
                 Key: UIMA-2473
                 URL: https://issues.apache.org/jira/browse/UIMA-2473
             Project: UIMA
          Issue Type: Improvement
          Components: Async Scaleout
    Affects Versions: 2.3.1AS
            Reporter: Han Hui Wen 
            Priority: Critical
             Fix For: 2.4.0AS


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.



--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to