[jbosstools-issues] [JBoss JIRA] Commented: (JBIDE-650) "Run on server" doesn't launch browser for JBossAS Adapter.

Rob Stryker (JIRA) jira-events at lists.jboss.org
Thu Aug 2 15:17:49 EDT 2007


    [ http://jira.jboss.com/jira/browse/JBIDE-650?page=comments#action_12370922 ] 
            
Rob Stryker commented on JBIDE-650:
-----------------------------------

Please provide a use-case =] 

I'm tracing through this bug now.

First, you're 100% in that the extension point in my plugin.xml is old and stale. 
But it has 0 effect on what gets launched.

Basically,  the framework is going through a list of "LaunchableAdapters" until *one* of them
claim to support the selected object. It will go through every launchable adapter available.

This bug is not due to my plugin.xml code, but rather due to the fact that no launchable adapter
is claiming the selected object. 

But a use-case can definitely help me test some more =D

> "Run on server" doesn't launch browser for JBossAS Adapter.
> -----------------------------------------------------------
>
>                 Key: JBIDE-650
>                 URL: http://jira.jboss.com/jira/browse/JBIDE-650
>             Project: JBoss Tools
>          Issue Type: Bug
>          Components: JBossAS
>            Reporter: Alexey Kazakov
>         Assigned To: Rob Stryker
>
> There is some code for it in plugin.xml:
>    <extension
>          point="org.eclipse.wst.server.core.launchableAdapters">
>       <launchableAdapter
>             class="org.jboss.ide.eclipse.as.core.client.JBossLaunchAdapter"
>             id="org.jboss.ide.eclipse.as.core.launchableAdapter1"/>
>    </extension>
> But I don't see org.jboss.ide.eclipse.as.core.client.JBossLaunchAdapter
> So RunOnServerLaunchConfigurationDelegate can't load JBossLaunchAdapter
> and stops launching.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jbosstools-issues mailing list