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 155916 - adding j2ee servers to netbeans 6.5
Summary: adding j2ee servers to netbeans 6.5
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Sun Appserver 9 (show other bugs)
Version: 6.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: Nitya Doraisamy
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-12-22 03:24 UTC by hockey9876
Modified: 2009-09-29 17:23 UTC (History)
2 users (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 hockey9876 2008-12-22 03:24:18 UTC
I keep trying to add a weblogic server and a jboss server to netbeans.  However, when it comes to entering the 
server location, /usr/local/servers/bea/103/wlserver_10.3 there is an error stating that I still need to enter
a valid path to a valid BEA weblogic server 9/10 installation directory.  I've tried changing this around some,
but still nothing works
Comment 1 karthik_mg 2009-04-14 03:59:41 UTC
The same thing happens with Sun Java System Application Server......
Netbeans 6.5.1 only searches for 8.2 version of the server.
The irony here is you cannot create EJB 3.0 applications using this server....
Please let me know how to add new servers.....
Thank you.
Comment 2 Petr Hejl 2009-06-19 15:56:36 UTC
Comment #1 is already resolved, not sure about comment #2 - reassigning.
Comment 3 Vince Kraemer 2009-06-19 17:47:29 UTC
You can register more recent versions of 'Sun Java System blah blah blah' by using the name of the GlassFish release
that the server is based on...

for sjsas 9.0, use GlassFish v1.

for sjsas 9.1, use GlassFish v2.

This reads a bit like issue 132468.

Nitya: please look at the trunk and see if we can avoid this in the 6.8 release with gf v3 and sges v3.  If it is easy
to resolve in the v2 plugin, please fix it there also.  The analysis/fix for gf/sges v3 is a release stopper (p2) for
6.8.  fixing gf/sjsas cases is a p3 in my opinion.
Comment 4 Nitya Doraisamy 2009-09-25 19:44:34 UTC
For v2, as Vince described,
- sjsas 9.0, use GlassFish v1.
- sjsas 9.1.x, use GlassFish v2.x

They are different servers and I think this behavior is appropriate.

For v3, user can register 
1. gf/sges v3 Prelude using GlassFish v3 Prelude

2. gf/sges v3 (including Preview builds) using GlassFish v3

This is the correct behavior.

But, the error message is incorrect for (2) as the message says 
".....  is not a valid GlassFish v3 Prelude installation"
instead of 
".....  is not a valid GlassFish v3 installation"

Will fix the messaging.
Comment 5 Nitya Doraisamy 2009-09-26 16:25:16 UTC
Messages fixed as described above,
http://hg.netbeans.org/web-main/rev/4d9a0fcd4e74

Comment 6 Quality Engineering 2009-09-27 22:33:13 UTC
Integrated into 'main-golden', will be available in build *200909270201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/4d9a0fcd4e74
User: nityad@netbeans.org
Log: #155916 : corrected warning message regarding valid install location for v3
Comment 7 Nitya Doraisamy 2009-09-29 17:23:39 UTC
in nightly