3 Replies Latest reply on Feb 24, 2011 3:18 AM by sergiu_pienar

    standardjboss.xml settings not taken into account

    sergiu_pienar

      Hi,

       

      I want to modify the <activation-config-property-name>maxSession</activation-config-property-name> property in standardjboss.xml.
      Even though I write a different value than 15 this one is not being taken into account.

       

      The only option that seems to work is setting the number of instances directly on the MDB using :

       

      @ActivationConfigProperty(propertyName = "maxSession", propertyValue = "5"),

       


      I would be interested in knowing if is there another declarative of setting this property.

       

      Thx.

       

           Sergiu Pienar.