The ejb3 subsystem does not configure entity-bean.bean-instance-pool.
In that case the CMP subsystem must create a instance for each entity if it is used.
This might be a performance issue (instantiation and GC), also the setContext/unsetContext methods must be called.
- is blocked by
-
WFLY-49 EJB2 CMP - NullPointerException if the entity-bean.bean-instance-pool is configured
- Closed