summaryrefslogtreecommitdiff
path: root/CIAO/tests/DAnCE/Launch-Failures/descriptors/SourceEndpointFailure.cdp
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/tests/DAnCE/Launch-Failures/descriptors/SourceEndpointFailure.cdp')
-rw-r--r--CIAO/tests/DAnCE/Launch-Failures/descriptors/SourceEndpointFailure.cdp176
1 files changed, 0 insertions, 176 deletions
diff --git a/CIAO/tests/DAnCE/Launch-Failures/descriptors/SourceEndpointFailure.cdp b/CIAO/tests/DAnCE/Launch-Failures/descriptors/SourceEndpointFailure.cdp
deleted file mode 100644
index 9983b274bcc..00000000000
--- a/CIAO/tests/DAnCE/Launch-Failures/descriptors/SourceEndpointFailure.cdp
+++ /dev/null
@@ -1,176 +0,0 @@
-<!-- -->
-<Deployment:DeploymentPlan
- xmlns:Deployment="http://www.omg.org/Deployment"
- xmlns:xmi="http://www.omg.org/XMI"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://www.omg.org/Deployment Deployment.xsd">
- <label>SimpleComponent_Home</label>
- <UUID>SimpleComponent_Home</UUID>
-
- <!-- Implementations declarations -->
-
- <implementation xmi:id="CompSvrImpl">
- <name>CompSvr</name>
- <source />
- <artifact xmi:idref="CompSvrArt" />
- <execParameter>
- <name>edu.vanderbilt.dre.DAnCE.ImplementationType</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>edu.vanderbilt.dre.DAnCE.LocalityManager</string>
- </value>
- </value>
- </execParameter>
- </implementation>
-
- <!-- Server Dance implementation-->
- <implementation xmi:id="Launch_FailureComponentImplementation">
- <name>Launch_FailureComponentImplementation</name>
- <source/>
- <artifact xmi:idref="Launch_Failure_ExecArtifact" />
- <artifact xmi:idref="Launch_Failure_SvntArtifact" />
- <execParameter>
- <!-- entrypoint as exec parameter (see ยง10.6.1) -->
- <name>component factory</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>create_Launch_Failure_Impl</string>
- </value>
- </value>
- </execParameter>
- <execParameter>
- <name>edu.vanderbilt.dre.CIAO.ServantEntrypoint</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>create_Launch_Failure_Servant</string>
- </value>
- </value>
- </execParameter>
- <execParameter>
- <name>edu.vanderbilt.dre.CIAO.ServantArtifact</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Launch_Failure_svnt</string>
- </value>
- </value>
- </execParameter>
- <execParameter>
- <name>edu.vanderbilt.dre.CIAO.ExecutorArtifact</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Launch_Failure_exec</string>
- </value>
- </value>
- </execParameter>
- </implementation>
-
- <instance xmi:id="CompSvrInst">
- <name>ComponentServerInstance</name>
- <node>NodeOne</node>
- <source />
- <implementation xmi:idref="CompSvrImpl" />
- <configProperty>
- <name>edu.vanderbilt.dre.DAnCE.LocalityArguments</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>--plugin-config besteffort.localityconfig</string>
- </value>
- </value>
- </configProperty>
- </instance>
-
- <instance xmi:id="Launch_FailureComponentInstanceOne">
- <name>Launch_FailureComponent_One</name>
- <node>NodeOne</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Launch_FailureComponentImplementation" />
- <configProperty>
- <name>failure_reason</name>
- <value>
- <type>
- <kind>tk_enum</kind>
- <enum>
- <name>Failure_Reason</name>
- <typeId>IDL:Failure_Reason:1.0</typeId>
- <member>NO_ERROR</member>
- <member>ATTRIBUTE_EXCEPTION</member>
- <member>NIL_FACET_REFERENCE</member>
- <member>FACET_REFERENCE_EXCEPTION</member>
- </enum>
- </type>
- <value>
- <enum>ATTRIBUTE_EXCEPTION</enum>
- </value>
- </value>
- </configProperty>
- </instance>
-
- <instance xmi:id="Launch_FailureComponentInstanceTwo">
- <name>Launch_FailureComponent_Two</name>
- <node>NodeTwo</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Launch_FailureComponentImplementation" />
- </instance>
-
- <connection>
- <name>FailureOne_Connection</name>
- <internalEndpoint>
- <portName>remote_out</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Launch_FailureComponentInstanceOne" />
- </internalEndpoint>
- <internalEndpoint>
- <portName>remote_in</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Launch_FailureComponentInstanceTwo" />
- </internalEndpoint>
- </connection>
- <!-- Artifacts declarations -->
- <artifact xmi:id="CompSvrArt">
- <name>CompoSvrArtifactName</name>
- <source />
- <node />
- <location>dance_locality_manager</location>
- </artifact>
- <artifact xmi:id="Launch_Failure_ExecArtifact">
- <name>Launch_Failure_exec</name>
- <source/>
- <node/>
- <location>Launch_Failure_exec</location>
- </artifact>
- <artifact xmi:id="Launch_Failure_SvntArtifact">
- <name>Launch_Failure_svnt</name>
- <source/>
- <node/>
- <location>Launch_Failure_svnt</location>
- </artifact>
-
- <localityConstraint>
- <constraint>SameProcess</constraint>
- <constrainedInstance xmi:idref="CompSvrInst" />
- <constrainedInstance xmi:idref="Launch_FailureComponentInstanceOne" />
- </localityConstraint>
-
- </Deployment:DeploymentPlan>