Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.
EMF/Transaction/FAQ
< EMF | Transaction(Redirected from EMF-Transaction-FAQ)
In addition to the FAQ below, see also the EMF Model Transaction Developer Guide documentation included in the EMF Transaction SDK.
Newbie / General
Does EMF Transaction 1.x work with J2SE 1.4?
Yes and no. The core EMF Transaction framework works with the EMF Validation framework, EMF 2.2 or higher and J2SE 1.4.
Transaction | Validation | EMF | Minimim JVM |
---|---|---|---|
1.0 | 1.0 | 2.2 | 1.4.2 |
1.1 | 1.1 | 2.2+ | 1.4.2 |
1.2 | 1.2 | 2.3+ | 1.5 |
However, if you need the OCL extensions in the org.eclipse.emf.validation.ocl plug-in, the requirements are different.
Transaction | Validation | OCL | EMF | Minimim JVM |
---|---|---|---|---|
1.0 | 1.0 | 1.0 | 2.2 | 1.4.2 |
1.1 | 1.1 | 1.1 | 2.3 | 1.5 |
1.2 | 1.2 | 1.1+ | 2.3+ | 1.5 |
See also OCL 1.x Requirements and EMF 2.3 JVM Requirements.