Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

EMF/MQ, MT, and VF 1.1/New and Noteworthy

< EMF
Revision as of 15:41, 22 December 2006 by Cdamus.ca.ibm.com (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

EMFT Query, Transaction, and Validation Release 1.1 New and Noteworthy Items.

For more details about the milestone-by-milestone development plan, see the 1.1 draft plan.

Back to EMFT.

1.1 M4

Multiple Results from one Validation Constraint

A single constraint can now report multiple results, for different but related problems in one or more model elements. New utilities on the ConstraintStatus class make it easy to create multiple results and combine them into a single multi-status (which also is an IConstraintStatus.

Multiple results from one constraint

Removing Resources from Transactional Editing Domains

Resources and model elements can now be safely removed from the grip of a transactional editing domain. New utilities on the TransactionUtil class allow a resource or object that has already been detached from the editing domain's resource set to be released from the "transaction protocol." This is particularly useful when the resource/object in question is to be moved into another resource set context, which may or may not be controlled by a transactional editing domain.

Other Bug Fixes

For other bug fixes, see the Query, Transaction, and Validation 1.1 M4 release notes.

Back to the top