[jboss-user] [EJB 3.0] - Is it possible to controll number of stateless Bean inside o

SleepyCrom do-not-reply at jboss.com
Thu Aug 24 07:30:33 EDT 2006


I want to controll number of ArticleSearchBIZBean created, use it like a pool(and maybe like a singelton). Is it possible ?


  | @Stateless
  | @Local ({ArticleSearchBIZLocal.class})
  | @LocalBinding(jndiBinding=BeanFactory.ARTICLE_SEARCH_BIZ_LOCAL)
  | public class ArticleSearchBIZBean implements ArticleSearchBIZLocal  {
  | 

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3967200#3967200

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3967200



More information about the jboss-user mailing list