On 11/21/2010 06:14 PM, Patricia Shanahan wrote:
does not have required permission:
(com.sun.jini.start.SharedActivationPolicyPermission
file:/C:/apache2/River/qa/harness/policy/defaultgroup.policy)

In any case, I have some good questions, and this is a promising line of
inquiry, because file: URL construction interacts with file path name
construction, which is different between Windows and the other systems
on which River has been tested.

Could the code in SharedActivationPolicyPermission.init() be the culprit?

What about a test for scheme = 'file' and then take a separate path through code constructed with:

new File(url.toURI()).getName().getAbsolutePath() ?

Gr. Sim

Reply via email to