Hi,
I noticed remote operations for NodeTypeDefinitions using NodeTypeManager and creating workspaces using session.getWorkspace().createWorkspace() are not supported. I am just wondering what the possible solutions are for this. I thought of the following: 1) Create a servlet or extend the existing one and perform these operations using local API calls to the Repository. 2) Create a repository using the local APIs and then use this set of files as the default for any new repository instances. Is there any other solution? These the NodeTypeManager operations worked remotely in 1.x. Is there a particular reason they are not supported? Thanks in advance, Derek
