Uploaded image for project: 'Nuxeo Platform'
  1. Nuxeo Platform
  2. NXP-26902

Make UserWorkspace service fully hot-reloadable

    XMLWordPrintable

    Details

    • Type: Improvement
    • Status: Open
    • Priority: Minor
    • Resolution: Unresolved
    • Affects Version/s: 9.10
    • Fix Version/s: 11.x
    • Component/s: User Workspace

      Description

      When the following Studio XML extension is hot-reloaded, the user workspace of newly created users are still created in domain /default-domain"

        <require>org.nuxeo.ecm.platform.userworkspace.UserWorkspaceServiceImpl</require>
      
        <extension target="org.nuxeo.ecm.platform.userworkspace.UserWorkspaceService" point="userWorkspace">
      
          <userWorkspace class="org.nuxeo.ecm.platform.userworkspace.core.service.DefaultUserWorkspaceServiceImpl" targetDomainName="other-domain" >
            <userWorkspaceType>Workspace</userWorkspaceType>
          </userWorkspace>
      
        </extension>
      

      FYI if a new value is contributed for element userWorkspaceType, it is taken into account at hot-reload.

        Attachments

          Activity

            People

            • Assignee:
              Unassigned
              Reporter:
              vdutat Vincent Dutat
              Participants:
            • Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

              • Created:
                Updated: