diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2009-08-26 10:18:26 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2009-08-26 10:18:26 +0000 |
commit | ad0d7c60d6323c981179c54e136b2028a575f361 (patch) | |
tree | 9e18662d0cccdc924c9793a98552688e8a3ee654 /java/sca/modules/assembly-xml/src/main/resources/assembly-xml-validation-messages.properties | |
parent | a034a1925cb95bcd4d6cbe3f03a620e78cde0db7 (diff) |
Initial code for ASM_5036 fix, note the TUSCANY-3236 TODO and also it might be better to find a place later on in processing to do this check
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@807951 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r-- | java/sca/modules/assembly-xml/src/main/resources/assembly-xml-validation-messages.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/sca/modules/assembly-xml/src/main/resources/assembly-xml-validation-messages.properties b/java/sca/modules/assembly-xml/src/main/resources/assembly-xml-validation-messages.properties index 94e462fc96..5a633ff22e 100644 --- a/java/sca/modules/assembly-xml/src/main/resources/assembly-xml-validation-messages.properties +++ b/java/sca/modules/assembly-xml/src/main/resources/assembly-xml-validation-messages.properties @@ -28,4 +28,4 @@ ContributionReadException = ContributionReadException occured due to : {0} ContributionWriteException = ContributionWriteException occured due to : {0} XMLStreamException = XMLStreamException occured due to : {0} DuplicateCompositeName = [ASM_6001] More than one composite with the same name {0} found in contribution {1} - +IncompatiblePropertyType = [ASM_5036] Component {0} property {1} type is not compatible with implementation property type |