Hello uiam-team,

 
I'm currently working in a UIMA project on my university. I have a question 
regarding registering a custom pinger in UIMA-Ducc. If we want to register a 
service with (--process_descriptor_DD 'deployment_BreakIteratorSegmenter.xml'") 
to the custom pinger we get following warning:
 

WARNING - Option --process_descriptor_DD is ignored for CUSTOM services
 
How can we register a custom service with our descriptor xml?
 
Here is our serivice xml which we used in this example:
 

<?xml version="1.0" encoding="UTF-8"?>

<analysisEngineDeploymentDescription 
xmlns="http://uima.apache.org/resourceSpecifier[https://deref-web-02.de/mail/client/1A1dox01iDk/dereferrer/?redirectUrl=https%3A%2F%2Fderef-web-02.de%2Fmail%2Fclient%2FhV9NdACd-F0%2Fdereferrer%2F%3FredirectUrl%3Dhttp%253A%252F%252Fuima.apache.org%252FresourceSpecifier]";>

<name>BreakIteratorSegmenter</name>

<vendor>TextImager</vendor>

<version>0.1.0</version>

<deployment protocol="jms" provider="activemq">

<service>

<inputQueue endpoint="BreakIteratorSegmenter" brokerURL="${defaultBrokerURL}" 
prefetch="0"/>

<topDescriptor>

<import location="BreakIteratorSegmenter.xml"/>

</topDescriptor>

</service>

</deployment>

</analysisEngineDeploymentDescription>
 
 
Thank you in advance.
 
Best Regards
 
Florian Allgoewer

Reply via email to