[jboss-user] [EJB 3.0] - Re: Configuring SFSB maximim size in EJB3

rcaballero do-not-reply at jboss.com
Tue Apr 17 10:15:59 EDT 2007


Hi folks,

   I have the same problem but with SLSB. My jboss.xml file is the following

  | <?xml version="1.0" encoding="UTF-8"?>
  | 
  | <!DOCTYPE jboss PUBLIC
  |    "-//JBoss//DTD JBOSS 4.0//EN"
  |    "http://www.jboss.org/j2ee/dtd/jboss_4_0.dtd">
  | <jboss>
  | 	<enterprise-beans>
  | 		<session>
  | 			<ejb-name>PortfolioIdDeliverBean</ejb-name>
  | 			<configuration-name>MyTunning</configuration-name>
  | 		</session>
  | 	</enterprise-beans>	
  | 	<container-configurations>
  | 		<container-configuration extends="Standard Stateless SessionBean">
  | 			<container-name>MyTunning</container-name>
  | 			<container-pool-conf>
  | 				<MaximumSize>1</MaximumSize>								
  | 				<strictMaximumSize>true</strictMaximumSize>
  | 				<strictTimeout>10</strictTimeout>
  | 			</container-pool-conf>
  | 		</container-configuration>
  | 	</container-configurations>
  | </jboss>
  | 

Even doing the changes in standarjboss.xml, the result is the same: it's possible to create more than one SLSB.

Regards

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

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



More information about the jboss-user mailing list