Hi,
        We have a project that is using a single servlet to handle web based 
requests / responses for every connection to the web site we have a session 
bean and a http session that gets created. The problem we are experiencing is 
that when the servlet is destroyed only one session bean is removed from 
orion. This is always the last user of the site. The rest of our sessions get 
passivated and we are unable to get these back. Ideally we would like to 
remove all of the sessions that are created but we have been unable to do so.

We have tried to implement the HTTP Binding listener interface to the remote 
interface of the session bean but the setAttribute method on the http session 
does not seem to call the valueBound() method of the interface. 


Any help would be appreciated.

Thanks
Steven Lamb
ISA Developer
http://www.isa.net.au

Reply via email to