Problem: BES: Initial bean instance count when run server from JBuilder Resolution: Product Name: BES Product Version: any Product Component: EJB container Platform/OS Version: any Description : Initial bean instance count appears to be 1 instead of 0 when run from JBuilder Answer/Solution : The reason for the instance counts being non-zero under JB is that when JBuilder brings up the partition, it accesses the default URI in order to determine whether the web container is running. In this case, the default URI calls a servlet which invokes the session beans. It"s working properly and that"s the reason that it only happens when run from JB.
↧