Check out the file $JBOSS_HOME/conf/default/standardjboss.xml.  In it, you'll find default configurations for each type of bean.  This holds information about pools sizes.
 
This contains the default settings.  You can modify the defaults in this file, or you can include a deployment descriptor (jboss.xml) in your META-INF directory which overrides the default settings.
 
-----Original Message-----
From: Imran Bohoran <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
Date: Tuesday, December 26, 2000 5:49 AM
Subject: [jBoss-User] stateful Session beans

Hey all

 

I�m quite new to EJB development. And am playing around with jboss. Can any one let me in to as how I could manage a pool for stateful session beans. I want to check out the ejbActivate() and ejbPassivate() under stateful session beans. So how can I specify the maximum number of instance to be created so that it would be pooled.

 

Tia

 

Imran

 

Reply via email to