1 Reply Latest reply on Oct 25, 2004 11:07 AM by adini

    deployment descriptor tag

    adini

      Hello,

      I am currently migrating my application from jonas 4.0 to jboss 4.0
      And I would like to know how to defines the max number of instances of an entity bean that can be hold in memory.I can't recognize the equivalent tag in jboss for <min-pool-size> in jonas. And where do I define it in jboss.xml of jbosscmp-jdb.xml

      Another question is aubout the flag that will allowning me to use automatic generation of primary key like <automatic-pk> in jonas, and in jboss.xml or jbosscmp-jdbc.xml?

      thanks in advance

        • 1. Re: deployment descriptor tag
          adini

          ----CORRECTION----

          This is not the max number of instances of an entity bean that can be hold in memory that I am looking for but how to define the number of instances that will be created to populate the pool when the bean is loaded for the first time.

          Sorry for the mistake