-
Enhancement
-
Resolution: Fixed
-
P4
-
1.3.1
-
beta
-
generic
-
generic
ActivationGroupImpl.activeObject propagates any RemoteException thrown by the call to super.activeObject. It would seem preferable to catch and ignore any RemoteException. The object is already registered, exported, and placed in the active table. Even though the activeObject notification fails, on any subsequent activation attempt rmid will call newInstance, which will find the object in the active table and return the marshalled stub.
- relates to
-
JDK-4323621 register/export action in Activatable constructors should be atomic
-
- Resolved
-