]
Nick Boldt updated JBIDE-20936:
-------------------------------
Summary: Unable to import Fuse Integration Project from Central when Fuse tooling
isn't already installed (can't auto-install Fuse connector) (was: Unable to
import Fuse Integration Project from Central when Fuse toolink isn't installed.)
Unable to import Fuse Integration Project from Central when Fuse
tooling isn't already installed (can't auto-install Fuse connector)
------------------------------------------------------------------------------------------------------------------------------------
Key: JBIDE-20936
URL:
https://issues.jboss.org/browse/JBIDE-20936
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: central
Affects Versions: 4.3.0.Final
Environment: JBDS 9.0.0
Reporter: Radim Hopp
Assignee: Nick Boldt
Priority: Critical
Fix For: 4.3.1.Beta1, 4.4.0.Alpha1
I'm unable to import Fuse Integration Project from Central, when Fuse tooling
isn't installed (but is available in EA).
This might be split to two issues:
1) EA is disabled -> Fuse Integration Project should not appear in Central or at least
it should tell user to enable EA to be able to install needed fuse tooling.
2) EA is enabled -> After clicking on "Fuse Integration Project" user is
prompted to install necessary connectors (The required features to use this wizard need to
be installed."). After clicking on "Yes", error occurs:
{noformat}
Problems occurred while performing installation: There are no connectors to install
There are no connectors to install
{noformat}
{noformat}
java.lang.IllegalArgumentException: There are no connectors to install
at
org.jboss.tools.discovery.core.internal.connectors.PrepareInstallProfileJob.run(PrepareInstallProfileJob.java:109)
at
org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:119)
{noformat}
Note: When Fuse tooling is already installed, everything is ok .