Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2118980 | 1.4.0 | J. Duke | P3 | Resolved | Fixed | beta |
JDK-2118979 | 1.3.0 | J. Duke | P3 | Resolved | Fixed | 1.3 |
JDK-2118978 | 1.2.2_08 | J. Duke | P3 | Resolved | Fixed | 08 |
<URL:http://java.sun.com/products/jdk/1.2/docs/guide/rmi/activation/activation.1.html#B3>
<URL:http://java.sun.com/products/jdk/1.2/docs/guide/rmi/activation/activation.2.html#B7>
<URL:http://java.sun.com/products/jdk/1.2/docs/guide/rmi/activation/activation.3.html#B7>
are all tutorials on Java RMI activation. Each one recommends that the
user call ActivationGroup.createGroup. In fact, the effect of createGroup
is to create the group in the calling VM, which appears to work sometimes
but is counter to the explanation of what's going on as well as to the
intended usage of activation.
<URL:http://java.sun.com/products/jdk/1.2/docs/guide/rmi/activation/activation.2.html#B7>
<URL:http://java.sun.com/products/jdk/1.2/docs/guide/rmi/activation/activation.3.html#B7>
are all tutorials on Java RMI activation. Each one recommends that the
user call ActivationGroup.createGroup. In fact, the effect of createGroup
is to create the group in the calling VM, which appears to work sometimes
but is counter to the explanation of what's going on as well as to the
intended usage of activation.
- backported by
-
JDK-2118978 RMI activation tutorial shouldn't recommend use of createGroup
- Resolved
-
JDK-2118979 RMI activation tutorial shouldn't recommend use of createGroup
- Resolved
-
JDK-2118980 RMI activation tutorial shouldn't recommend use of createGroup
- Resolved