Adjust cdi taskForm bean for myfaces

XMLWordPrintable

    • Type: Bug Report
    • Resolution: Fixed
    • Priority: L3 - Default
    • 7.1.0, 7.0.6
    • Affects Version/s: None
    • Component/s: engine

          1. Problem description

      The name of the camunda task bean is `camunda.taskForm`. When the bean is used in combination with apache myfaces and apache EL, the bean cannot be used since these implementations interpret the dot in `camunda.taskForm` as name seperator and attempt to resolve a bean named "camunda" having a property named `taskForm`.

      This affects IBM Websphere users as well.

          1. Proposed fix

      AT:

      • rename existing TaskForm bean to `camundaTaskForm` (without the dot). Make this the new "official" name of the bean (ie. use it in documentation examples etc.)
      • for backwards compatibility provide subclass `@Named("camunda.taskForm")` using the same pattern as for the FoxTaskForm bean.
      • Adjust documentation & quickstart

        This is the controller panel for Smart Panels app

              Assignee:
              Michael Schoettes
              Reporter:
              Michael Schoettes
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: