[ 
https://issues.apache.org/jira/browse/JAMES-1472?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13566464#comment-13566464
 ] 

Markus Moldaschl edited comment on JAMES-1472 at 1/30/13 1:27 PM:
------------------------------------------------------------------

Hi Eric,

in james 3.0-beta3 I didn't find a spring-server.xml. But I found the following 
configuration in config/context/james-server-context.xml:

  <!--
   James Mail Queue Factory
  -->
  <bean id="mailqueuefactory" 
class="org.apache.james.queue.activemq.ActiveMQMailQueueFactory" 
depends-on="broker"/>


Do you mean I should replace this bean by

  <bean id="mailqueuefactory" 
class="org.apache.james.queue.file.FileMailQueueFactory" />


If yes, where is the FileMailQueueFactory located? I can't find it in any of 
the james modules ...
                
      was (Author: markus.moldaschl):
    Hi Eric,

in james 3.0-beta3 I didn't find a spring-server.xml. But I found the following 
configuration in config/context/james-server-context.xml:

{code:xml}
  <!--
   James Mail Queue Factory
  -->
  <bean id="mailqueuefactory" 
class="org.apache.james.queue.activemq.ActiveMQMailQueueFactory" 
depends-on="broker"/>
{code}

Do you mean I should replace this bean by
{code:xml}
  <bean id="mailqueuefactory" 
class="org.apache.james.queue.file.FileMailQueueFactory" />
{code}

If yes, where is the FileMailQueueFactory located? I can't find it in any of 
the james modules ...
                  
> ReferenceStore not valid ... / Mail spooled but not processed
> -------------------------------------------------------------
>
>                 Key: JAMES-1472
>                 URL: https://issues.apache.org/jira/browse/JAMES-1472
>             Project: James Server
>          Issue Type: Bug
>          Components: Remote Delivery, SpoolManager & Processors
>    Affects Versions: 3.0-beta3
>         Environment: Red Hat Enterprise Linux Server release 5.7 (Tikanga), 
>            Reporter: Markus Moldaschl
>         Attachments: dump1.log, dump2.log, dump3.log
>
>
> see 
> http://mail-archives.apache.org/mod_mbox/james-server-user/201301.mbox/browser
>  for the description of the problem

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to