You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Achim Nierbeck (JIRA)" <ji...@apache.org> on 2010/07/15 17:31:51 UTC

[jira] Created: (KARAF-122) Webconsole login doesn't work with karaf.framework set to equinox

Webconsole login doesn't work with karaf.framework set to equinox
-----------------------------------------------------------------

                 Key: KARAF-122
                 URL: https://issues.apache.org/jira/browse/KARAF-122
             Project: Karaf
          Issue Type: Bug
    Affects Versions: 2.0.0
            Reporter: Achim Nierbeck


When using equinox as the karaf framework the webconsole is not able to see the org.apache.karaf.webconsole.JaasSecurityProvider class. When using felix as the "karaf.framework" it does work. 
This also effects equinox if the previous version 3.5.1 is used. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (KARAF-122) Webconsole login doesn't work with karaf.framework set to equinox

Posted by "Guillaume Nodet (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/KARAF-122?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Guillaume Nodet reassigned KARAF-122:
-------------------------------------

    Assignee: Guillaume Nodet

> Webconsole login doesn't work with karaf.framework set to equinox
> -----------------------------------------------------------------
>
>                 Key: KARAF-122
>                 URL: https://issues.apache.org/jira/browse/KARAF-122
>             Project: Karaf
>          Issue Type: Bug
>    Affects Versions: 2.0.0
>            Reporter: Achim Nierbeck
>            Assignee: Guillaume Nodet
>
> When using equinox as the karaf framework the webconsole is not able to see the org.apache.karaf.webconsole.JaasSecurityProvider class. When using felix as the "karaf.framework" it does work. 
> This also effects equinox if the previous version 3.5.1 is used. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (KARAF-122) Webconsole login doesn't work with karaf.framework set to equinox

Posted by "Guillaume Nodet (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/KARAF-122?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12889028#action_12889028 ] 

Guillaume Nodet commented on KARAF-122:
---------------------------------------

This one looks actually tricky.
The equinox classloader is the the one that loads the Main class by default, so it does not include the jaas-boot library.  However if I change it to use the right one, commands can't be started anymore (I think because of a bug in blueprint).

> Webconsole login doesn't work with karaf.framework set to equinox
> -----------------------------------------------------------------
>
>                 Key: KARAF-122
>                 URL: https://issues.apache.org/jira/browse/KARAF-122
>             Project: Karaf
>          Issue Type: Bug
>    Affects Versions: 2.0.0
>            Reporter: Achim Nierbeck
>            Assignee: Guillaume Nodet
>
> When using equinox as the karaf framework the webconsole is not able to see the org.apache.karaf.webconsole.JaasSecurityProvider class. When using felix as the "karaf.framework" it does work. 
> This also effects equinox if the previous version 3.5.1 is used. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (KARAF-122) Webconsole login doesn't work with karaf.framework set to equinox

Posted by "Guillaume Nodet (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/KARAF-122?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Guillaume Nodet resolved KARAF-122.
-----------------------------------

    Fix Version/s: 2.0.0
       Resolution: Fixed

Committing to https://svn.apache.org/repos/asf/karaf/trunk ...
	M	assembly/src/main/filtered-resources/etc/config.properties
	M	pom.xml
Committed r964766


> Webconsole login doesn't work with karaf.framework set to equinox
> -----------------------------------------------------------------
>
>                 Key: KARAF-122
>                 URL: https://issues.apache.org/jira/browse/KARAF-122
>             Project: Karaf
>          Issue Type: Bug
>    Affects Versions: 2.0.0
>            Reporter: Achim Nierbeck
>            Assignee: Guillaume Nodet
>             Fix For: 2.0.0
>
>
> When using equinox as the karaf framework the webconsole is not able to see the org.apache.karaf.webconsole.JaasSecurityProvider class. When using felix as the "karaf.framework" it does work. 
> This also effects equinox if the previous version 3.5.1 is used. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.