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 118286 - modules does not compile
Summary: modules does not compile
Status: VERIFIED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: WebServer 7 (show other bugs)
Version: 6.x
Hardware: All Windows XP
: P1 blocker (vote)
Assignee: Mukesh Garg
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-09 19:49 UTC by Pavel Buzek
Modified: 2007-10-11 07:27 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 Pavel Buzek 2007-10-09 19:49:08 UTC
Module serverplugins\webserver7 does not seem to be compilable. There was a commit into sun\sunddui module on July 25
with message "Removed lots of obsolete JSR-88 configuration code". Among this code were methods used by webserver7
module which now does not compile.
Comment 1 Pavel Buzek 2007-10-09 19:52:06 UTC
not sure how this is possible with the July/25 date for that sunddui integration, but the version of webserver7 module
that is on dev UC is from 8/17/07 while all other moudules show today's date (10/9/07)
Comment 2 _ pcw 2007-10-09 22:13:22 UTC
FWIW, I informed the webserver team via email about multiple incompatible changes headed their way due to the NB 6.0
restructuring last April/May timeframe.

Anyway, there are multiple incompatibilities, not just one thing.  I updated the code to match the current friend API in
sunddapi, current ConfigSupport api from j2eeserver, and to not call obsolete methods in sunddui module.

It builds, it should run at least as well as it did before, but I still suspect there are bug fixes required for 6.0.

http://serverplugins.netbeans.org/source/browse/serverplugins/sun/webserver7/src/org/netbeans/modules/j2ee/sun/ws7/j2ee/WS70ModuleConfigurationImpl.java?r1=1.2&r2=1.3
http://serverplugins.netbeans.org/source/browse/serverplugins/sun/webserver7/src/org/netbeans/modules/j2ee/sun/ws7/serverresources/dd/SunBaseBean.java?r1=1.4&r2=1.5
http://serverplugins.netbeans.org/source/browse/serverplugins/sun/webserver7/src/org/netbeans/modules/j2ee/sun/ws7/serverresources/dd/WS70ResourcesProxy.java?r1=1.4&r2=1.5
Comment 3 Pavel Buzek 2007-10-11 07:27:50 UTC
thanks