You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by "Jerry Cwiklik (JIRA)" <de...@uima.apache.org> on 2012/10/22 15:34:13 UTC

[jira] [Resolved] (UIMA-2473) upgrade saxon from saxon8.jar to saxon9he.jar

     [ https://issues.apache.org/jira/browse/UIMA-2473?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jerry Cwiklik resolved UIMA-2473.
---------------------------------

    Resolution: Won't Fix
      Assignee: Jerry Cwiklik

The problem reported is caused by having saxon jar in a classpath. At this time I dont see a compelling reason to upgrade to saxon 9. 
                
> 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 
>            Assignee: Jerry Cwiklik
>            Priority: Critical
>              Labels: UIMA-AS
>             Fix For: 2.4.0AS
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> 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