Uploaded image for project: 'Felix'
  1. Felix
  2. FELIX-1416

Wrong factory configuration behaviour

    XMLWordPrintableJSON

Details

    Description

      Currently factory configurations are applied to component factories, such that each factory configuration instance creates a componnent
      instances of a component factory. Reversly deleting a factory configuration also deletes component instances. This is not how it is specified.

      Correct is, that

      (1) Component Factories can only be configured with singleton configurations applying
      the configuration to all instances created with newInstance
      (2) Factory configurations are applied to non-component-factory components and
      cause multiple component instances to be created.

      To accomodate for this, the handling of components has to be redesigned: A component descriptor now causes the creation of a ComponentHolder. Depending on configuration availability a ComponentHolder will hold a single component (no configuration or singleton configuration) or multiple components (factory configuration).

      Attachments

        Issue Links

          Activity

            People

              fmeschbe Felix Meschberger
              fmeschbe Felix Meschberger
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: