Jakarta EE 9: Enterprise Beans 4.0 always RMIC Compatible #16237
Labels
Epic
Used to track Feature Epics that are following the UFO process
in:EJB Container
jakartaEE9
story
team:Blizzard
Milestone
For Enterprise Beans 4.0 (and future versions), generated remote Stub and Tie classes should always be RMIC compatible.
In EJB 3.2, the behavior is configured with the following JVM property with the default being FALSE:
com.ibm.websphere.ejbcontainer.rmicCompatible
For Enterprise Beans 4.0, this JVM property should be ignored, and the behavior should always be rmicCompatible="ALL".
The following needs to be considered:
1 - application server process
2 - application client process
Also, note that the application client process currently makes a call into the server to obtain a list of EJB interfaces that should be generated with RMIC compatible; this call will no longer be required for enterprise beans 4.0.
The text was updated successfully, but these errors were encountered: