app doesn't open any view nor editor after update to juno [message #892791] |
Fri, 29 June 2012 17:11 |
Luiz E. Messages: 100 Registered: September 2010 |
Senior Member |
|
|
I have a RCP app built with Eclipse 3.7. Today I updated to Juno, with the following target definition:
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.platform.feature.group" version="4.2.0.v20120608-135145-9JF7BHV8FyMteji0Oi_ePMz0xuZ8TVo7lV0z0ecb"/>
<unit id="org.eclipse.equinox.executable.feature.group" version="3.6.0.v20120522-1813-7P7OG2BFLWUl7UmbVUO9iCm"/>
<unit id="org.eclipse.persistence.jpa.feature.group" version="2.4.0.v20120608-r11652"/>
<repository location="http://download.eclipse.org/releases/juno"/>
</location>
When I click to open a view, the SQL that loads the records that are shown on view runs fine, but the view doesn't open
I thought the problem could be with perspective or something else, but it wasn't
this is my `Perspective` class
public void createInitialLayout(IPageLayout layout) {
//IPartService partService = PlatformUI.getWorkbench().getActiveWorkbenchWindow().getPartService();
//partService.addPartListener(new PerspectiveListenerAdapter());
this.layout = layout;
String editorAreaId = layout.getEditorArea();
layout.createPlaceholderFolder(FI_TOP, IPageLayout.TOP, ratioTop, editorAreaId);
layout.createPlaceholderFolder(FI_BOTTOM, IPageLayout.BOTTOM, ratioBottom, editorAreaId);
//layout.setEditorAreaVisible(false);
}
Everything that is commented was discommented before (and doesn't made ant difference).
Any ideas?
Thanks in advance and sorry abou my english
|
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.03472 seconds