]
Rob Stryker updated JBIDE-17481:
--------------------------------
Fix Version/s: 4.2.0.Beta3
Break dependency from karaf.ui on o.j.i.e.as.ui
-----------------------------------------------
Key: JBIDE-17481
URL:
https://issues.jboss.org/browse/JBIDE-17481
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: server
Affects Versions: 4.2.0.Beta2
Reporter: Lars Heinemann
Priority: Blocker
Fix For: 4.2.0.Beta3
Fuse Tooling cannot and should not come bundled with the JBossAS server adapters. An
existing dependency on as.ui means that we bring in as.ui and as.core. These two plugins
alone create an incomplete half-working server adapter. To ensure a full jboss server
adapter, we'd need to bring in ALL of the jboss-as plugins or depend on their major
feature.
Since Fuse Tooling doesn't want to come bundled with jboss-as at all, this workaround
is not in our interests. Breaking the dependency, and moving into a usable API the classes
we require, is much better.
Please move or abstract AbstractJBTRuntimeWizardFragment into as.wtp.ui in a form usable
by Fuse Tooling and other projects.