Ups...

Missed this.

Bye
Norman

2010/11/28, Eric Charles <[email protected]>:
> Hi Norman,
> Is it also update in example/spring-beans.xml ?
> Tks,
> Eric
>
>
> On 27/11/2010 14:08, [email protected] wrote:
>> Author: norman
>> Date: Sat Nov 27 13:08:48 2010
>> New Revision: 1039673
>>
>> URL: http://svn.apache.org/viewvc?rev=1039673&view=rev
>> Log:
>> adjust spring config to match current mailbox code
>>
>> Modified:
>>
>> james/server/trunk/container-spring/src/main/config/james/spring-beans.xml
>>
>> Modified:
>> james/server/trunk/container-spring/src/main/config/james/spring-beans.xml
>> URL:
>> http://svn.apache.org/viewvc/james/server/trunk/container-spring/src/main/config/james/spring-beans.xml?rev=1039673&r1=1039672&r2=1039673&view=diff
>> ==============================================================================
>> ---
>> james/server/trunk/container-spring/src/main/config/james/spring-beans.xml
>> (original)
>> +++
>> james/server/trunk/container-spring/src/main/config/james/spring-beans.xml
>> Sat Nov 27 13:08:48 2010
>> @@ -290,9 +290,13 @@
>>       <bean id="mailboxmanager"
>> class="org.apache.james.mailbox.jpa.openjpa.OpenJPAMailboxManager">
>>           <constructor-arg index="0" ref="sessionMapperFactory"/>
>>           <constructor-arg index="1" ref="authenticator"/>
>> -<constructor-arg index="2" value="${openjpa.streaming}"/>
>> +<constructor-arg index="2" ref="locker"/>
>> +<constructor-arg index="3" value="${openjpa.streaming}"/>
>>       </bean>
>>
>> +<bean id="locker"
>> class="org.apache.james.mailbox.store.JVMMailboxPathLocker"/>
>> +
>> +
>>       <bean id="scheduler" class="java.util.concurrent.Executors"
>> factory-method="newScheduledThreadPool">
>>           <constructor-arg value="20"/>
>>       </bean>
>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [email protected]
>> For additional commands, e-mail: [email protected]
>>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>

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

Reply via email to