You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwebbeans.apache.org by ge...@apache.org on 2009/10/24 16:34:55 UTC

svn commit: r829379 - /incubator/openwebbeans/trunk/webbeans-impl/src/main/java/org/apache/webbeans/WebBeansConstants.java

Author: gerdogdu
Date: Sat Oct 24 14:34:55 2009
New Revision: 829379

URL: http://svn.apache.org/viewvc?rev=829379&view=rev
Log:
Updating jndi name of BeanManager.

Modified:
    incubator/openwebbeans/trunk/webbeans-impl/src/main/java/org/apache/webbeans/WebBeansConstants.java

Modified: incubator/openwebbeans/trunk/webbeans-impl/src/main/java/org/apache/webbeans/WebBeansConstants.java
URL: http://svn.apache.org/viewvc/incubator/openwebbeans/trunk/webbeans-impl/src/main/java/org/apache/webbeans/WebBeansConstants.java?rev=829379&r1=829378&r2=829379&view=diff
==============================================================================
--- incubator/openwebbeans/trunk/webbeans-impl/src/main/java/org/apache/webbeans/WebBeansConstants.java (original)
+++ incubator/openwebbeans/trunk/webbeans-impl/src/main/java/org/apache/webbeans/WebBeansConstants.java Sat Oct 24 14:34:55 2009
@@ -110,6 +110,6 @@
     public static final String WEB_BEANS_XML_ARRAY_ELEMENT = "Array";
 
     /**JNDI name of the {@link BeanManager} instance*/
-    public static final String WEB_BEANS_MANAGER_JNDI_NAME = "java:comp/Manager";
+    public static final String WEB_BEANS_MANAGER_JNDI_NAME = "java:comp/BeanManager";
 
 }