1 Reply Latest reply on Jan 25, 2002 9:28 AM by seven

    JBoss is bloking

    iulianr

      Hi,

      I write an application who has some 15 Entity Beans with CMP and a Session Bean to work with them. When I call a finder from one Entity Bean it could return some 1000 Entity Beans references. This result is process after that. JBoss tries at some point to do a resize on a bean and it stops.
      I don't have any idea. Please, I need a suggestion.

      Iulian.

        • 1. Re: JBoss is bloking
          seven

          Try to increase the <max-capacity>1000</max-capacity> parameter of the <container-name>Standard CMP EntityBean</container-name> from conf\default\standardjboss.xml, or declare a new make a new container configuration in your jboss.xml file.