i set  
     <container-pool-conf>
        300
      </container-pool-conf>

                

      in standardjboss.xml ;
      
      i am creating entity bean like this in session bean;

                        ic              =       new InitialContext();
                        home    =       
(EmployeeEntityHome)ic.lookup("EmployeeEntityBean");
                        remote  =       
(EmployeeEntity)home.create(employeeMaster);

      
      when i run the application instead of reusing  same bean it is creating 
entity bean for suceessive operations;if i run the operation 5 times 5 
entitybeans are creating.     why entity bean not reusing from bean pool?where 
do i set in configuration file in jboss (may be standardjboss.xml)for reusing 
same bean if do multiple time for the same operation.

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

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


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to