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 35830 - direct calls to DeploymentFactory.getDeploymentManager
Summary: direct calls to DeploymentFactory.getDeploymentManager
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Infrastructure (show other bugs)
Version: 3.x
Hardware: Sun SunOS
: P3 blocker (vote)
Assignee: issues@serverplugins
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-08-28 19:09 UTC by Vince Kraemer
Modified: 2006-06-05 00:39 UTC (History)
0 users

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 Vince Kraemer 2003-08-28 19:09:38 UTC
the j2eeserver code manages its own list of
DeploymentFactory objects and makes explicit calls
to routines like getDeploymentManager.

Many of these calls do not have the factory check
the URI, via the handlesURI.

This seems to be contrary to the expectations of
JSR-88 "server side" implementors.
Comment 1 _ gfink 2003-08-28 19:42:44 UTC
fixed