GitHub user metatechbe opened a pull request: https://github.com/apache/felix/pull/15
Add full path in case of exception when extracting a class from JAR file When bundles are being redeployed, several versions might be present in the "data/cache" directory. When a class is attempted to be loaded from a previous version of a bundle which already has been undeployed, an exception occurs which should contain the full path to the file. You can merge this pull request into a Git repository by running: $ git pull https://github.com/metatechbe/felix patch-1 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/felix/pull/15.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #15 ---- commit dda234ae53d631ca1bf63067ccc7233dd5b1b982 Author: metatechbe <metatec...@gmail.com> Date: 2015-02-10T13:17:56Z Add full path in case of exception when extracting a class from JAR file When bundles are being redeployed, several versions might be present in the "data/cache" directory. When a class is attempted to be loaded from a previous version of a bundle which already has been undeployed, an exception occurs which should contain the full path to the file. ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---