Weeird ... I added much the same to runRemoteAsyncAE
      Iterator it = cas.getTypeSystem().getTypeIterator();
      while(it.hasNext()) {
      System.out.println(">>> Type: " + ((Type)it.next()).getName());
      }
and as well as the uima types got types from my service, e.g.:
   >>> Type: org.gale.Sentence

Did you see your types in the metadata returned in the log?  Did the status
callbacks show that initialization was successful?

~Burn

Reply via email to