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 114736 - Cannot add jboss 5 server
Summary: Cannot add jboss 5 server
Status: VERIFIED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-05 11:05 UTC by ehucka
Modified: 2007-09-25 07:39 UTC (History)
1 user (show)

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 ehucka 2007-09-05 11:05:46 UTC
Product Version: NetBeans IDE 6.0 Beta 1 (Build 200709041200) Java: 1.6.0_02; Java HotSpot(TM) Client VM 1.6.0_02-b05
System: Linux version 2.6.20-16-generic running on i386; UTF-8; en_US (nb)

I cannot add JBoss 5 to Services | Servers by 'Add Server' wizard. Opened file chooser in the second step of the wizard
does not contain folders with jboss 5 beta 1 and beta 2. The chooser is really strange because it shows some tomcat
installation folders but some other folders where an installation of a server can be placed too are not shown.
Comment 1 Dan Kolar 2007-09-05 12:36:02 UTC
This bug seems to be related to Linux, on winxp with same build and jdk everything is fine.
Also on 64b Enterprise linux with jdk1.5.0_13 64b all works, as it should.
Maybe is problem in your config.
Comment 2 Petr Hejl 2007-09-05 12:41:43 UTC
Can you add it manually by specifying the path directly in the text field? What is the absolute path name?
Comment 3 ehucka 2007-09-05 12:55:22 UTC
yes I can. I have some j2ee servers in path '/space/Builds/j2ees'. Tomcat and jboss 4.0.5 are visible there but jboss
5.0 beta1 and beta2 are not. I tried e.g. to browse netbeans install dir by the file chooser and it is not possible.

As I remember I have added jboss 4.0.5 and removed it before.
Comment 4 Petr Hejl 2007-09-05 15:27:41 UTC
Fixed the strange behaviour of the dialog. The filter label will be changed if approved by HIE and doc.

Checking in src/org/netbeans/modules/j2ee/jboss4/ide/ui/AddServerLocationVisualPanel.java;
/cvs/serverplugins/jboss4/src/org/netbeans/modules/j2ee/jboss4/ide/ui/AddServerLocationVisualPanel.java,v  <-- 
AddServerLocationVisualPanel.java
new revision: 1.9; previous revision: 1.8
done
Comment 5 Petr Hejl 2007-09-05 21:02:05 UTC
Removed file filter - replaced with default.

Checking in src/org/netbeans/modules/j2ee/jboss4/ide/ui/AddServerLocationVisualPanel.java;
/cvs/serverplugins/jboss4/src/org/netbeans/modules/j2ee/jboss4/ide/ui/AddServerLocationVisualPanel.java,v  <-- 
AddServerLocationVisualPanel.java
new revision: 1.10; previous revision: 1.9
done
Checking in src/org/netbeans/modules/j2ee/jboss4/ide/ui/Bundle.properties;
/cvs/serverplugins/jboss4/src/org/netbeans/modules/j2ee/jboss4/ide/ui/Bundle.properties,v  <--  Bundle.properties
new revision: 1.12; previous revision: 1.11
done
Comment 6 ehucka 2007-09-25 07:39:42 UTC
verified