[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.newcomer] Declared AdapterFactories not found without Startup extension
|
- From: Craig Foote <CraigFoote@xxxxxxxxx>
- Date: Sat, 11 Apr 2009 00:27:57 +0000 (UTC)
- Newsgroups: eclipse.newcomer
- Organization: EclipseCorner
- User-agent: Pan/0.132 (Waxed in Black)
Using 3.4.1, I have an AdapterFactory declared in a plugin and, without
adding a Startup extension to that plugin, another plugin's call to
Platform.getAdapterManager().getAdapter(myObj, MyClass.class) returns
null. With the Startup extension and empty IStartup implementation the
factory is found and my adapter is returned.
Do plugins declaring AdapterFactories require a Startup extension or am I
doing something wrong? I thought the initial parsing of plugin.xml would
reveal it and the class would be loaded when needed.
Craig