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 63546 - resource directory not handled correctly under certain circumstances
Summary: resource directory not handled correctly under certain circumstances
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Sun Appserver 8 (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: Nitya Doraisamy
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-01 23:57 UTC by _ pcw
Modified: 2005-09-12 17:37 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 _ pcw 2005-09-01 23:57:42 UTC
In appsrv common, the resource creation api requires the resource directory be
passed in separately.  This creates problems for multithreaded access and
possibly  other scenarios.  Need to make api stateless by making the resource
directory a parameter of each method that might require it.
Comment 1 Nitya Doraisamy 2005-09-02 00:55:30 UTC
Modify the resource creation api's to accept the resource dir as a parameter.
Comment 2 _ ludo 2005-09-12 17:19:55 UTC
Is it done?
Comment 3 _ pcw 2005-09-12 17:25:35 UTC
The API change appears complete and I synced up my side with it last week. 
Closing this bug.