You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@river.apache.org by "Greg Trasuk (JIRA)" <ji...@apache.org> on 2013/09/04 15:53:55 UTC

[jira] [Updated] (RIVER-425) JDK7 update 21 onwards causes test suite to fail.

     [ https://issues.apache.org/jira/browse/RIVER-425?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Greg Trasuk updated RIVER-425:
------------------------------

    Description: 
As of JDK7 update 21, the default setting for java.rmi.server.useCodebaseOnly is set to true by default, which has the impact of disabling run-time classloading for proxies.

As a result, the qa test suite encounters massive numbers of failures.

The fix is to update the qa runtime properties and policy files to set the property above to "false".  As well, consumers of services (and also services, if they offer eventing) must be granted RuntimePermission for "accessClassInPackage.com.sun.proxy".

    
> JDK7 update 21 onwards causes test suite to fail.
> -------------------------------------------------
>
>                 Key: RIVER-425
>                 URL: https://issues.apache.org/jira/browse/RIVER-425
>             Project: River
>          Issue Type: Bug
>          Components: qa
>    Affects Versions: River_2.2.1, River_2.2.2
>            Reporter: Greg Trasuk
>
> As of JDK7 update 21, the default setting for java.rmi.server.useCodebaseOnly is set to true by default, which has the impact of disabling run-time classloading for proxies.
> As a result, the qa test suite encounters massive numbers of failures.
> The fix is to update the qa runtime properties and policy files to set the property above to "false".  As well, consumers of services (and also services, if they offer eventing) must be granted RuntimePermission for "accessClassInPackage.com.sun.proxy".

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira