You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by ba...@apache.org on 2008/08/10 19:49:51 UTC

svn commit: r684561 - /james/server/trunk/user-api/src/main/java/org/apache/james/api/user/UsersStore.java

Author: bago
Date: Sun Aug 10 10:49:50 2008
New Revision: 684561

URL: http://svn.apache.org/viewvc?rev=684561&view=rev
Log:
Attempt at fixing runtime execution

Modified:
    james/server/trunk/user-api/src/main/java/org/apache/james/api/user/UsersStore.java

Modified: james/server/trunk/user-api/src/main/java/org/apache/james/api/user/UsersStore.java
URL: http://svn.apache.org/viewvc/james/server/trunk/user-api/src/main/java/org/apache/james/api/user/UsersStore.java?rev=684561&r1=684560&r2=684561&view=diff
==============================================================================
--- james/server/trunk/user-api/src/main/java/org/apache/james/api/user/UsersStore.java (original)
+++ james/server/trunk/user-api/src/main/java/org/apache/james/api/user/UsersStore.java Sun Aug 10 10:49:50 2008
@@ -35,7 +35,7 @@
     /**
      * The component role used by components implementing this service
      */
-    String ROLE = "org.apache.james.services.UsersStore";
+    String ROLE = "org.apache.james.api.user.UsersStore";
 
     /** 
      * Get the repository, if any, whose name corresponds to



---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org