[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

Rob Stryker (JIRA) jira-events at lists.jboss.org
Fri Aug 24 00:07:14 EDT 2012


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

Rob Stryker commented on JBIDE-11645:
-------------------------------------

The only way I can see to fully solve this problem would be to create an o.j.i.e.as.core.api plugin or something similar. In this way, clients would be able to use standard WTP api's and cast to appropriate interfaces. If the clients (in this case ws) only consumed the api client, then no implemention would be installed. So it wouldn't install any of astools except this api plugin. Everything would compile, but users would not be able to create *any* server. 

I'm hesitant to add yet another plugin with a poorly defined scope. The other alternative is that ws declares a full dependency on all of astools. 

A usage scan on ws to see what they're using in astools shows the following:
1) classpath superclasses that I've been meaning to mvoe into common after a common re-org
2) hard-coded string properties and server prefix id's (so not a dependency, just a string match)
3) Their test plugin pulls in astools, understandably. 

BUild Team: if the plugins themselves had no dependency on the plugin, but the tests did, I assume this would stop pulling in any astools plugins, and thus not have a half-complete astools? 
                
> 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.M1
>
>
> 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: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       



More information about the jbosstools-issues mailing list