JADE Environment Development Ideas

What's new in the JADE 2025 release?

IMPROVED DEVELOPER EFFICIENCY. ENHANCED INTEGRATIONS. NEW WEB DEVELOPMENT FRAMEWORK

The Jade 2025 release focuses on modernising the developer experience and helping you build faster, smarter, and more scalable applications.


Start your update to JADE's latest release

Change Schema Delete so it succeeds regardless of whether or not instances exist

When you delete a schema and there are instances of classes, the delete can fail with an exception from inverse maintenance. This is sub-optimal given the objective is to discard all the schema defined object instances as well.

Little useful information about the exception is reported at the user interface (message box, jommsg log, examples for 1310 exception are attached). So it can take a considerable amount of time to unravel the relationships and script the necessary deletes (class and property names involved when the exception is thrown would help).

But nothing would help as much as simply deleting the schema and the data.

  • Gerard O'Brien
  • Feb 3 2021
  • Future consideration
  • Attach files
  • John Porter commented
    February 08, 2021 22:30

    What if the reference is to something in another schema?

  • Ty Baen-Price commented
    February 03, 2021 03:02

    Sounds like a bug to me...