I have a stateless ejb that has 2 methods: list() and edit(). list method populate a list
so user can click on one of the items for editing. However, my edit() method is never
triggered when user clicked on the items. Changing my ejb to Stateful would solve the
problem. Is there any reason why Stateless ejb is not allowed for CRUD type applications?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3959604#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...