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 159556 - unable to register jboss 4.0.0 server
Summary: unable to register jboss 4.0.0 server
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: JBoss (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P1 blocker (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-03 18:17 UTC by akalyanram
Modified: 2009-03-06 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 akalyanram 2009-03-03 18:17:12 UTC
Steps to view bug in NetBeans IDE 6.5 -

Follow this action-path - 
Tools > Servers >
click Add Server button >
choose JBoss Application Server in Server list >
retain default Name >
click Next >
type/browse Install Location > 
click Next >

in the Instance Properties section, the Domain drop-down in empty.

According to NetBeans IDE's built-in help file, the Domain drop-down shouldn't be empty.

As per Registering a JBoss Application Server help page,
3. In the Server Location pane, use the Browse button to navigate to and select the installation directory of your
application server. The Next button is only enabled when you have selected the correct installation directory.
5. In the Instance Properties pane, from the Domain drop-down menu, select the JBoss Application Server domain you want
to use for this server instance.

I successfully went past step-3 of help page i.e. chose correct JBOSS_HOME (E:\javasoft\servers\jboss-4.0.0). If I
understood the help file correctly, the IDE should have shown the following in the Domain drop-down list - all, default,
minimal, standard. It did not.

I can provide any other necessary details.
Comment 1 Petr Hejl 2009-03-03 19:41:37 UTC
Need to know exact JDK, IDE and JBoss version.
Comment 2 akalyanram 2009-03-04 07:54:34 UTC
I apologize for not providing necessary details. The software versions are -

Netbeans - 6.5 (Build 200811100001
JBoss - 4.0.0
JDK - 1.5.0_17; Runtime Environment, Standard Edition (build 1.5.0_17-b04)
Comment 3 Petr Hejl 2009-03-04 14:41:36 UTC
4.0.0 is quite old and officially not supported by nb (http://wiki.netbeans.org/Servers).

Anyway should be fixed now in main 55a41f53db3b.
Comment 4 akalyanram 2009-03-04 18:38:19 UTC
Checked with jboss 4.2.3. Server plug-in works as expected.
Comment 5 Quality Engineering 2009-03-06 09:28:16 UTC
Integrated into 'main-golden', will be available in build *200903060201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/55a41f53db3b
User: phejl@netbeans.org
Log: #159556 unable to register jboss 4.0.0 server