Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » app doesn't open any view nor editor after update to juno
app doesn't open any view nor editor after update to juno [message #892791] Fri, 29 June 2012 13:11 Go to previous message
Luiz E. is currently offline Luiz E.
Messages: 97
Registered: September 2010
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
 
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic:Localizing Enums
Next Topic:Link between a view and an editor
Goto Forum:
  


Current Time: Wed May 22 21:02:20 EDT 2013

Powered by FUDForum. Page generated in 0.01652 seconds