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 69263 - Better detection of server state during startup needed
Summary: Better detection of server state during startup needed
Status: VERIFIED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: JBoss (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Libor Kotouc
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-24 13:26 UTC by Libor Kotouc
Modified: 2005-12-12 11:12 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 Libor Kotouc 2005-11-24 13:26:00 UTC
Regular expression testing is unreliable. It should not depend on time format
bcs it sometimes fails to match the output information and the format can change
in the future.
Comment 1 Libor Kotouc 2005-11-24 13:43:31 UTC
Fixed.

Checking in JBStartServer.java;
/cvs/serverplugins/jboss4/src/org/netbeans/modules/j2ee/jboss4/ide/JBStartServer.java,v
 <--  JBStartServer.java
new revision: 1.27; previous revision: 1.26
done
Comment 2 Michal Mocnak 2005-12-12 11:12:03 UTC
Verified