[ 
https://issues.apache.org/jira/browse/SM-2185?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Freeman Fang reassigned SM-2185:
--------------------------------

    Assignee: Freeman Fang
    
> 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