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 63724 - Deploy message in output tab is written every second
Summary: Deploy message in output tab is written every second
Status: VERIFIED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: JBoss (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Pavel Buzek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-06 16:12 UTC by Michal Mocnak
Modified: 2005-09-20 15:30 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 Michal Mocnak 2005-09-06 16:12:09 UTC
Found in nb50 in the private build 050905

1. create web project
2. start jboss4 app server
3. deploy project
=> in output tab of the deploy project action you are able to see the message
"Waiting for server to start the module...". This message is written every
second. It's little bit confusing.
Comment 1 Pavel Buzek 2005-09-06 16:25:51 UTC
simple - will fix for 5.0
Comment 2 Pavel Buzek 2005-09-19 17:03:03 UTC
fixed:

Checking in src/org/netbeans/modules/j2ee/jboss4/JBDeployer.java;
/cvs/serverplugins/jboss4/src/org/netbeans/modules/j2ee/jboss4/JBDeployer.java,v
 <--  JBDeployer.java
new revision: 1.10; previous revision: 1.9
Comment 3 Michal Mocnak 2005-09-20 15:30:14 UTC
Verified