Sirius 6.5.0
[566274] Add a new case discovered with a collaborative automatic test

In a collaborative automatic test, the following stack is sometimes
thrown: org.eclipse.net4j.util.lifecycle.LifecycleException: Not active:
CDOTransactionImpl
	at org.eclipse.net4j.util.lifecycle.LifecycleUtil.checkActive(LifecycleUtil.java:100)
	at org.eclipse.net4j.util.lifecycle.Lifecycle.checkActive(Lifecycle.java:206)
	at org.eclipse.emf.internal.cdo.view.AbstractCDOView.getStore(AbstractCDOView.java:460)
	at org.eclipse.emf.internal.cdo.CDOObjectImpl.cdoStore(CDOObjectImpl.java:555)
	at org.eclipse.emf.internal.cdo.CDOObjectImpl.eDirectResource(CDOObjectImpl.java:607)
	at org.eclipse.emf.ecore.impl.BasicEObjectImpl.eInternalResource(BasicEObjectImpl.java:977)
	at org.eclipse.emf.internal.cdo.CDOObjectImpl.eInternalResource(CDOObjectImpl.java:624)
	at org.eclipse.emf.ecore.impl.BasicEObjectImpl.eResource(BasicEObjectImpl.java:959)
	at org.eclipse.gmf.runtime.diagram.ui.properties.sections.AbstractModelerPropertySection.isNotifierDeleted(AbstractModelerPropertySection.java:507)
	at org.eclipse.sirius.diagram.ui.tools.api.properties.AbstractPropertySection.access$1(AbstractPropertySection.java:1)
	at org.eclipse.sirius.diagram.ui.tools.api.properties.AbstractPropertySection$1.run(AbstractPropertySection.java:298)
	at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40)
	at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:185)

This commit avoids this kind of problems.

Bug: 566274
Change-Id: Ibc4667a34313a3495b967fec1d56d70190b14912
Signed-off-by: Laurent Redor <laurent.redor@obeo.fr>
1 file changed
tree: 91a47eb03e214951227edb1b8a849641132f5813
  1. packaging/
  2. plugins/
  3. releng/
  4. .gitattributes
  5. .gitignore
  6. build.sh
  7. CONTRIBUTING
  8. Jenkinsfile
  9. LICENSE
  10. NOTICE
  11. pom.xml
  12. README.md
README.md

Eclipse Sirius

Build Status

Sirius enables the specification of a modeling workbench in terms of graphical, table or tree editors with validation rules and actions using declarative descriptions.

For more details see the project page and the main wiki page.

Building

The build uses Tycho. To launch a complete build, issue

mvn clean package

from the top-level directory. The resulting update-site (p2 repository) can be found in packaging/org.eclipse.sirius.update/target/repository.

By default the build uses a Neon-based target platform. You can specify a different platform like this:

mvn clean package -Dplatform-version-name=name

where name can be any of the following values:

  • mars (Eclipse 4.5)
  • neon (Eclipse 4.6, the default and reference target platform)
  • canary (uses nightly builds of all our dependencies, only used for testing)

The corresponding target platform definitions can be found in releng/org.eclipse.sirius.targets.