On 9/13/07, Decebal Suiu <[EMAIL PROTECTED]> wrote: > > It's works, thanks. It's strange that spring doesn't understand varargs. > Is it possible to have a setSessionConfig() method in SocketAcceptor? (for > IoC - now I use a factory in Spring)
You don't need setSessionConfig() to set session properties: <property name="sessionConfig.reuseAddress" value="true"/> That's why we removed setSessionConfig(). :) HTH, Trustin -- what we call human nature is actually human habit -- http://gleamynode.net/ -- PGP Key ID: 0x0255ECA6
