Author: danny
Date: Wed Nov 1 07:31:48 2006
New Revision: 469933
URL: http://svn.apache.org/viewvc?view=rev&rev=469933
Log:
got the repository but didn't set it in the field, no wonder it didn't work.
DoH!
Modified:
james/server/sandbox/mailet-refactorings/src/java/org/apache/james/transport/mailets/ToRepository.java
Modified:
james/server/sandbox/mailet-refactorings/src/java/org/apache/james/transport/mailets/ToRepository.java
URL:
http://svn.apache.org/viewvc/james/server/sandbox/mailet-refactorings/src/java/org/apache/james/transport/mailets/ToRepository.java?view=diff&rev=469933&r1=469932&r2=469933
==============================================================================
---
james/server/sandbox/mailet-refactorings/src/java/org/apache/james/transport/mailets/ToRepository.java
(original)
+++
james/server/sandbox/mailet-refactorings/src/java/org/apache/james/transport/mailets/ToRepository.java
Wed Nov 1 07:31:48 2006
@@ -67,7 +67,7 @@
try{
- getMailetContext().getMailRepository(repositoryPath);
+ repository =
getMailetContext().getMailRepository(repositoryPath);
}catch (MailetException e){
log("Failed to retrieve repository:" + e.getMessage());
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]