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 89839 - ConfigSupport:getContextRoot() returns null
Summary: ConfigSupport:getContextRoot() returns null
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Sun Appserver 9 (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Vince Kraemer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-11-22 12:45 UTC by Milan Kuchtiak
Modified: 2007-03-22 22:37 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Informational Exception (5.19 KB, text/plain)
2006-11-22 12:48 UTC, Milan Kuchtiak
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Milan Kuchtiak 2006-11-22 12:45:44 UTC
J2eeModuleProvider.ConfigSupport:getContextRoot() returns null for SJSAS in
Netbeans6.0.
This is visible also in Project Customizer. Context Path text field is empty.

The important part of the web service functionality is broken because we cannot
resolve the url for web service deployed on SJSAS.
Comment 1 Milan Kuchtiak 2006-11-22 12:48:09 UTC
Created attachment 36209 [details]
Informational Exception
Comment 2 Vince Kraemer 2006-11-29 01:02:41 UTC
hack work-around... hope this helps

http://j2ee.netbeans.org/source/browse/j2ee/ddapi/src/org/netbeans/modules/j2ee/dd/api/web/DDProvider.java?r1=1.14&r2=1.15

raise the priority if and add more details if you are still stymied.
Comment 3 Vince Kraemer 2007-02-01 05:17:35 UTC
this should go away... depends on the Merged model rewrite though.
Comment 4 Vince Kraemer 2007-03-22 22:37:52 UTC
Reopen if there is still a problem.