| Summary: | Workbench bundle should not depend on databinding bundles | ||
|---|---|---|---|
| Product: | [RT] RAP | Reporter: | Frank Appel <fr.appel> |
| Component: | Workbench | Assignee: | Frank Appel <fr.appel> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | b.muskalla |
| Version: | 1.2 | Flags: | ruediger.herrmann:
review+
|
| Target Milestone: | 1.3 M1 | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
|
Description
Frank Appel
Solved this problem by using reflection for databinding initialization and setting the dependencies to optional. So if databinding is there the default realm will be retrieved otherwise the workbench spins the UI loop without realm. This may not be the most sophisticated approach, but it should allow that existing apps run without any changes. |