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

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Sun Nov 8 22:22:59 EST 2009


Author: dan.j.allen
Date: 2009-11-08 22:22:59 -0500 (Sun, 08 Nov 2009)
New Revision: 4824

Modified:
   core/trunk/impl/src/main/resources/org/jboss/weld/messages/bootstrap_en.properties
Log:
change @Current to @Inject


Modified: core/trunk/impl/src/main/resources/org/jboss/weld/messages/bootstrap_en.properties
===================================================================
--- core/trunk/impl/src/main/resources/org/jboss/weld/messages/bootstrap_en.properties	2009-11-09 03:07:22 UTC (rev 4823)
+++ core/trunk/impl/src/main/resources/org/jboss/weld/messages/bootstrap_en.properties	2009-11-09 03:22:59 UTC (rev 4824)
@@ -1,5 +1,5 @@
 VALIDATING_BEANS=Weld initialized. Validating beans
-JTA_UNAVAILABLE=Transactional services not available. Injection of @Current UserTransaction not available. Transactional observers will be invoked synchronously.
+JTA_UNAVAILABLE=Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
 ENABLED_POLICIES=Enabled policies for {0}: {1} {2}
 ENABLED_DECORATORS=Enabled decorator types for {0}: {1}
 ENABLED_INTERCEPTORS=Enabled interceptor types for {0}: {1}



More information about the weld-commits mailing list