### Eclipse Workspace Patch 1.0 #P org.eclipse.jpt.ui Index: src/org/eclipse/jpt/ui/internal/details/PersistentTypeDetailsPage.java =================================================================== RCS file: /cvsroot/webtools/org.eclipse.jpa/components/jpa/plugins/org.eclipse.jpt.ui/src/org/eclipse/jpt/ui/internal/details/PersistentTypeDetailsPage.java,v retrieving revision 1.21 diff -u -r1.21 PersistentTypeDetailsPage.java --- src/org/eclipse/jpt/ui/internal/details/PersistentTypeDetailsPage.java 26 Mar 2008 23:22:30 -0000 1.21 +++ src/org/eclipse/jpt/ui/internal/details/PersistentTypeDetailsPage.java 21 Jul 2008 14:29:10 -0000 @@ -208,7 +208,6 @@ this.currentMappingComposite.populate(); this.typeMappingPageBook.showPage(this.currentMappingComposite.getControl()); - this.repaintDetailsView(this.typeMappingPageBook); } catch (Exception e) { JptUiPlugin.log(e); @@ -243,6 +242,7 @@ this.typeMappingPageBook.showPage(this.buildLabel(this.typeMappingPageBook, "")); } + this.repaintDetailsView(this.typeMappingPageBook); } /* Index: src/org/eclipse/jpt/ui/internal/details/PersistentAttributeDetailsPage.java =================================================================== RCS file: /cvsroot/webtools/org.eclipse.jpa/components/jpa/plugins/org.eclipse.jpt.ui/src/org/eclipse/jpt/ui/internal/details/PersistentAttributeDetailsPage.java,v retrieving revision 1.24 diff -u -r1.24 PersistentAttributeDetailsPage.java --- src/org/eclipse/jpt/ui/internal/details/PersistentAttributeDetailsPage.java 15 Apr 2008 19:41:10 -0000 1.24 +++ src/org/eclipse/jpt/ui/internal/details/PersistentAttributeDetailsPage.java 21 Jul 2008 14:29:10 -0000 @@ -255,7 +255,6 @@ this.currentMappingComposite.populate(); this.mappingPageBook.showPage(this.currentMappingComposite.getControl()); this.mappingPageChanged(this.currentMappingComposite); - this.repaintDetailsView(this.mappingPageBook); } catch (Exception e) { JptUiPlugin.log(e); @@ -289,6 +288,7 @@ this.mappingPageBook.showPage(this.buildLabel(this.mappingPageBook, "")); } + this.repaintDetailsView(this.mappingPageBook); } /*