哪里会有错呢?
我把客户线程调到20个的时候(也就调大一点,不再是三个),服务器端就能看到
ejbActivate(),ejbPassivate()了。呵呵。怎么回事呢?

解决方案 »

  1.   

    <weblogic-ejb-jar>
    <weblogic-enterprise-bean>
    <ejb-name>Count</ejb-name>
    <stateful-session-descriptor>
    <stateful-session-cache>
                                  <max-beans-in-cache>2</max-beans-in-cache>
                               </stateful-session-cache>
                      </stateful-session-descriptor>
                     <jndi-name>CountHome</jndi-name>
    </weblogic-enterprise-bean>
    =========================================================================================
    全复制过来了吗,好象还少了重载的部分
      

  2.   


    重载和 bean pool size 有什么关系?