> 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() .
I know.
The memory store which is used by default in the example isn't persistent,
but have the big advantage of being able to run out of the box. You can use
the JDBC store for persistence.
Remy