[
https://issues.jboss.org/browse/JBIDE-10803?page=com.atlassian.jira.plugi...
]
Nick Boldt commented on JBIDE-10803:
------------------------------------
org.jboss.tools.community.central.feature now depends on these being also installed:
{code}
<requires>
<import feature="org.jboss.tools.central.feature"
version="1.0.0.qualifier" match="greaterOrEqual"/>
<!-- JBIDE-11299 - include Examples features when installing Central -->
<import feature="org.jboss.tools.project.examples.feature"
version="1.2.1.qualifier" match="greaterOrEqual"/>
<import feature="org.jboss.tools.community.project.examples.feature"
version="1.2.1.qualifier" match="greaterOrEqual"/>
<import feature="org.jboss.tools.maven.project.examples.feature"
version="1.3.0.qualifier" match="greaterOrEqual"/>
<!-- JBIDE-10803 - include AS, Seam, Runtime features when installing Central
-->
<import feature="org.jboss.ide.eclipse.as.feature"
version="2.3.0.qualifier" match="greaterOrEqual"/>
<import feature="org.jboss.tools.seam.feature"
version="3.3.0.qualifier" match="greaterOrEqual"/>
<import feature="org.jboss.tools.runtime.core.feature"
version="1.3.0.qualifier" match="greaterOrEqual"/>
<import feature="org.jboss.tools.runtime.as.detector.feature"
version="1.3.0.qualifier" match="greaterOrEqual"/>
<import feature="org.jboss.tools.runtime.seam.detector.feature"
version="1.3.0.qualifier" match="greaterOrEqual"/>
</requires>
{code}
JBoss AS 7.0.2 server start not detected
----------------------------------------
Key: JBIDE-10803
URL:
https://issues.jboss.org/browse/JBIDE-10803
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: central, JBossAS/Servers, updatesite
Affects Versions: 3.3.0.Beta1
Environment: Eclipse Java Indigo x86_64, installed only central,central community
& dependencies
JBoss Tools nightly build 3.3.0.v20120205-1417-H4165-Beta1
Fedora 16, 64b
JBoss AS 7.0.2
Reporter: Radim Hopp
Assignee: Nick Boldt
Fix For: 3.3.0.Beta3
When trying to start JBoss AS server, the server is started correctly, but IDE won't
recognize that it's already started (job "Starting <server name>"
won't end).
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira