Author: scabanovich
Date: 2008-10-20 11:18:32 -0400 (Mon, 20 Oct 2008)
New Revision: 11004
Modified:
trunk/seam/plugins/org.jboss.tools.seam.ui.pages/src/org/jboss/tools/seam/ui/pages/editor/commands/AddExceptionOnDiagramHandler.java
Log:
JBIDE-2770
Modified:
trunk/seam/plugins/org.jboss.tools.seam.ui.pages/src/org/jboss/tools/seam/ui/pages/editor/commands/AddExceptionOnDiagramHandler.java
===================================================================
---
trunk/seam/plugins/org.jboss.tools.seam.ui.pages/src/org/jboss/tools/seam/ui/pages/editor/commands/AddExceptionOnDiagramHandler.java 2008-10-20
15:01:18 UTC (rev 11003)
+++
trunk/seam/plugins/org.jboss.tools.seam.ui.pages/src/org/jboss/tools/seam/ui/pages/editor/commands/AddExceptionOnDiagramHandler.java 2008-10-20
15:18:32 UTC (rev 11004)
@@ -52,7 +52,7 @@
e.addChild(c);
m.addChild(e);
m.setModified(true);
- String pp = e.getPathPart();
+ String pp = "exception:" + e.getPathPart();
XModelObject created = diagram.getChildByPath(pp);
String shape = AddExceptionHandler.getShape(p);
if(created != null && shape != null)
created.setAttributeValue("shape", shape);
Show replies by date