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 127171 - Unreviewed cluster dependency introduced
Summary: Unreviewed cluster dependency introduced
Status: VERIFIED FIXED
Alias: None
Product: webservices
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: Nam Nguyen
URL:
Keywords: ARCH, REGRESSION
Depends on:
Blocks:
 
Reported: 2008-02-11 22:23 UTC by Jesse Glick
Modified: 2008-03-13 11:46 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 Jesse Glick 2008-02-11 22:23:07 UTC
Looks like Nam Nguyen added the websvc.saas.api module to the enterprise cluster in #6d1b62b31817, yet it depends on a
module in the xml cluster (libs.jxpath). Since there was no prior dependency between these clusters, I think this is a
mistake; if intentional, it would need to be reviewed, and nbbuild/cluster.properties#nb.cluster.j2ee.depends would need
to include nb.cluster.xml. It is not possible to simply remove the new module, because it is already being used by other
modules.
Comment 1 Nam Nguyen 2008-02-11 22:56:47 UTC
I have removed the dependency because the usage code happen to be unused at this time due to other reasons.
However, I don't know why such low level xml facility could not be part of ide cluster as other core xml modules.  My
module, or any modules needs to access xml documents, might need to use it in the future.
Comment 2 Jaroslav Pospisil 2008-03-13 11:46:49 UTC
v.