hi, I am working on a few simple test cases.
In this test case I am trying to initialize a domain.I have two separate directory one for the java source and other for test cases. I have a very simple question where does SCADomain.newInstance() look for the composite file. In my case if I have it only with my code it gives me a nullpointerexception() . If I create a resource folder in my tests it executes successfully. Though when I look into the other test cases available with tuscany I can see they have used the composite files only once in the resources folder. Can someone please explain me more on this..? Regards Mayank Sharma
