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

2007-09-06 Thread gbc
Hi,
 To use custom properties with EJB3 you have to declare this informations at 
ejb3-interceptors-aop.xml, or create a new file, like 
custom-ejb3-interceptors-aop.xml, and then you use the following annotation:

@AspectDomain(Put the Name of the Configuration Here)

Regards

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4081923#4081923

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4081923
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


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

2007-04-17 Thread rcaballero
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-namePortfolioIdDeliverBean/ejb-name
  | configuration-nameMyTunning/configuration-name
  | /session
  | /enterprise-beans 
  | container-configurations
  | container-configuration extends=Standard Stateless 
SessionBean
  | container-nameMyTunning/container-name
  | container-pool-conf
  | MaximumSize1/MaximumSize

  | strictMaximumSizetrue/strictMaximumSize
  | strictTimeout10/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=bbop=viewtopicp=4037971#4037971

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4037971
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user