I need multiple nsRDFCompositeDataSource registered, such that an in-mem-ds in one won't aggregate with an in-mem-ds in another.
As such I need different URIs for each CDS from the RDFService.
I had figured I'd just wrap the inner composite DS to provide my own URI but it doesn't work....
How can I set the URI of multiple CDS via createInstance() rather than getService()?
Cheers,
N