Bug 274524 - Cant instantiate wizard
Summary: Cant instantiate wizard
Status: RESOLVED INVALID
Alias: None
Product: ECF
Classification: RT
Component: ecf.providers (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows Vista
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: ecf.core-inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: ui
Depends on:
Blocks:
 
Reported: 2009-04-30 10:41 EDT by Pierre-Henry Perret CLA
Modified: 2014-02-12 16:29 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.