dkulp wrote:
> 
> 
> Actually, if using Spring and it's context filter and such, it's probably 
> easier to use the Spring AOP proxies and it's scopes.
> 
> 
> <bean id="myImpl"  class="eu.czerpak.AccountImp" scope="session"> 
>   <aop:scoped-proxy /> 
> </bean> 
> 
> <jaxws:endpoint implementor="#myImpl" address="/Account" />
> 
> Spring would automatically handle creating new instances per session.
> 
> Dan
> 

Thank you very much!!! It works now perfectly!

Do you know is it would have big impact on performance if i use
scope="prototype"?

regards,
Lukasz Czerpak


-- 
View this message in context: 
http://old.nabble.com/PerRequestFactory-PooledFactory-with-Spring-configuration-and-JAX-WS-frontend-tp28698899p28699526.html
Sent from the cxf-user mailing list archive at Nabble.com.

Reply via email to