[jbosstools-issues] [JBoss JIRA] (JBIDE-11645) Server JBoss AS 7.1.1 final start is not detected after installing JAX-RS and Web Services features

Mickael Istria (JIRA) jira-events at lists.jboss.org
Wed Sep 19 06:47:35 EDT 2012


    [ https://issues.jboss.org/browse/JBIDE-11645?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12719803#comment-12719803 ] 

Mickael Istria commented on JBIDE-11645:
----------------------------------------

{quote}
Rob, are you asking if installing AS feature fixes the problem? Yes it does.
{quote}

WS features should specify a dependency on org.jboss.tools.runtime.as.detector.feature (or any other necessary feature that does not come directly through a classpath resolution from bundles' MANIFEST.MF).
Just add the following to your feature.xml:

{code}
   <requires>
      <import feature="org.jboss.tools.runtime.as.detector.feature" />
   </requires>
{code}
                
> Server JBoss AS 7.1.1 final start is not detected after installing JAX-RS and Web Services features
> ---------------------------------------------------------------------------------------------------
>
>                 Key: JBIDE-11645
>                 URL: https://issues.jboss.org/browse/JBIDE-11645
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: JBossAS/Servers, Webservices
>    Affects Versions: 3.3.0.Beta3
>         Environment: Eclipse IDE for Java EE Developers 3.7.2 / Eclipse IDE for Java Developers 3.7.2, Linux x86-64b, JDK version: 1.6.0_29
>            Reporter: Jaroslav Jankovič
>            Assignee: Rob Stryker
>            Priority: Blocker
>             Fix For: 4.0.0.Alpha2
>
>
> In fresh Eclipse 3.7.2 (IDE for Java EE / IDE for Java Developers) after installing JBoss JAX-RS and JBoss Web Services features, the start of JBoss AS 7.1.1 final is not detected.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira



More information about the jbosstools-issues mailing list