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

Łukasz Dywicki edited comment on SM-2185 at 4/3/13 9:22 AM:
------------------------------------------------------------

This is issue with Karaf 2.2.10 release which has backward compatibility issue. 
See KARAF-2120 and origin KARAF-1305. After upgrade to Karaf 2.2.11 it will be 
good.
                
      was (Author: splatch):
    This is issue with Karaf 2.10 release which has backward compatibility 
issue. See KARAF-2120 and origin KARAF-1305. 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

Reply via email to