Niklas Therning wrote:
> 
> Yes and no! :-) This is true for DefaultFilterChainBuilder. It can be 
> used directly from within Spring. The KeyStoreFactory and 
> SslContextFactory should be used like this in Spring:
> 
> <bean id="keyStoreFactory" class="o.a.m.filter.ssl.KeyStoreFactory">
>   <property name="..." value="..."/>
>   ...
> </bean>
> 
> <bean id="keyStore" factory-bean="keyStoreFactory" 
> factory-method="newInstance"/>
> 
> SslContextFactory is used similarly.
> 
> /Niklas
> 
> 
> 
> -----
> Niklas Therning
> www.spamdrain.net
> 

I see, thanks for the tips :-)
-- 
View this message in context: 
http://www.nabble.com/Spring-related-mina-example-code-breaks-tp14735748s16868p14782444.html
Sent from the Apache MINA Support Forum mailing list archive at Nabble.com.

Reply via email to