Uploaded image for project: 'jBPM'
  1. jBPM
  2. JBPM-8149

ClassNotFoundException when using WebServiceWorkItemHandler on Java 11 in kie-server due to jaxb-xjc

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • None
    • 7.16.0.Final
    • KieServer
    • NEW
    • NEW
    • Hide

      Run WebServiceIntegrationTest (Kie server integration test) against WildFly.

      Show
      Run WebServiceIntegrationTest (Kie server integration test) against WildFly.
    • 2019 Week 05-07

    Description

      ClassNotFoundException is thrown when WebServiceWorkItemHandler is called on Kie server, see exception is attachment.
      The issue is reproducible just on Java 11.

      It seems that it could be fixed by adding this dependency:

          <dependency>
            <groupId>com.sun.xml.bind</groupId>
            <artifactId>jaxb-xjc</artifactId>
          </dependency>
      

      Attachments

        Activity

          People

            ksuta Karel Suta
            ksuta Karel Suta
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: