Uploaded image for project: 'ServiceMix'
  1. ServiceMix
  2. SM-2185

New generated jetty.xml and RolePrincipal class

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Trivial
    • Resolution: Not A Problem
    • None
    • None
    • None
    • None

    Description

      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.

      Attachments

        Issue Links

          Activity

            People

              ffang Freeman Yue Fang
              kaczan Paweł Kaczanowski
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: