Paweł Kaczanowski created SM-2185:
-------------------------------------

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