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

Summary: resource directory not handled correctly under certain circumstances
Product: serverplugins Reporter: _ pcw <pcw>
Component: Sun Appserver 8Assignee: Nitya Doraisamy <nityad>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P2    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

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.