Uploaded image for project: 'camunda BPM'
  1. camunda BPM
  2. CAM-1698

Adjust cdi taskForm bean for myfaces

XMLWordPrintable

    • Icon: Bug Report Bug Report
    • Resolution: Fixed
    • Icon: L3 - Default L3 - Default
    • 7.1.0, 7.0.6
    • None
    • 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

              michael.schoettes Michael Schoettes
              michael.schoettes Michael Schoettes
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: