[jboss-user] [JBossWS] - Re: EJB Web Service Stateful?

2009-06-23 Thread newman79
Hi all, I'm a little new with JbossWS, so maybe the answer is trivial ... My web service seems to be stateless : does it mean that an object of my endpoint class is instanciated at each request ? But I'd like to create a webservice that keep some objects for all its life (like count in shaikba

[jboss-user] [JBossWS] - Re: EJB Web Service Stateful?

2008-06-24 Thread shaikbash
Thanks for the reply. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4160392#4160392 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4160392 ___ jboss-user mailing list jboss-us

[jboss-user] [JBossWS] - Re: EJB Web Service Stateful?

2008-06-20 Thread gcoleman
Stateless EJBs are only stateless in the sense that they're not associated with any particular client session. The actual EJB instances can and will be pooled by the application server. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4159612#4159612 Reply to t