Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 338093 - Setting the server state to unknown still shown the launch config of the server as runnnig
Summary: Setting the server state to unknown still shown the launch config of the serv...
Status: NEW
Alias: None
Product: WTP ServerTools
Classification: WebTools
Component: wst.server (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: wst.server CLA
QA Contact: Angel Vera CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-24 09:39 EST by Girish Balre CLA
Modified: 2011-02-24 10:51 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Girish Balre CLA 2011-02-24 09:39:06 EST
Build Identifier: Eclipse 3.6

I defined a custom server using WTP framework. I am setting the server state to be unknown for some conditions. Even if I set the server state to unknown when I open the launch configuration for this server the state is shown as "Server already running". This should't be the case.

Reproducible: Always

Steps to Reproduce:
1. Use WTP framework to define custom server.
2. Also create launch config for the same.
3. Use the org.eclipse.wst.server.core.model.ServerBehaviourDelegate.setServerState(int state)
API to set the server state to Unknown i.e., IServer.STATE_UNKNOWN
4. Observer that after setting the state to unknown as well, when we open the server launch configuration the state is shown as "Server already running".
Comment 1 Curtis Windatt CLA 2011-02-24 10:51:54 EST
Moving to WTP