Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[dsdp-tm-dev] System registry problem

Hi all,
I've been porting our code from RSE 1.0 to RSE 2.0.2 and found one big
problem here: now instead of RSEUIPlugin.getTheSystemRegistry() we're
recommended to use SystemStartHere.getSystemRegistry().
Everything works nice if you had your RSE UI started before doing
SystemStartHere.getSystemRegistry(). But if you didn't,
SystemStartHere.getSystemRegistry() returns null, since the only place
where this value is set is start() method of RSEUIPlugin.
I filed a bug for this
problem(https://bugs.eclipse.org/bugs/show_bug.cgi?id=215820 ). 

Am I missing anything obvious here?

Thanks!
Anna.



Back to the top