In the file 'examples/xml/Test.java' there is a line of code that look like this : structure.create(slideToken, user2, "/users/remm.user"); where user2 is an instance of a SubjectNode. After the example has completed, I would hope to see a change to the file system i.e. a new file called /users/remm.user . No such file is created. Should there be a new file? If not, what should be done to create new users on a permanent basis? Is this a config issue? Note that this is a different question to one I asked previously about NamespaceAccessToken.exportData() . Thanks for any help. Jason.
