• New Feature
  • Status: Closed
  • 2 Major
  • Resolution: Fixed
  • kkannaiy
  • Reporter: tgautier
  • July 30, 2007
  • 0
  • Watchers: 0
  • February 12, 2013
  • September 17, 2007

Description

I had some config that marked a certain field transient - I then removed that transient from my code.

When I attempted to execute my code, I was treated to a dialog which informed me that there were errors in the config.xml. I would like to see a button called “Details »” that would give me more information on what exactly is wrong with the config file.

Comments

Gary Keim 2007-09-17

A ConfigProblemsDialog is now displayed, showing a list of each of the problems. Selecting the problem in the list displays the relevant config element in the ConfigEditor’s XML page. There is a property to stop showing the dialog and an associated project property.

Kalai Kannaiyan 2007-10-01

Tested with rev 5744, it is working as expected.

Steps:

  1. Install Eclipse 3.3
  2. Install the eclispe plugin with rev 5744
  3. Create the jtable project
  4. Add the Terracotta nature
  5. Add the roots for model field
  6. Don’t add any instrumened classes

Expected: “Terracotta” Config Problem Dialog to be displayed. Actual: “Terracotta” Config Problem Dialog with Description, line location and checkbox with Always procedd even if there are config problems option are displayed.

  1. Go to project -> right click and select Properties
  2. In the Properties window, select the Terracotta Server

Actual: Warn about config problems before launching a Terracotta process and When the config changes, offer to restart running Terracotta processes options are checked.