Michael Baessler wrote:
What do you mean by
"we can add a remoteAE if and only if, the AE is already deployed on the remote machine"

do you use the ComponentDescriptorEditor (CDE) plugin to do that?

In this case, the CDE has to retrieve the meta data of the deployed AE to get for example the type system data. The meta data of the deployed AE must be read to check if there are no conflicts when adding the AE to the aggregate.
This step should prevent errors in the aggregate descriptor early.

However, the CDE is designed to operate, even if the remote is not
running.  In that case, it may give some warnings -
saying that it can't read the remote's type system, so that if the
remote is declaring some types that are not declared
elsewhere, then the JCasGen that might be run might be "incomplete".

These are all "warnings" - the CDE will still let you build the
aggregate, and save it.

-Marshall


-- Michael

Benjamin Sznajder wrote:
Hi,

I am trying to build a an Aggregate AE with some AEs running in remote.
When we are building the descriptor for the Aggregate AEs, we can add a
remoteAE if and only if, the AE is already deployed on the remote machine.
It would be useful if we could add these AEs although if they are not
currently deployed.

Benjamin.








Reply via email to