summaryrefslogtreecommitdiff
path: root/CIAO/tests/DAnCE/Launch-Failures/descriptors/EntrypointException.cdp
diff options
context:
space:
mode:
authorWilliam R. Otte <wotte@dre.vanderbilt.edu>2011-04-13 19:13:38 +0000
committerWilliam R. Otte <wotte@dre.vanderbilt.edu>2011-04-13 19:13:38 +0000
commit17e81feb3aabfec5152df4495099daddd9b51ccd (patch)
treed940d92ea0bb2a6f1c86372a4b1ce12875d96b3e /CIAO/tests/DAnCE/Launch-Failures/descriptors/EntrypointException.cdp
parentfb7e6a3508d9f272e267acd8cee3cd7821c1c19f (diff)
downloadATCD-17e81feb3aabfec5152df4495099daddd9b51ccd.tar.gz
Wed Apr 13 19:12:44 UTC 2011 William R. Otte <wotte@dre.vanderbilt.edu>
* tests/DAnCE/Launch-Failures/Component/Launch_Failure_exec.cpp: * tests/DAnCE/Launch-Failures/descriptors/AttributeException.cdp: * tests/DAnCE/Launch-Failures/descriptors/AttributeMismatch.cdp: * tests/DAnCE/Launch-Failures/descriptors/EntrypointException.cdp: * tests/DAnCE/Launch-Failures/descriptors/EntrypointFails.cdp: * tests/DAnCE/Launch-Failures/descriptors/EntrypointIncorrect.cdp: * tests/DAnCE/Launch-Failures/descriptors/IncorrectLibraryName.cdp: * tests/DAnCE/Launch-Failures/descriptors/InvalidInstanceType.cdp: Additional failure testing.
Diffstat (limited to 'CIAO/tests/DAnCE/Launch-Failures/descriptors/EntrypointException.cdp')
-rw-r--r--CIAO/tests/DAnCE/Launch-Failures/descriptors/EntrypointException.cdp87
1 files changed, 87 insertions, 0 deletions
diff --git a/CIAO/tests/DAnCE/Launch-Failures/descriptors/EntrypointException.cdp b/CIAO/tests/DAnCE/Launch-Failures/descriptors/EntrypointException.cdp
new file mode 100644
index 00000000000..f1c46806b18
--- /dev/null
+++ b/CIAO/tests/DAnCE/Launch-Failures/descriptors/EntrypointException.cdp
@@ -0,0 +1,87 @@
+<!-- $Id$ -->
+<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 -->
+
+ <!-- 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_Exception</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="Launch_FailureComponentInstanceOne">
+ <name>Launch_FailureComponent_One</name>
+ <node>NodeOne</node>
+ <!-- hostname -->
+ <source/>
+ <implementation xmi:idref="Launch_FailureComponentImplementation" />
+ </instance>
+
+ <!-- Artifacts declarations -->
+ <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>
+
+ </Deployment:DeploymentPlan>