Uploaded image for project: 'Nuxeo Studio'
  1. Nuxeo Studio
  2. NXS-3821

Projects configured with CAP-8.3 target platform cannot be loaded

    XMLWordPrintable

    Details

    • Type: Bug
    • Status: Resolved
    • Priority: Minor
    • Resolution: Fixed
    • Affects Version/s: 57
    • Fix Version/s: 57.1
    • Component/s: Target Platforms

      Description

      For example https://connect.nuxeo.com/nuxeo/site/studio/ide?project=nuxeo-routing-expenses was using CAP-8.3.
      When loading it in Studio, a popup was showing:
      Bug: No Such Container Item: /listings

      Workaround: Updating the target platform version,

      - <version>cap-8.3</version>
      - <packages/>
      + <version>server-8.10</version>
      + <packages>
      + <string>nuxeo-jsf-ui-8.10.0</string>
      + </packages>
      

      and then setting it back to 8.3 fixed the problem:

      - <version>server-8.10</version>
      + <version>server-8.3</version>
      <packages>
      - <string>nuxeo-jsf-ui-8.10.0</string>
      + <string>nuxeo-jsf-ui-8.3.0</string>
      

      "cap-8.3 + 0 package" does not work when "server-8.3 + jsf-ui package" does.

        Attachments

          Activity

            People

            • Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: