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-unsubscr...@james.apache.org
For additional commands, e-mail: server-dev-h...@james.apache.org

Reply via email to