substitutionGroup is serialized as parent name. Should be substitute name.
--------------------------------------------------------------------------
Key: TUSCANY-474
URL: http://issues.apache.org/jira/browse/TUSCANY-474
Project: Tuscany
Type: Bug
Components: C++ SDO
Versions: Cpp-current
Reporter: Pete Robbins
Fix For: Cpp-current
loading an instance document that uses substitution groups (such as sca.module)
then saving the document results in an invalid document.
For example this snippet:
<component name="MyValueServiceComponent">
<implementation.cpp dll="libMyValue.so"
header="MyValueImpl.h"></implementation.cpp
implementation.cpp is a substitute for implementation. When serialised the
result is:
<component name="MyValueServiceComponent">
<implementation dll="libMyValue.so"
header="MyValueImpl.h"></implementation>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]