Uploaded image for project: 'Beehive'
  1. Beehive
  2. BEEHIVE-711

beehive-netui-config.xml elements added need to be documented

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • v1m1
    • Documentation
    • None

    Description

      The following elements have been added as possible elements to include in beehive-netui-config.xml

      Added in BEEHIVE-529:
      <default-shared-flow-refs>
      <shared-flow-ref>
      <name></name>
      <type></type>
      </shared-flow-ref>
      </default-shared-flow-refs>

      Example:
      <default-shared-flow-refs>
      <shared-flow-ref>
      <name>defaultSharedFlow1</name>
      <type>miniTests.jspSeesSharedFlow.sharedFlow1.SharedFlow1</type>
      </shared-flow-ref>
      <shared-flow-ref>
      <name>defaultSharedFlow2</name>
      <type>miniTests.jspSeesSharedFlow.sharedFlow2.SharedFlow2</type>
      </shared-flow-ref>
      </default-shared-flow-refs>

      Reason for addition: there was no way for the JSP to access actions in a shared flow since there was no page flow to declare the shared flow reference. The <default-shared-flow-refs> declares default shared flow references that are used across the webapp.

      Attachments

        1. j711.txt
          36 kB
          Krista Baker

        Activity

          People

            njantz Nathan Jantz
            kbaker Krista Baker
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: