diff options
Diffstat (limited to 'java/sca/modules/assembly/src/main/resources/assembly-validation-messages.properties')
-rw-r--r-- | java/sca/modules/assembly/src/main/resources/assembly-validation-messages.properties | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/java/sca/modules/assembly/src/main/resources/assembly-validation-messages.properties b/java/sca/modules/assembly/src/main/resources/assembly-validation-messages.properties index d5915393f7..61b61279de 100644 --- a/java/sca/modules/assembly/src/main/resources/assembly-validation-messages.properties +++ b/java/sca/modules/assembly/src/main/resources/assembly-validation-messages.properties @@ -61,4 +61,5 @@ ReferenceInterfaceNotSubSet = Interface of composite reference {0} must be compa ServiceInterfaceNotSubSet = Interface of composite service {0} must be subset of the interface declared by promoted component service. NoComponentReferenceTarget = No target services found for the component reference to be autowired: {0} NoTypeForComponentProperty = No type specified on component property: Component = {0} Property = {1} -URLSyntaxException = URLSyntaxException when creating binding URI at component = {0} service = {1} binding = {2}
\ No newline at end of file +URLSyntaxException = URLSyntaxException when creating binding URI at component = {0} service = {1} binding = {2} +IllegalCompositeIncusion = Local Composite {0} cannot include a non-local composite {1}
\ No newline at end of file |