| <!-- |
| ! Licensed to the Apache Software Foundation (ASF) under one |
| ! or more contributor license agreements. See the NOTICE file |
| ! distributed with this work for additional information |
| ! regarding copyright ownership. The ASF licenses this file |
| ! to you under the Apache License, Version 2.0 (the |
| ! "License"); you may not use this file except in compliance |
| ! with the License. You may obtain a copy of the License at |
| ! |
| ! http://www.apache.org/licenses/LICENSE-2.0 |
| ! |
| ! Unless required by applicable law or agreed to in writing, software |
| ! distributed under the License is distributed on an "AS IS" BASIS, |
| ! WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| ! See the License for the specific language governing permissions and |
| ! limitations under the License. |
| !--> |
| <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN"> |
| <html> |
| |
| <body text="#000000" bgcolor="#ffffff" link="#9b37cc" |
| vlink="#cc1877" alink="#ffffff"> |
| <a name="top"> |
| <title>Release Notes for net.jini.activation</title> |
| |
| <center> |
| <h1><code>net.jini.activation</code><br> |
| Apache River v3.0.0 Release Notes</h1> |
| </center> |
| <HR> |
| <UL> |
| <H3>Description</H3> |
| |
| <p>The <a href="../api/net/jini/activation/package-summary.html"> |
| <code>net.jini.activation</code></a> package provides extensions to the |
| Java(TM) Remote Method Invocation (Java RMI) activation framework. |
| <H3>Changes since the v2.2.0 release</H3> |
| |
| <dl> |
| |
| <dt><b>None</b></dt> |
| |
| </dl> |
| <H3>Changes since the v2.1.1 release</H3> |
| |
| <dl> |
| |
| <dt><b>None</b></dt> |
| |
| </dl> |
| |
| <H3>Changes since the v2.0.1 release</H3> |
| |
| <dl> |
| |
| <dt><b>Disabled permission propagation</b></dt> |
| <dd> |
| <p><a href="../api/net/jini/activation/ActivatableInvocationHandler.html"> |
| <code>ActivatableInvocationHandler</code></a> by default no longer attempts |
| to propagate dynamic permission grants from the dynamic proxy to the |
| underlying activation identifier. If this functionality is required, it can |
| be enabled by setting the |
| <code>org.apache.river.activation.enableActivateGrant</code> system property to |
| <code>true</code>. If the |
| <a href="../api/net/jini/activation/package-summary.html"> |
| <code>phoenix</code></a> activator has been configured |
| to allow anonymous client activation requests, and the invocation |
| constraints on the underlying activation identifier have been configured |
| to allow anonymous activation calls, it is not necessary to enable this. |
| That should be the preferred configuration. However, if the activator has |
| been configured to use Kerberos authentication, then anonymous calls are |
| not supported, and you will either have to enable the activate grant in |
| clients and dynamically grant sufficient |
| <a href="../api/net/jini/security/AuthenticationPermission.html"> |
| <code>AuthenticationPermission</code></a> and |
| <a href="../api/net/jini/security/GrantPermission.html"> |
| <code>GrantPermission</code></a> to the proxy to permit activation calls |
| to succeed, or else statically grant sufficient |
| <code>AuthenticationPermission</code> to downloaded code in clients |
| to permit activation calls to succeed. |
| </dd> |
| |
| </dl> |
| |
| |
| </ul> |
| <hr> |
| Licensed to the Apache Software Foundation (ASF) under one |
| or more contributor license agreements. See the NOTICE file |
| distributed with this work for additional information |
| regarding copyright ownership. The ASF licenses this file |
| to you under the Apache License, Version 2.0 (the |
| "License"); you may not use this file except in compliance |
| with the License. You may obtain a copy of the License at |
| <ul> |
| <a href="http://www.apache.org/licenses/LICENSE-2.0">http://www.apache.org/licenses/LICENSE-2.0</a> |
| </ul> |
| Unless required by applicable law or agreed to in writing, software |
| distributed under the License is distributed on an "AS IS" BASIS, |
| WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| See the License for the specific language governing permissions and |
| limitations under the License. |
| |
| </body> |
| </html> |