Bug 274524

Summary: Cant instantiate wizard
Product: [RT] ECF Reporter: Pierre-Henry Perret <phperret>
Component: ecf.providersAssignee: ecf.core-inbox <ecf.core-inbox>
Status: RESOLVED INVALID QA Contact:
Severity: normal    
Priority: P3 CC: slewis
Version: unspecifiedKeywords: ui
Target Milestone: ---   
Hardware: PC   
OS: Windows Vista   
Whiteboard:

Description Pierre-Henry Perret CLA 2009-04-30 10:41:23 EDT
After launching an Eclipse application with jgroups.ui connection wizard extension point, click on 'Connect to provider', choose 'JGroups'.

There is an error:
_________________
: java.lang.InstantiationException: org.eclipse.ecf.internal.provider.jgroups.ui.wizard.JoinGroupWizard
	at java.lang.Class.newInstance0(Unknown Source)
	at java.lang.Class.newInstance(Unknown Source)
	at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.createExecutableExtension(RegistryStrategyOSGI.java:170)
.....

Plug-in "org.eclipse.ecf.provider.jgroups.ui" was unable to instantiate class "org.eclipse.ecf.internal.provider.jgroups.ui.wizard.JoinGroupWizard".

______________________

I have just added on the jgroups.ui plugin the wizard connect extensions.
Comment 1 Scott Lewis CLA 2014-02-12 16:29:05 EST
this is invalid.