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

camunda-bpm-model project uses namespaces for diagram element attributes

    XMLWordPrintable

Details

    • Bug Report
    • Resolution: Fixed
    • L3 - Default
    • 7.2.0, 7.2.0-alpha3
    • 7.1.0, 7.2.0-alpha1
    • bpmn model api
    • None

    Description

      BPMNDI.xsd specifies attributeFormDefault="unqualified".
      Yet many classes in camunda-bpm-model project use namespace for attributes.

      All classes under package: org.camunda.bpm.model.bpmn.impl.instance.bpmndi

      Here is an example from class:
      org.camunda.bpm.model.bpmn.impl.instance.bpmndi.BpmnEdgeImpl :

      bpmnElementAttribute = typeBuilder.stringAttribute(BPMNDI_ATTRIBUTE_BPMN_ELEMENT)
      .namespace(BPMNDI_NS)
      .qNameAttributeReference(BaseElement.class)
      .build();
      sourceElementAttribute = typeBuilder.stringAttribute(BPMNDI_ATTRIBUTE_SOURCE_ELEMENT)
      .namespace(BPMNDI_NS)
      .qNameAttributeReference(DiagramElement.class)
      .build();

      mgm-controller-panel

        This is the controller panel for Smart Panels app

        Attachments

          Issue Links

            Activity

              People

                Unassigned Unassigned
                ganesh Ganesh Ingle
                Votes:
                0 Vote for this issue
                Watchers:
                2 Start watching this issue

                Dates

                  Created:
                  Updated:
                  Resolved:

                  Time Tracking

                    Estimated:
                    Original Estimate - 2 weeks
                    2w
                    Remaining:
                    Remaining Estimate - 2 weeks
                    2w
                    Logged:
                    Time Spent - Not Specified
                    Not Specified

                    Salesforce