spring.net - Spring .NET, WCF and Singletons -
it appears there's issue integrating spring .net wcf getting singleton semantics. looked around bit on net couldn't find conclusive.
has used spring.net wcf service instance context mode has been set single, concurrency mode set multiple , object definition in spring configuration marked singleton?
check spring documentation : http://www.springframework.net/doc-latest/reference/html/wcf.html
"the object must declared 'prototype' object, i.e. not singleton, in order interact correctly wcf instancing."
hth
Comments
Post a Comment