Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [wtp-dev] Request PMC approval for 130057


+1

Arthur Ryman,
IBM Software Group, Rational Division

blog: http://ryman.eclipsedevelopersjournal.com/
phone: +1-905-413-3077, TL 969-3077
assistant: +1-905-413-2411, TL 969-2411
fax: +1-905-413-4920, TL 969-4920
mobile: +1-416-939-5063, text: 4169395063@xxxxxxx



John Lanuti <jlanuti@xxxxxxxxxx>
Sent by: wtp-dev-bounces@xxxxxxxxxxx

03/29/2006 03:50 PM

Please respond to
"General discussion of project-wide or architectural issues." <wtp-dev@xxxxxxxxxxx>

To
<wtp-dev@xxxxxxxxxxx>
cc
Subject
[wtp-dev] Request PMC approval for 130057






Please see https://bugs.eclipse.org/bugs/show_bug.cgi?id=130057.


This is an adopter hot bug in which resource deletes do not remove the virtual component mapping from the virtual resource file cache.  So, this can cause a number of issues, for example, the resource mapping in the .component is saved back out unexpectedly or on publish, deploy will try and find a non existing file.


The fix was to ensure on the remove notification that the child resource mapping was removed from the virtual resource tree map.  This was not happening because it was trying to retrieve based on the new value rather than the original old value.  See the defect for more information.  Junits and unit tests pass and code has been reviewed.


Thanks,


John Lanuti
Software Engineer, IBM Rational
jlanuti@xxxxxxxxxx
t/l 441-7861

"I know this lady way down in my country.
She is so pretty that my eyes throw disguises at me.
Now we will sit and we'll wonder about our future,
But now I'm thinking that today sounds fine to me."  - Of A Revolution
_______________________________________________
wtp-dev mailing list
wtp-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/wtp-dev


Back to the top