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 64595 - 'Starting JBoss Application Server 4.0' instead of the user-defined name
Summary: 'Starting JBoss Application Server 4.0' instead of the user-defined name
Status: VERIFIED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: JBoss (show other bugs)
Version: 5.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: Libor Kotouc
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-17 21:39 UTC by jlaskowski
Modified: 2005-12-12 11:23 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 jlaskowski 2005-09-17 21:39:56 UTC
During deployment, it seems that the user-defined name of a JBoss instance is
lost and replaced with the default one - "JBoss Application Server 4.0".

do-dist:
dist:
run-deploy:
Starting server JBoss 4.0.3RC2
Starting JBoss Application Server 4.0
Starting JBoss Application Server 4.0
Starting JBoss Application Server 4.0
Starting JBoss Application Server 4.0
JBoss Application Server 4.0 Started
Comment 1 Pavel Buzek 2005-11-09 20:49:23 UTC
Simple fix in JBStartServer, line 357, etc.
Comment 2 Libor Kotouc 2005-11-21 13:24:19 UTC
Fixed.

Checking in ide/JBStartServer.java;
/cvs/serverplugins/jboss4/src/org/netbeans/modules/j2ee/jboss4/ide/JBStartServer.java,v
 <--  JBStartServer.java
new revision: 1.26; previous revision: 1.25
done
Checking in ide/Bundle.properties;
/cvs/serverplugins/jboss4/src/org/netbeans/modules/j2ee/jboss4/ide/Bundle.properties,v
 <--  Bundle.properties
new revision: 1.8; previous revision: 1.7
done
Checking in JBDeploymentManager.java;
/cvs/serverplugins/jboss4/src/org/netbeans/modules/j2ee/jboss4/JBDeploymentManager.java,v
 <--  JBDeploymentManager.java
new revision: 1.11; previous revision: 1.10
done
Comment 3 Michal Mocnak 2005-12-12 11:23:51 UTC
Verified