[jbosstools-commits] JBoss Tools SVN: r43176 - trunk/cdi/plugins/org.jboss.tools.cdi.core/src/org/jboss/tools/cdi/internal/core/validation.
jbosstools-commits at lists.jboss.org
jbosstools-commits at lists.jboss.org
Wed Aug 22 12:24:21 EDT 2012
Author: akazakov
Date: 2012-08-22 12:24:20 -0400 (Wed, 22 Aug 2012)
New Revision: 43176
Modified:
trunk/cdi/plugins/org.jboss.tools.cdi.core/src/org/jboss/tools/cdi/internal/core/validation/messages.properties
Log:
"A few beans" -> "Multiple beans"
Modified: trunk/cdi/plugins/org.jboss.tools.cdi.core/src/org/jboss/tools/cdi/internal/core/validation/messages.properties
===================================================================
--- trunk/cdi/plugins/org.jboss.tools.cdi.core/src/org/jboss/tools/cdi/internal/core/validation/messages.properties 2012-08-22 15:29:03 UTC (rev 43175)
+++ trunk/cdi/plugins/org.jboss.tools.cdi.core/src/org/jboss/tools/cdi/internal/core/validation/messages.properties 2012-08-22 16:24:20 UTC (rev 43176)
@@ -3,7 +3,7 @@
PARAM_INJECTION_DECLARES_EMPTY_NAME=Injection point other than injected field must not declare a @Named annotation that does not specify the value member [JSR-299 §3.11]
INTERCEPTOR_HAS_NAME=Interceptor should not have a name [JSR-299 §2.5.3]
DECORATOR_HAS_NAME=Decorator should not have a name [JSR-299 §2.5.3]
-DUPLCICATE_EL_NAME=A few beans ({0}) have the same EL name and the name is not resolvable [JSR-299 §5.3.1]
+DUPLCICATE_EL_NAME=Multiple beans ({0}) have the same EL name and the name is not resolvable [JSR-299 §5.3.1]
UNRESOLVABLE_EL_NAME=The EL name "{0}" is of the form x.y, where y ("{1}") is a valid bean EL name, and x ("{2}") is the EL name of the other bean {3} [JSR-299 §5.3.1]
UNSATISFIED_INJECTION_POINTS=No bean is eligible for injection to the injection point [JSR-299 §5.2.1]
@@ -118,7 +118,7 @@
CONFLICTING_NAME_IN_SPECIALIZING_BEAN=Bean {0} specializes {1} and {1} has a name and {0} declares a name explicitly, using @Named [JSR-299 §4.3.1]
INTERCEPTOR_ANNOTATED_SPECIALIZES=Interceptor should not be annotated @Specializes [JSR-299 §4.3.1]
DECORATOR_ANNOTATED_SPECIALIZES=Decorator should not be annotated @Specializes [JSR-299 §4.3.1]
-INCONSISTENT_SPECIALIZATION=There are a few enabled beans ({0}) that specialize the same bean {1} [JSR-299 §5.1.3]
+INCONSISTENT_SPECIALIZATION=Multiple enabled beans ({0}) specialize the same bean {1} [JSR-299 §5.1.3]
ILLEGAL_INJECTING_USERTRANSACTION_TYPE=Java EE component class has an injection point of type UserTransaction and qualifier @Default, and may not validly make use of the JTA UserTransaction according to the Java EE platform specification [JSR-299 §3.6]
ILLEGAL_INJECTING_INJECTIONPOINT_TYPE=Java EE component class supporting injection that is not a bean has an injection point of type InjectionPoint and qualifier @Default [JSR-299 §5.5.7]
More information about the jbosstools-commits
mailing list