With the current implementation, it looks like the AE has to be the
"same"
AE that created the Xcas files. For example, if the Xcas files are
created
by the MeetingDetectorTAE, I cannot run the PersonTitle annotator
against
these Xcas files.
It depends, the Cas Editor has a single type system per project. If
the annotators
produce types which do not match with the project type system the xcas/
xmi file
can not be loaded into another annotator or opened in the editor.
Michael suggested that the Cas Editor should automatically copy the
type system from
the annotators/consumer descriptors to the project type system, but
this is not implemented
yet.
Jörn