Register Composite DataSource URI
<"neil.stansbury () redbacksystems ! com"@lists.mozilla.org> Fri, 10 Sep 2010 00:27:26 +0100
| Newsgroups | gmane.comp.mozilla.devel.rdf |
|---|---|
| Message-ID | <[email protected]> |
Hi all, 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