i have an jsf application saving the reference to my ejbs in one javabean called
datafactory
as i printed out for stateless beans in variable will be saved:
10:02:36,359 INFO [DataFactory] stateless: CategoriesLangImp
and for stateful:
10:02:36,359 INFO [DataFactory] stateful:
SessionImpl:5c4o4yp-flv5bi-es4a7n25-1-es4a8mvn-7
so if i remove statful session bean by using ejb with reference
5c4o4yp-flv5bi-es4a7n25-1-es4a8mvn-7 is not more available.
but the stateless with which only handle ejb persistence should not be removed, but at all
is it neccessary?
how long will the beans available on application server - is there any time limit?
thy so much
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3971868#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...