You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by mb...@apache.org on 2007/01/31 13:20:20 UTC

svn commit: r501825 - in /incubator/uima/uimaj/trunk/uimaj-examples/src/main/deploy/soap: Deploy_GovernmentTitleRecognizer.wsdd Deploy_NamesAndPersonTitles.wsdd Deploy_PersonTitleAnnotator.wsdd Deploy_SimpleNameRecognizer.wsdd

Author: mbaessler
Date: Wed Jan 31 04:20:19 2007
New Revision: 501825

URL: http://svn.apache.org/viewvc?view=rev&rev=501825
Log:
JIRA ticket UIMA-250 (https://issues.apache.org/jira/browse/UIMA-250)

fix class not found exception for ServiceDataCargo. The correct package 
name for the class must be org.apache.uima.analysis_engine.service.impl.ServiceDataCargo

Modified:
    incubator/uima/uimaj/trunk/uimaj-examples/src/main/deploy/soap/Deploy_GovernmentTitleRecognizer.wsdd
    incubator/uima/uimaj/trunk/uimaj-examples/src/main/deploy/soap/Deploy_NamesAndPersonTitles.wsdd
    incubator/uima/uimaj/trunk/uimaj-examples/src/main/deploy/soap/Deploy_PersonTitleAnnotator.wsdd
    incubator/uima/uimaj/trunk/uimaj-examples/src/main/deploy/soap/Deploy_SimpleNameRecognizer.wsdd

Modified: incubator/uima/uimaj/trunk/uimaj-examples/src/main/deploy/soap/Deploy_GovernmentTitleRecognizer.wsdd
URL: http://svn.apache.org/viewvc/incubator/uima/uimaj/trunk/uimaj-examples/src/main/deploy/soap/Deploy_GovernmentTitleRecognizer.wsdd?view=diff&rev=501825&r1=501824&r2=501825
==============================================================================
--- incubator/uima/uimaj/trunk/uimaj-examples/src/main/deploy/soap/Deploy_GovernmentTitleRecognizer.wsdd (original)
+++ incubator/uima/uimaj/trunk/uimaj-examples/src/main/deploy/soap/Deploy_GovernmentTitleRecognizer.wsdd Wed Jan 31 04:20:19 2007
@@ -44,7 +44,7 @@
              encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
 
     <typeMapping qname="ns:serviceDataCargo" xmlns:ns="http://uima.apache.org/analysis_engine"
-             languageSpecificType="java:org.apache.uima.adapter.ServiceDataCargo"
+             languageSpecificType="java:org.apache.uima.analysis_engine.service.impl.ServiceDataCargo"
              serializer="org.apache.uima.adapter.soap.BinarySerializerFactory"
              deserializer="org.apache.uima.adapter.soap.BinaryDeserializerFactory"
              encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>

Modified: incubator/uima/uimaj/trunk/uimaj-examples/src/main/deploy/soap/Deploy_NamesAndPersonTitles.wsdd
URL: http://svn.apache.org/viewvc/incubator/uima/uimaj/trunk/uimaj-examples/src/main/deploy/soap/Deploy_NamesAndPersonTitles.wsdd?view=diff&rev=501825&r1=501824&r2=501825
==============================================================================
--- incubator/uima/uimaj/trunk/uimaj-examples/src/main/deploy/soap/Deploy_NamesAndPersonTitles.wsdd (original)
+++ incubator/uima/uimaj/trunk/uimaj-examples/src/main/deploy/soap/Deploy_NamesAndPersonTitles.wsdd Wed Jan 31 04:20:19 2007
@@ -44,7 +44,7 @@
              encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
 
     <typeMapping qname="ns:serviceDataCargo" xmlns:ns="http://uima.apache.org/analysis_engine"
-             languageSpecificType="java:org.apache.uima.adapter.ServiceDataCargo"
+             languageSpecificType="java:org.apache.uima.analysis_engine.service.impl.ServiceDataCargo"
              serializer="org.apache.uima.adapter.soap.BinarySerializerFactory"
              deserializer="org.apache.uima.adapter.soap.BinaryDeserializerFactory"
              encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>

Modified: incubator/uima/uimaj/trunk/uimaj-examples/src/main/deploy/soap/Deploy_PersonTitleAnnotator.wsdd
URL: http://svn.apache.org/viewvc/incubator/uima/uimaj/trunk/uimaj-examples/src/main/deploy/soap/Deploy_PersonTitleAnnotator.wsdd?view=diff&rev=501825&r1=501824&r2=501825
==============================================================================
--- incubator/uima/uimaj/trunk/uimaj-examples/src/main/deploy/soap/Deploy_PersonTitleAnnotator.wsdd (original)
+++ incubator/uima/uimaj/trunk/uimaj-examples/src/main/deploy/soap/Deploy_PersonTitleAnnotator.wsdd Wed Jan 31 04:20:19 2007
@@ -45,7 +45,7 @@
              encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
 
     <typeMapping qname="ns:serviceDataCargo" xmlns:ns="http://uima.apache.org/analysis_engine"
-             languageSpecificType="java:org.apache.uima.adapter.ServiceDataCargo"
+             languageSpecificType="java:org.apache.uima.analysis_engine.service.impl.ServiceDataCargo"
              serializer="org.apache.uima.adapter.soap.BinarySerializerFactory"
              deserializer="org.apache.uima.adapter.soap.BinaryDeserializerFactory"
              encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>

Modified: incubator/uima/uimaj/trunk/uimaj-examples/src/main/deploy/soap/Deploy_SimpleNameRecognizer.wsdd
URL: http://svn.apache.org/viewvc/incubator/uima/uimaj/trunk/uimaj-examples/src/main/deploy/soap/Deploy_SimpleNameRecognizer.wsdd?view=diff&rev=501825&r1=501824&r2=501825
==============================================================================
--- incubator/uima/uimaj/trunk/uimaj-examples/src/main/deploy/soap/Deploy_SimpleNameRecognizer.wsdd (original)
+++ incubator/uima/uimaj/trunk/uimaj-examples/src/main/deploy/soap/Deploy_SimpleNameRecognizer.wsdd Wed Jan 31 04:20:19 2007
@@ -45,7 +45,7 @@
              encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
 
     <typeMapping qname="ns:serviceDataCargo" xmlns:ns="http://uima.apache.org/analysis_engine"
-             languageSpecificType="java:org.apache.uima.adapter.ServiceDataCargo"
+             languageSpecificType="java:org.apache.uima.analysis_engine.service.impl.ServiceDataCargo"
              serializer="org.apache.uima.adapter.soap.BinarySerializerFactory"
              deserializer="org.apache.uima.adapter.soap.BinaryDeserializerFactory"
              encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>