Think development process. You want to have you junit test run some code that requires access to a Slide repository. First, you want to make sure that no one else is using the same, test, namespace. Next you wish to populate the namespace with your test content, etc.. Then you test and, finally, you get rid of the test namespace.
This requires the dynamic create (and deletion) of namespaces. The current code does not allow this - the Domain.java static method initNamespace() is private. Also, there is no client api for passing in xml describing the test namespace nor an api for its later deletion.
Thoughts?
Richard
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
