]
Radim Hopp commented on JBTIS-537:
----------------------------------
[~pleacu] it looks like this was fixed by JBTIS-529. I tried it today with
jbdevstudio-9.0.0-CVE-2015-7501 and it seems ok.
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: Paul Leacu
Priority: Critical
Attachments: fuse1.png, fuse2.png, fuse3.png, fuse4.png, fuse5.png, fuse6.png
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 .