From 34a6dd82886600e219c8fb2d307b0bde4859045c Mon Sep 17 00:00:00 2001 From: kelvingoodson Date: Fri, 7 May 2010 15:14:22 +0000 Subject: add conformance statements to error message after running otests git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@942115 13f79535-47bb-0310-9956-ffa450edef68 --- .../main/resources/interface-javaxml-validation-messages.properties | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sca-java-2.x/trunk/modules/interface-java/src/main/resources') diff --git a/sca-java-2.x/trunk/modules/interface-java/src/main/resources/interface-javaxml-validation-messages.properties b/sca-java-2.x/trunk/modules/interface-java/src/main/resources/interface-javaxml-validation-messages.properties index 3aef8f69ac..73a25551b7 100644 --- a/sca-java-2.x/trunk/modules/interface-java/src/main/resources/interface-javaxml-validation-messages.properties +++ b/sca-java-2.x/trunk/modules/interface-java/src/main/resources/interface-javaxml-validation-messages.properties @@ -21,7 +21,7 @@ ClassNotFoundException = Class Not Found Exception: {0} ContributionResolveException = ContributionResolveException occurred due to: {0} InvalidInterfaceException = InvalidInterfaceException due to: {0} -ForbiddenAnnotationJCA30006 = JCA30006 Forbidden annotation {0} found in class {1} -ForbiddenAnnotationJCA30007 = JCA30007 Forbidden annotation {0} found in class {1} -ForbiddenAnnotationJCA30008 = JCA30008 Forbidden annotation {0} found in class {1} +ForbiddenAnnotationJCA30006 = [JCA30006] Forbidden annotation {0} found on service interface in class {1} +ForbiddenAnnotationJCA30007 = [JCA30007] Forbidden annotation {0} found on callback interface in class {1} +ForbiddenAnnotationJCA30008 = [JCA30008] Forbidden annotation {0} found in class {1} -- cgit v1.2.3