]
Nick Boldt updated JBTIS-537:
-----------------------------
Project: JBoss Tools Integration Stack (was: Tools (JBoss Tools))
Key: JBTIS-537 (was: JBIDE-20936)
Component/s: distribution
Fuse IDE
(was: central)
Affects Version/s: 4.3.0.Final
(was: 4.3.0.Final)
Fix Version/s: (was: 4.4.0.Alpha1)
(was: 4.3.1.Beta1)
Unable to import Fuse Integration Project from Central when Fuse
tooling isn't already installed (can't auto-install Fuse connector)
------------------------------------------------------------------------------------------------------------------------------------
Key: JBTIS-537
URL:
https://issues.jboss.org/browse/JBTIS-537
Project: JBoss Tools Integration Stack
Issue Type: Bug
Components: distribution, Fuse IDE
Affects Versions: 4.3.0.Final
Environment: JBDS 9.0.0
Reporter: Radim Hopp
Assignee: Nick Boldt
Priority: Critical
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 .