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 247226 - Applications list is not refreshed after deploy
Summary: Applications list is not refreshed after deploy
Status: NEW
Alias: None
Product: serverplugins
Classification: Unclassified
Component: JBoss (show other bugs)
Version: 8.0.1
Hardware: PC Windows 7
: P4 normal (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-09-17 15:31 UTC by heapifyman
Modified: 2014-11-14 09:28 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description heapifyman 2014-09-17 15:31:23 UTC
Click Debug in a maven-based web app project, that uses JBoss 7.1.1 as application server.
JBoss starts up and deploys the war.

Result:
Servers -> JBoss -> Applications -> Web Applications is empty
need to click refresh to see the deployed web app

Desired Result:
list of deployed web apps should be automatically refreshed
Comment 1 heapifyman 2014-09-17 16:59:58 UTC
Update:
The JBoss Application Server -> Applications -> Web Applications node was already expanded from a previous deployment.

That was undeployed and then the Debug button was clicked and the Web Application node was not refreshed with the new deployment.