0 Replies Latest reply on Jan 23, 2006 7:06 AM by alvaradoleni

    Singleton in EJB 3.0 @PoolClass and @ContainerConfiguration

    alvaradoleni

      I´m working in the exchange of a EJB2.1 application to the version 3.0
      I have a Session Bean Singleton and it was configured in jboss.xml with
      <container-pool-conf>
      1...
      1...
      true...
      How can I configure this with EJB 3.0?

      Can I use the annotation @PoolClass to define a MaximumSize of a SessionBean (Singleton) Pool?
      Which class for the parameter VALUE must I use?
      What can I use the Annotation ContainerConfiguration for?
      How?

      I need an alternative to MBeans.
      please help meeeeeeeeeeeeeeeeeeeeee