[jbosstools-issues] [JBoss JIRA] (JBIDE-9893) Browser is not opened for EAR projects

Rob Stryker (Commented) (JIRA) jira-events at lists.jboss.org
Wed Oct 19 02:26:45 EDT 2011


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

Rob Stryker commented on JBIDE-9893:
------------------------------------

EnterpriseDeployableArtifactAdapterFactory is an eclipse class which generates artifacts for EAR projects and EJB projects. It almost universally returns NullArtifact(). 

I can never remember in my entire existence working with wtp of "right-click , run as -> run on server"  ever doing ANYTHING on an ear or ejb project. I asked Chuck about this and he says odds are there is no artifact generated and never has been. There is no default artifact or suggested action since EAR's do not have context roots. They never generate a Web Resource, etc. 

EJB's sometimes generate JNDIArtifacts, however there has never been a client in our distribution to handle a JNDI artifact. We simply take no client action on those parts. 

The only use case ever "popping up a browser" is selecting an IProject, or a html or jsp or servelet file. As far as I know, right-clicking on an ear and running on server has never had any client action associated with it. 

I repeat, the recent classes I modified only designate what to do when a web resource is opened. They have never had any code to handle or deal with EAR projects being the selected artifact. 
                
> Browser is not opened for EAR projects
> --------------------------------------
>
>                 Key: JBIDE-9893
>                 URL: https://issues.jboss.org/browse/JBIDE-9893
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: JBossAS/Servers
>    Affects Versions: 3.3.0.M3
>         Environment: Windows XP, JBDS 5.0.0.M3, Server which comes with IDE, Seam 2.2 booking example EAR (with tutorial) 
>            Reporter: Dmitry Geraskov
>            Assignee: Rob Stryker
>            Priority: Blocker
>             Fix For: 3.3.0.Beta1
>
>
> 1. Create an ear project (i.e. Seam Web Project wizard with Ear or use seam2 ear booking example)
> 2. Right click on created project -> Run as->Run on Server
> Nothing in logs or ui.
> War's works fine.

--
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