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 94287

Summary: Delete obsolete websvc/jaxrpc16_xml module
Product: webservices Reporter: Jesse Glick <jglick>
Component: JAX-WSAssignee: Milan Kuchtiak <mkuchtiak>
Status: VERIFIED FIXED    
Severity: blocker CC: jtulach
Priority: P2 Keywords: ARCH
Version: 5.x   
Hardware: All   
OS: All   
URL: http://deadlock.nbextras.org/hudson/job/javadoc-nbms/293/changes
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 93423    

Description Jesse Glick 2007-02-03 23:45:49 UTC
This module appears to be obsolete; at least, it will no longer build. (After
issue #93423, dom.jar etc. are no longer in websvc/external/jwsdp16_jars.zip.) I
am already removing it from daily-alpha-nbms as it was breaking the javadoc-nbms
build on deadlock.
Comment 1 Jesse Glick 2007-02-03 23:47:45 UTC
nbbuild/build.properties 1.464
Comment 2 Milan Kuchtiak 2007-02-05 08:44:21 UTC
Done in trunk.
Need to be removed also from release551.

Removed files :
R .cvsignore
R build.xml
R manifest.mf
R nbproject/.cvsignore
R nbproject/project.properties
R nbproject/project.xml
R src/org/netbeans/modules/websvc/jaxrpc16_xml/Bundle.properties
R src/org/netbeans/modules/websvc/jaxrpc16_xml/jaxrpc16_xml.xml
R src/org/netbeans/modules/websvc/jaxrpc16_xml/layer.xml
Comment 3 Roderico Cruz 2007-02-05 19:02:35 UTC
Fixes look fine. Kindly apply to release551 branch.
Comment 4 Milan Kuchtiak 2007-02-06 10:56:54 UTC
Fixed in release551.
Comment 5 Jaroslav Tulach 2007-02-07 20:57:14 UTC
It is probably not fair to raise this opinion in this issue, but certain changes in code are more 
incompatible than others and this one is example of completely incompatible change, imho (if 
you know it is not, then explain and I'll back up).

Imho, deleting a module from a cluster means incompatible change. The reason is simple - 
modules written against previous version 5.5 could link and be executed while with 5.5.1 they 
will not link due to unsatisfied dependency on it. 

As this module has been deleted, I believe it is right time to change the name of the cluster. 
E.g. increase it from ide7 to ide8. Which creates a problem in a trunk (which is also not 
compatible with 5.5.x) version and needs to be boosted to ide9. Can you Milan handle this as 
part of our "fix"?
Comment 6 Milan Kuchtiak 2007-02-08 09:10:00 UTC
The module has been removed from Alpha Autoupdate Center only.
It was there only for Netbeans5.0 Web Services, when IDE was running in jdk1.4.
Comment 7 Jaroslav Pospisil 2008-01-31 15:09:08 UTC
v.