2 Replies Latest reply on Nov 10, 2006 9:06 AM by vralev

    JBINSTALL-25 Install configuration should not hide packages

    vralev

      This particular issue is fixable by simply adding all packs to the ejb3 install group, or may be adding a whole new install group 'ejb3-all'.

      Showing all packs introduces the problem with having to require exactly one of two packs to be selected ("mc-minimal" or "minimal").

      My proposed sytax for this feature is to add an "optionGroup" attribute to the pack tag like this:

      <pack name="mc-minimal" installGroups="all" optionGroup="PickTheLoader/>
       <pack name="minimal" installGroups="all" optionGroup="PickTheLoader/>


      All packs in the same optionGroup are mutually exclusive, but exactly one is required to be selected. It's possible to make the PacksPanel to display them as a group of radio buttons or a combobox.

      Is this feature needed for now?