Uploaded image for project: 'Continuum'
  1. Continuum
  2. CONTINUUM-2146

Local repository not set in project group when adding via the XMLRPC interface

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • 1.2.3
    • None
    • XMLRPC Interface
    • Linux, Sun Java SDK 1.5.0_16

    Description

      I created a project group via the web interface and another one via the XMLRPC interface with the following code snippet:

      LocalRepository repository = client.getLocalRepository(1); // = DEFAULT
      ProjectGroupSummary summary = new ProjectGroupSummary();
      summary.setName("created-via-api");
      summary.setGroupId("group.created.api");
      summary.setLocalRepository(repository);
      client.addProjectGroup(summary);
      

      The difference is that the API-created one doesn't get the local repository set as shown in the attached screenshot.

      Attachments

        Activity

          People

            Unassigned Unassigned
            slash Bernhard Trummer
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: