Hi,

I have some jaxws webservices configured in spring's applicationContext.xml
like this:

    <jaxws:endpoint implementor="eu.czerpak.AccountImpl" address="/Account"
/>

Everything works fine, but i have requirement to have per-request instance
of service. After some research on this mailling list i found that
PerRequestFactory or PooledFactory would be the best fit solution. The only
trouble is how to set up in applicationContext.xml - i don't know spring and
don't know how to do it.
Could someone help me with it, please?

regards,
Lukasz Czerpak

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

Reply via email to