Hi,
I have created a little command line tool around our ObjectGenerator to easily feed a repository with test data. The implementation for starting app the whole opencmis client engine is very similar to what we do in on our XXXTestProviderFactory classes for the SimpleReadOnly and SimpleReadWrite tests. Reading the URLs from a system property and initializing the services is exactly the same. I would like to reuse the existing factories, but currently they are part of the test classes in provider-impl and do not go into the created jars. For the moment I have duplicated the code to opencmis-test-util but we should make this useful piece of code reusable. Should we move it to test-util and make the tests dependent on this one or is there another good way to solve it? Jens
