workaround for WebSphere-8.5 bug which hits ServletProcessApplicationDeployer

XMLWordPrintable

    • Type: Feature Request
    • Resolution: Fixed
    • Priority: L3 - Default
    • 7.2.0, 7.2.0-alpha4
    • Affects Version/s: None
    • Component/s: engine
    • None

      ServletProcessApplicationDeployer uses @HandlesTypes(ProcessApplication.class)

      WebSphere-8.5 seems to have a bug in the handling of @HandlesTypes which causes it to add the annotation itself to the Set<Class<?>> which gets passed into the onStartup method.

      This causes CamundaBPM to think that two different ProcessApplications got discovered.

      A possible workaround would be to manually remove the annotation itself from this Set.

            Assignee:
            Thorben Lindhauer
            Reporter:
            Mark Struberg
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: