summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/interface-java/src/main/resources
diff options
context:
space:
mode:
authorkelvingoodson <kelvingoodson@13f79535-47bb-0310-9956-ffa450edef68>2010-05-07 15:14:22 +0000
committerkelvingoodson <kelvingoodson@13f79535-47bb-0310-9956-ffa450edef68>2010-05-07 15:14:22 +0000
commit34a6dd82886600e219c8fb2d307b0bde4859045c (patch)
tree946d7184a532974d4378fe0dd1018f545d558ecd /sca-java-2.x/trunk/modules/interface-java/src/main/resources
parented921ce5b08806b65840fc5c14cca6128e4a4ca5 (diff)
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
Diffstat (limited to 'sca-java-2.x/trunk/modules/interface-java/src/main/resources')
-rw-r--r--sca-java-2.x/trunk/modules/interface-java/src/main/resources/interface-javaxml-validation-messages.properties6
1 files changed, 3 insertions, 3 deletions
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}