[jira] Updated: (VFS-82) ClassCastException in AbstractFileObject when using OnCall caching

2006-09-27 Thread Ethan Killian (JIRA)
[ http://issues.apache.org/jira/browse/VFS-82?page=all ] Ethan Killian updated VFS-82: - Attachment: AbstractFileObject.patch LocalFile.patch Updated patches to use the more appropriate FileObjectUtils.getAbstractFileObject() method. Using t

[jira] Commented: (VFS-82) ClassCastException in AbstractFileObject when using OnCall caching

2006-09-26 Thread Ethan Killian (JIRA)
[ http://issues.apache.org/jira/browse/VFS-82?page=comments#action_12437969 ] Ethan Killian commented on VFS-82: -- In addition to the original delete issue with ClassCastException on a DecoratorFileObject there are additional issues with renames

[jira] Updated: (VFS-82) ClassCastException in AbstractFileObject when using OnCall caching

2006-09-26 Thread Ethan Killian (JIRA)
[ http://issues.apache.org/jira/browse/VFS-82?page=all ] Ethan Killian updated VFS-82: - Attachment: LocalFile.patch Patch for LocalFile which also has a class cast issue on a rename when dealing with decorator objects. > ClassCastException in AbstractFileO

[jira] Updated: (VFS-82) ClassCastException in AbstractFileObject when using OnCall caching

2006-09-26 Thread Ethan Killian (JIRA)
[ http://issues.apache.org/jira/browse/VFS-82?page=all ] Ethan Killian updated VFS-82: - Attachment: AbstractFileObject.patch Updated patch to include rename class cast exception as well. > ClassCastException in AbstractFileObject when using OnCall caching >

[jira] Updated: (VFS-82) ClassCastException in AbstractFileObject when using OnCall caching

2006-09-26 Thread Ethan Killian (JIRA)
[ http://issues.apache.org/jira/browse/VFS-82?page=all ] Ethan Killian updated VFS-82: - Attachment: AbstractFileObject.patch Fix for ClassCastException problem. Since the files that are resolved may not be AbstractFileObject's cannot just call deleteSelf()

[jira] Created: (VFS-82) ClassCastException in AbstractFileObject when using OnCall caching

2006-09-26 Thread Ethan Killian (JIRA)
ClassCastException in AbstractFileObject when using OnCall caching -- Key: VFS-82 URL: http://issues.apache.org/jira/browse/VFS-82 Project: Commons VFS Issue Type: Bug Affec