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 rd...@apache.org on 2008/12/18 21:56:31 UTC

svn commit: r727816 - /james/server/trunk/spoolmanager-function/src/main/java/org/apache/james/transport/mailets/VirtualUserTable.java

Author: rdonkin
Date: Thu Dec 18 12:56:30 2008
New Revision: 727816

URL: http://svn.apache.org/viewvc?rev=727816&view=rev
Log:
Annoyingly enough ATM the block name has to be used. These names aren't really all that nice. If we're going to use JSR250, going forward the naming needs improving (i think). JAMES-882

Modified:
    james/server/trunk/spoolmanager-function/src/main/java/org/apache/james/transport/mailets/VirtualUserTable.java

Modified: james/server/trunk/spoolmanager-function/src/main/java/org/apache/james/transport/mailets/VirtualUserTable.java
URL: http://svn.apache.org/viewvc/james/server/trunk/spoolmanager-function/src/main/java/org/apache/james/transport/mailets/VirtualUserTable.java?rev=727816&r1=727815&r2=727816&view=diff
==============================================================================
--- james/server/trunk/spoolmanager-function/src/main/java/org/apache/james/transport/mailets/VirtualUserTable.java (original)
+++ james/server/trunk/spoolmanager-function/src/main/java/org/apache/james/transport/mailets/VirtualUserTable.java Thu Dec 18 12:56:30 2008
@@ -59,7 +59,7 @@
      * Sets the virtual user table.
      * @param vut the vut to set
      */
-    @Resource(name=org.apache.james.api.vut.VirtualUserTable.ROLE)
+    @Resource(name="defaultvirtualusertable")
     public final void setVut(org.apache.james.api.vut.VirtualUserTable vut) {
         this.vut = vut;
     }
@@ -76,7 +76,7 @@
      * Sets the virtual table store.
      * @param vutStore the vutStore to set, possibly null
      */
-    @Resource(name=VirtualUserTableStore.ROLE)
+    @Resource(name="virtualusertable-store")
     public final void setVutStore(VirtualUserTableStore vutStore) {
         this.vutStore = vutStore;
     }



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