View | Details | Raw Unified | Return to bug 231880
Collapse All | Expand All

(-)src/org/eclipse/jpt/ui/internal/details/PersistentTypeDetailsPage.java (-1 / +1 lines)
Lines 208-214 Link Here
208
208
209
				this.currentMappingComposite.populate();
209
				this.currentMappingComposite.populate();
210
				this.typeMappingPageBook.showPage(this.currentMappingComposite.getControl());
210
				this.typeMappingPageBook.showPage(this.currentMappingComposite.getControl());
211
				this.repaintDetailsView(this.typeMappingPageBook);
212
			}
211
			}
213
			catch (Exception e) {
212
			catch (Exception e) {
214
				JptUiPlugin.log(e);
213
				JptUiPlugin.log(e);
Lines 243-248 Link Here
243
242
244
			this.typeMappingPageBook.showPage(this.buildLabel(this.typeMappingPageBook, ""));
243
			this.typeMappingPageBook.showPage(this.buildLabel(this.typeMappingPageBook, ""));
245
		}
244
		}
245
		this.repaintDetailsView(this.typeMappingPageBook);
246
	}
246
	}
247
247
248
	/*
248
	/*
(-)src/org/eclipse/jpt/ui/internal/details/PersistentAttributeDetailsPage.java (-1 / +1 lines)
Lines 255-261 Link Here
255
				this.currentMappingComposite.populate();
255
				this.currentMappingComposite.populate();
256
				this.mappingPageBook.showPage(this.currentMappingComposite.getControl());
256
				this.mappingPageBook.showPage(this.currentMappingComposite.getControl());
257
				this.mappingPageChanged(this.currentMappingComposite);
257
				this.mappingPageChanged(this.currentMappingComposite);
258
				this.repaintDetailsView(this.mappingPageBook);
259
			}
258
			}
260
			catch (Exception e) {
259
			catch (Exception e) {
261
				JptUiPlugin.log(e);
260
				JptUiPlugin.log(e);
Lines 289-294 Link Here
289
288
290
			this.mappingPageBook.showPage(this.buildLabel(this.mappingPageBook, ""));
289
			this.mappingPageBook.showPage(this.buildLabel(this.mappingPageBook, ""));
291
		}
290
		}
291
		this.repaintDetailsView(this.mappingPageBook);
292
	}
292
	}
293
293
294
	/*
294
	/*

Return to bug 231880