[jbosstools-commits] JBoss Tools SVN: r43627 - 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 Sep 12 20:08:46 EDT 2012


Author: scabanovich
Date: 2012-09-12 20:08:42 -0400 (Wed, 12 Sep 2012)
New Revision: 43627

Modified:
   trunk/cdi/plugins/org.jboss.tools.cdi.core/src/org/jboss/tools/cdi/internal/core/validation/messages.properties
Log:


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-09-12 20:38:49 UTC (rev 43626)
+++ trunk/cdi/plugins/org.jboss.tools.cdi.core/src/org/jboss/tools/cdi/internal/core/validation/messages.properties	2012-09-13 00:08:42 UTC (rev 43627)
@@ -14,11 +14,11 @@
 UNPROXYABLE_BEAN_FINAL_TYPE=Injection point whose declared type ({0} is a final class) cannot be proxied by the container resolves to a bean {1} with a normal scope [JSR-299 §5.4.1]
 UNPROXYABLE_BEAN_TYPE_WITH_FM=Injection point whose declared type ({0} is a class with final methods) cannot be proxied by the container resolves to a bean {1} with a normal scope [JSR-299 §5.4.1]
 
-UNPROXYABLE_BEAN_ARRAY_TYPE_2=Bean {1} with a normal scope cannot have as legal an array type {0} that cannot be proxied by the container [JSR-299 §5.4.1]
-UNPROXYABLE_BEAN_PRIMITIVE_TYPE_2=Bean {1} with a normal scope cannot have as legal a primitive type {0} that cannot be proxied by the container [JSR-299 §5.4.1]
-UNPROXYABLE_BEAN_TYPE_WITH_NPC_2=Bean {1} with a normal scope cannot have as legal a type {0} (with a non-private constructor with no parameters) that cannot be proxied by the container [JSR-299 §5.4.1]
-UNPROXYABLE_BEAN_FINAL_TYPE_2=Bean {1} with a normal scope cannot have as legal a type {0} (final class) that cannot be proxied by the container [JSR-299 §5.4.1]
-UNPROXYABLE_BEAN_TYPE_WITH_FM_2=Bean {1} with a normal scope cannot have as legal a type {0} (with final methods) that cannot be proxied by the container [JSR-299 §5.4.1]
+UNPROXYABLE_BEAN_ARRAY_TYPE_2=Array type {0} is not a legal type of normal scoped bean {1} because it cannot be proxied by the container [JSR-299 §5.4.1]
+UNPROXYABLE_BEAN_PRIMITIVE_TYPE_2=Primitive type {0} is not a legal type of normal scoped bean {1} because it cannot be proxied by the container [JSR-299 §5.4.1]
+UNPROXYABLE_BEAN_TYPE_WITH_NPC_2=Type {0} (with a non-private constructor with no parameters) is not a legal type of normal scoped bean {1} because it cannot be proxied by the container [JSR-299 §5.4.1]
+UNPROXYABLE_BEAN_FINAL_TYPE_2=Type {0} (final class) is not a legal type of normal scoped bean {1} because it cannot be proxied by the container [JSR-299 §5.4.1]
+UNPROXYABLE_BEAN_TYPE_WITH_FM_2=Type {0} (with final methods) is not a legal type of normal scoped bean {1} because it cannot be proxied by the container [JSR-299 §5.4.1]
 
 DECORATOR_RESOLVES_TO_FINAL_CLASS=Decorator must not be bound to a managed bean implemented by a class {0} which is declared final [JSR-299 §8.3]
 DECORATOR_RESOLVES_TO_FINAL_METHOD=Decorator matches a managed bean {0} with a non-static, non-private, final method {1}, and the decorator also implements that method  [JSR-299 §8.3]



More information about the jbosstools-commits mailing list