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 105658 - Service engine installer holds reference to old version of installation jar
Summary: Service engine installer holds reference to old version of installation jar
Status: RESOLVED FIXED
Alias: None
Product: soa
Classification: Unclassified
Component: JBI Manager (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: Jun Qian
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-04 22:50 UTC by kevan1138
Modified: 2007-06-04 23:32 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
screenshot demonstrating issue (194.45 KB, image/jpeg)
2007-06-04 22:52 UTC, kevan1138
Details

Note You need to log in before you can comment on or make changes to this bug.
Description kevan1138 2007-06-04 22:50:54 UTC
Installed service engine.  Ran tests, everything's fine but there's a bug in the
SE code.  Made changes, recompiled, rebuilt SE's installation jar.  Went to JBI
manager to reinstall SE into GF and everything was fine SEEMINGLY.

Problem is the original (i.e. buggy) code still executes.  Tried a clean build
without luck, still executing old code.  Finally tried deleting the folders
containing the SE's installation jar and couldn't; see screenshot to see some
program still holding a reference to the installation jar.  Only NB IDE has
anything to do with this file.

Marking as P1 because I still cannot figure out how to resolve this issue.  Will
update the ticket if workaround is discovered.
Comment 1 kevan1138 2007-06-04 22:52:41 UTC
Created attachment 43215 [details]
screenshot demonstrating issue
Comment 2 kevan1138 2007-06-04 23:23:24 UTC
Determined the old code issue was something else; changed priority accordingly.
 NB still seems to hold onto that file preventing deletion.
Comment 3 Jun Qian 2007-06-04 23:32:17 UTC
Fixed in CB #233. NB no longer holds onto the file preventing deletion.