[weld-commits] Weld SVN: r5474 - core/trunk/impl/src/main/resources/org/jboss/weld/messages.

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Fri Jan 15 07:21:13 EST 2010


Author: nickarls
Date: 2010-01-15 07:21:12 -0500 (Fri, 15 Jan 2010)
New Revision: 5474

Modified:
   core/trunk/impl/src/main/resources/org/jboss/weld/messages/bean_en.properties
Log:
minor: bean message

Modified: core/trunk/impl/src/main/resources/org/jboss/weld/messages/bean_en.properties
===================================================================
--- core/trunk/impl/src/main/resources/org/jboss/weld/messages/bean_en.properties	2010-01-15 12:16:58 UTC (rev 5473)
+++ core/trunk/impl/src/main/resources/org/jboss/weld/messages/bean_en.properties	2010-01-15 12:21:12 UTC (rev 5474)
@@ -86,7 +86,7 @@
 CANNOT_DESTROY_NULL_BEAN=Cannot destroy null instance of {0}
 CANNOT_DESTROY_ENTERPRISE_BEAN_NOT_CREATED=Cannot destroy session bean instance not created by the container\:  {0}
 MESSAGE_DRIVEN_BEANS_CANNOT_BE_MANAGED=Message driven beans cannot be Managed Beans\:  {0}
-OBSERVER_METHOD_MUST_BE_STATIC_OR_BUSINESS=Observer method must be static or business method\:  {0} on {1}
+OBSERVER_METHOD_MUST_BE_STATIC_OR_BUSINESS=Observer method must be static or local business method\:  {0} on {1}
 TOO_MANY_EJBS_FOR_CLASS=Unable to determine EJB for {0}, multiple EJBs with that class\:  {1}
 ABSTRACT_METHOD_MUST_MATCH_DECORATED_TYPE=Method {0} defined on {1} does not match a method on decorated type {2} 
 IP_NOT_CONSTRUCTOR_OR_METHOD=Cannot handle injection point as a constructor or method\:  {0}



More information about the weld-commits mailing list