Hi Willem,

> then when i try to register the datasource it tells me i need to store
> it first using the XStorable Interface. The problem is however taht i
> cant get the XStorable interface from the datasource. It doesn't seem to
> implement it! Also when i look at the defined intefaces in the
> developers guide for the DatabaseContext and Datasource services
> (13.2.2) and the UML on p.895 i don't see the XStorable interface as
> implemented.

The XComponent implements the XStorable interface:
-----%<-----
XStorable xStorable = (XStorable)
         UnoRuntime.queryInterface(XStorable.class, this.xComponent);
-----%<-----

Hope this helps.

Greetings, Tobias

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to