Bug 272705 - [simpleconfigurator] Check for UNINSTALLED before starting bundle
Summary: [simpleconfigurator] Check for UNINSTALLED before starting bundle
Status: RESOLVED FIXED
Alias: None
Product: Equinox
Classification: Eclipse Project
Component: p2 (show other bugs)
Version: 3.5   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.5 M7   Edit
Assignee: P2 Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: polish
Depends on:
Blocks:
 
Reported: 2009-04-17 10:39 EDT by Simon Kaegi CLA
Modified: 2009-04-21 13:39 EDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Simon Kaegi CLA 2009-04-17 10:39:53 EDT
If an uninstalled bundle is started an IllegalStateException is thrown according to the spec. We unfortunately don't catch this and subsequently run into trouble. This is an error however we should be a bit more forgiving and check the state and log the error instead of propageting the unchecked exception.
Comment 1 Simon Kaegi CLA 2009-04-21 13:39:40 EDT
Fixed in HEAD