Tuscany models cannot write composite's local attribute
-------------------------------------------------------
Key: TUSCANY-2671
URL: https://issues.apache.org/jira/browse/TUSCANY-2671
Project: Tuscany
Issue Type: Bug
Components: Java SCA Assembly Model
Affects Versions: Java-SCA-1.3
Environment: Win XP
Reporter: Raymond Lai
Using the Tuscany model to read this composite file:
<?xml version="1.0" encoding="UTF-8"?>
<composite xmlns="http://www.osoa.org/xmlns/sca/1.0" xmlns:ns1="http://temp"
autowire="true" local="true" name="bbb" targetNamespace="http://temp">
</composite>
The "local" attribute is read correctly (I verified it using a debugger.)
However, when I write out the models, the "local" attribute is gone, and I get
this:
<?xml version="1.0" encoding="UTF-8"?>
<composite xmlns="http://www.osoa.org/xmlns/sca/1.0" xmlns:ns1="http://temp"
autowire="true" name="bbb" targetNamespace="http://temp">
</composite>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.