I did try
SCADomain.newInstance("http://whatever/uri", "mydir1", "my.composite")
and it didn't work for me. The code only seems to take any notice of
location if it's and absolute URL (which the above location is not) so I
would expect
SCASCADomain.newInstance("http://localhost",
"file:///c:/some/abolsute/path/somedir/mydir1/", "my.composite")
to work as I said in my previous mail. However I didn't want to specify an
absolute URL as I said. So I expect I'm missing something extremely obvious
here as Luciano suggested that I use this signature also (which I have
tried) but he didn't give me any clues as to how I might go about it.
Now the answer to all of this may be that I'm not supposed to be trying to
do this. But as per the rest of the thread it's a testing convenience to be
able to specify the location of a file system based contribution relatively.
The lazy loading work may be a viable alternative.
Simon