hi,
the scenario is,
 
Client calls method of a bean, which then invokes other beans to do some processing and waits,
when processing is finished, the bean is informed and stops waiting and the method returns to the Client. I tried using wait, notify within the bean, but this did not work as calls to the bean are serialised, so other beans couldn't get in to notify (my assumption). I also tried using an entity bean, with reentrant set to true, but this didn't work either, not sure why,
 
any other better ideas on how to do this are much appreciated..
 
thanks
 
colin.........
 
 
 

Reply via email to