1

How can one modify the max-beans-in-free-pool property for a given MDB via the Weblogic 10.3.1.0 Console ? I know this can be added in weblogic-ejb-jar.xml configuration file, but want to do this via Weblogic Console.

Nitesh
  • 31
  • 4

2 Answers2

0

It doesn't have that feature Admin Console in 10.3.1, not sure for later versions of WLS.

devwebcl
  • 2,866
  • 3
  • 27
  • 46
0

According to WebLogic documentation, it defines a free pool size for EJBs and it's also a property which you could configure your MDB but only using the ejb-jar.xml file and there's no way to do this in the console because it's something that belongs to the application.

Here there is a set of possibles attributes to configure the MDB with annotations or only in the ejb-jar file for Weblogic

Diogo Calazans
  • 488
  • 9
  • 18