Community
Participate
Working Groups
When an UML editor is nested into a multi editor, it uses the default transactional editing domain of the multi editor. However, it may occur that this domain has not been created, causing a NPE when initializing the nested editor: java.lang.NullPointerException at org.eclipse.gef3d.examples.uml2.activity.part.UMLActivityDiagramEditor3D$2.createEmptyDocument(UMLActivityDiagramEditor3D.java:444)
A factory for creating a transactional editing domain is registered in o.e.gef3d.gmf plugin.xml.
Created attachment 172311 [details] mylyn/context/zip