You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by "Łukasz Dywicki (JIRA)" <ji...@apache.org> on 2013/04/03 11:21:15 UTC

[jira] [Commented] (SM-2185) New generated jetty.xml and RolePrincipal class

    [ https://issues.apache.org/jira/browse/SM-2185?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13620763#comment-13620763 ] 

Łukasz Dywicki commented on SM-2185:
------------------------------------

This is issue with Karaf 2.10 release which has backward compatibility issue. See KARAF-2120 and origin KARAF-2120. After upgrade to Karaf 2.11 it will be good.
                
> New generated jetty.xml and RolePrincipal class
> -----------------------------------------------
>
>                 Key: SM-2185
>                 URL: https://issues.apache.org/jira/browse/SM-2185
>             Project: ServiceMix
>          Issue Type: Bug
>            Reporter: Paweł Kaczanowski
>            Assignee: Freeman Fang
>            Priority: Trivial
>
> New version of karaf change package structure and class org.apache.karaf.jaas.modules.RolePrincipal was moved to org.apache.karaf.jaas.boot.principal.RolePrincipal. New generated jetty.xml (after first Servicemix start) contains invalid entry:
> <Array type="java.lang.String">
>       <Item>org.apache.karaf.jaas.modules.RolePrincipal</Item>
>  </Array>
> should be:
> <Array type="java.lang.String">
>       <Item>org.apache.karaf.jaas.boot.principal.RolePrincipal</Item>
> </Array>
> otherwise ClassNotFoundException occurs.

--
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