Author: edwardsmj
Date: Sat May 16 14:30:30 2009
New Revision: 775472
URL: http://svn.apache.org/viewvc?rev=775472&view=rev
Log:
Fix for TUSCANY-3036: for component service interface mismatch with
implementation service interface, raise an error rather than a warning
Modified:
tuscany/java/sca/modules/assembly/src/main/resources/assembly-validation-messages.properties
Modified:
tuscany/java/sca/modules/assembly/src/main/resources/assembly-validation-messages.properties
URL:
http://svn.apache.org/viewvc/tuscany/java/sca/modules/assembly/src/main/resources/assembly-validation-messages.properties?rev=775472&r1=775471&r2=775472&view=diff
==============================================================================
---
tuscany/java/sca/modules/assembly/src/main/resources/assembly-validation-messages.properties
(original)
+++
tuscany/java/sca/modules/assembly/src/main/resources/assembly-validation-messages.properties
Sat May 16 14:30:30 2009
@@ -35,8 +35,8 @@
ReferenceNotFound = Reference not found for component reference: Component =
{0} Reference = {1}
ReferenceIncompatibleMultiplicity = Component reference multiplicity
incompatible with reference multiplicity: Component = {0} Reference = {1}
ReferenceIncompatibleInterface = Incompatible interfaces on component
reference and target: Composite = {0} Reference = {1} Service = {2}
-ReferenceIncompatibleComponentInterface = Component reference interface
incompatible with reference interface: Component = {0} Reference = {1}
-ServiceIncompatibleComponentInterface = Component service interface
incompatible with service interface: Component = {0} Service = {1}
+ReferenceIncompatibleComponentInterface = Component reference interface
incompatible with implementation reference interface: Component = {0} Reference
= {1}
+ServiceIncompatibleComponentInterface = Component service interface
incompatible with implementation service interface: Component = {0} Service =
{1}
MultipleBindingsForService = Multiple bindings with the same name for a
service: Service = {0} Binding name = {1}
MultipleBindingsForReference = Multiple bindings with the same name for a
reference: Reference = {0} Binding name = {1}
ReferenceWithoutTargets = No targets for reference: Composite = {0} Reference
= {1}