This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 159080 - Compapp does not inform the user of the missing server problem
Summary: Compapp does not inform the user of the missing server problem
Status: REOPENED
Alias: None
Product: soa
Classification: Unclassified
Component: Composite Application (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jun Qian
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-24 16:28 UTC by Kirill Sorokin
Modified: 2009-04-09 19:27 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kirill Sorokin 2009-02-24 16:28:22 UTC
Web Application and other Java EE projects always indicate that there is a configuration error, if the target server
property is not set correctly (which results in user's inability to deploy the project). Composite Application does not
do this, so I can only find out this from the deploy log, where it fails.. 

I think the behavior should be consistent with other NetBeans projects.
Comment 1 Jun Qian 2009-02-25 21:43:42 UTC
This is a regression. CompApp project should prompt the user for sever selection during deployment.

Fixed in soa-dev65 branch: http://hg.netbeans.org/soa-dev65/rev/bf809dc42e35
Comment 2 fmartinez1 2009-04-09 18:54:08 UTC
Tested this issue:

When selecting "Deploy" in Comp app project, a window opens with the following message:

Warning - Select Server
The target server has not been set or is not a valid application server
Please select the target application server

Any application servers created are shown below the messages. Highlight the desired server and click "ok"
Comment 3 Kirill Sorokin 2009-04-09 19:27:06 UTC
Though I can't test right now, I'll risk reopening as an enhancement. Other deployable NetBeans projects (web
application, ejb module, etc.) also indicate that the target server is not configured appropriately by displaying an
error badge on the project node + adding a "Resolve Missing Server Problem" to the project node's context menu. Please
close back if this is already the case.