Community
Participate
Working Groups
The "Duplicate object" action is currently not working in the BPEL Designer. For most objects it is disabled. Its enabled if you click on the background twice, but clicking does nothing and produces the following log output: java.lang.NullPointerException at org.eclipse.bpel.ui.actions.BPELDuplicateAction.getCommand(BPELDuplicateAction.java:93) at org.eclipse.bpel.ui.actions.EditAction.run(EditAction.java:113) at org.eclipse.bpel.ui.actions.BPELDuplicateAction.run(BPELDuplicateAction.java:141) Looking at the code it seems that the last time that action was working was before the BPELEditor was part of the BPELMultipageEditorPart.
The problem did only occur for the toolbar action (not for the context menu). It's now fixed -or everything except the extension activities - which lead to another problem for that I opened bug 362912.