anonymous wrote : The reason it can't do the failure part is because it follows what
is an accepted
| generally good programming practice (e.g. ejbs do the same)
| that if the container invokes a bean and it throws an error then you discard
| that bean. You can't know that the bean is still in a good state because
| you don't know why it threw the error.
this is the programming model that is designed as such.
If you take Servlet or Portlet (modelled after Servlet) it is not the same and it is more
like a service programming model.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4130898#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...