[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.newcomer] Declared AdapterFactories not found without Startup extension

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