You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Alexey Varlamov (JIRA)" <ji...@apache.org> on 2006/07/05 11:28:29 UTC

[jira] Created: (HARMONY-764) [drlvm] VM does not find installed extension packages

[drlvm] VM does not find installed extension packages
-----------------------------------------------------

         Key: HARMONY-764
         URL: http://issues.apache.org/jira/browse/HARMONY-764
     Project: Harmony
        Type: Bug

  Components: VM  
    Reporter: Alexey Varlamov


The DRLVM does not provide default support for the Java Extension Mechanism. For example, it fails to find security providers needed for using signed jars in classpath.
Actually, it does not provide appropriate default value for "java.ext.dirs" property - it works OK if this property is specified explicitly via cmdline.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Updated: (HARMONY-764) [drlvm] VM does not find installed extension packages

Posted by "Alexey Varlamov (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-764?page=all ]

Alexey Varlamov updated HARMONY-764:
------------------------------------

    Attachment: ext_cl.patch

Fix for setting default value of "java.ext.dirs" property

> [drlvm] VM does not find installed extension packages
> -----------------------------------------------------
>
>          Key: HARMONY-764
>          URL: http://issues.apache.org/jira/browse/HARMONY-764
>      Project: Harmony
>         Type: Bug

>   Components: VM
>     Reporter: Alexey Varlamov
>  Attachments: ext_cl.patch
>
> The DRLVM does not provide default support for the Java Extension Mechanism. For example, it fails to find security providers needed for using signed jars in classpath.
> Actually, it does not provide appropriate default value for "java.ext.dirs" property - it works OK if this property is specified explicitly via cmdline.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Assigned: (HARMONY-764) [drlvm] VM does not find installed extension packages

Posted by "Mark Hindess (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-764?page=all ]

Mark Hindess reassigned HARMONY-764:
------------------------------------

    Assign To: Mark Hindess

> [drlvm] VM does not find installed extension packages
> -----------------------------------------------------
>
>          Key: HARMONY-764
>          URL: http://issues.apache.org/jira/browse/HARMONY-764
>      Project: Harmony
>         Type: Bug

>   Components: VM
>     Reporter: Alexey Varlamov
>     Assignee: Mark Hindess
>  Attachments: ext_cl.patch
>
> The DRLVM does not provide default support for the Java Extension Mechanism. For example, it fails to find security providers needed for using signed jars in classpath.
> Actually, it does not provide appropriate default value for "java.ext.dirs" property - it works OK if this property is specified explicitly via cmdline.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Commented: (HARMONY-764) [drlvm] VM does not find installed extension packages

Posted by "Alexey Varlamov (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/HARMONY-764?page=comments#action_12419650 ] 

Alexey Varlamov commented on HARMONY-764:
-----------------------------------------

Verified

> [drlvm] VM does not find installed extension packages
> -----------------------------------------------------
>
>          Key: HARMONY-764
>          URL: http://issues.apache.org/jira/browse/HARMONY-764
>      Project: Harmony
>         Type: Bug

>   Components: VM
>     Reporter: Alexey Varlamov
>     Assignee: Mark Hindess
>  Attachments: ext_cl.patch
>
> The DRLVM does not provide default support for the Java Extension Mechanism. For example, it fails to find security providers needed for using signed jars in classpath.
> Actually, it does not provide appropriate default value for "java.ext.dirs" property - it works OK if this property is specified explicitly via cmdline.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Closed: (HARMONY-764) [drlvm] VM does not find installed extension packages

Posted by "Mark Hindess (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-764?page=all ]
     
Mark Hindess closed HARMONY-764:
--------------------------------


Verified by Alexey.


> [drlvm] VM does not find installed extension packages
> -----------------------------------------------------
>
>          Key: HARMONY-764
>          URL: http://issues.apache.org/jira/browse/HARMONY-764
>      Project: Harmony
>         Type: Bug

>   Components: VM
>     Reporter: Alexey Varlamov
>     Assignee: Mark Hindess
>  Attachments: ext_cl.patch
>
> The DRLVM does not provide default support for the Java Extension Mechanism. For example, it fails to find security providers needed for using signed jars in classpath.
> Actually, it does not provide appropriate default value for "java.ext.dirs" property - it works OK if this property is specified explicitly via cmdline.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Resolved: (HARMONY-764) [drlvm] VM does not find installed extension packages

Posted by "Mark Hindess (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-764?page=all ]
     
Mark Hindess resolved HARMONY-764:
----------------------------------

    Resolution: Fixed

Applied in r419554.  Please confirm it is applied as expected.


> [drlvm] VM does not find installed extension packages
> -----------------------------------------------------
>
>          Key: HARMONY-764
>          URL: http://issues.apache.org/jira/browse/HARMONY-764
>      Project: Harmony
>         Type: Bug

>   Components: VM
>     Reporter: Alexey Varlamov
>     Assignee: Mark Hindess
>  Attachments: ext_cl.patch
>
> The DRLVM does not provide default support for the Java Extension Mechanism. For example, it fails to find security providers needed for using signed jars in classpath.
> Actually, it does not provide appropriate default value for "java.ext.dirs" property - it works OK if this property is specified explicitly via cmdline.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira