Richard, I unzipped uima-as source zip file and the only jar I could find was saxon8.jar. Not seeing any amq jars in the uima-as-2.8.1 source.
I've changed a pom to add dependency on saxon but versions in the mvn repo dont work. Tried v.8.7 and 8.5.1 but both fail with: Sep 06, 2016 11:22:04 AM org.apache.uima.adapter.jms.service.Dd2spring convertDd2Spring(151) INFO: Saxon args: [-l, -s, src/test/resources/deployment/Deploy_PersonTitleAnnotator.xml, -o, /tmp/UIMAdd2springOutput3514266075815501156.xml, ../src/main/scripts/dd2spring.xsl] Error net.sf.saxon.event.MessageEmitter is not a Receiver Transformation failed: Run-time errors were reported Currently swamped with other things. Besides, I am working on removing dd2spring and saxon and replacing it with java only alternative where xml descrtiptor will be parsed by xmlbeans provided factory (already in uima-as) and use Spring JavaConfig. -jerry On Fri, Sep 2, 2016 at 4:54 PM, Richard Eckart de Castilho (JIRA) < [email protected]> wrote: > > [ https://issues.apache.org/jira/browse/UIMA-1911?page= > com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] > > Richard Eckart de Castilho updated UIMA-1911: > --------------------------------------------- > Component/s: Async Scaleout > > > UIMA-AS packaging: remove jars of ActiveMQ and Saxon with source distr, > use Maven to get at build time > > ------------------------------------------------------------ > ------------------------------------------ > > > > Key: UIMA-1911 > > URL: https://issues.apache.org/jira/browse/UIMA-1911 > > Project: UIMA > > Issue Type: Improvement > > Components: Async Scaleout > > Reporter: Marshall Schor > > Priority: Minor > > > > This makes the source distribution much larger, and is not needed, > because Maven will obtain these as dependencies when building from sources. > > > > -- > This message was sent by Atlassian JIRA > (v6.3.4#6332) >
