Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[stp-dev] Help with SCA Composite Designer

Hello,

I've been one of first users (I think) of the SCA Composite Designer (the GMF editor), thanks to the entry opened by Oisin. I have been playing with it for a while, and I want to congratulate the Obeo team since this is a really awesome piece of work.

I'm not sure if it's a little too early to start bugging about (supossed?) bugs, but I'm having an issue when creating more than one composite in a diagram. These are the reproduction steps:

1. Create a new SCA diagram. Create a composite and give it a name, and add some components inside, also without leaving their names blank. 
2. Draw another composite, and also add some components inside, with names too.
3. Try to add components to the first composite. You can't!
4. Save your diagram and close it.
5. Reopen the diagram. The names of the first composite and its components are gone! Also, you can't edit the empty names. When I try to do so, the error log fires this: 

java.lang.ClassCastException: org.eclipse.gmf.runtime.diagram.ui.parts.DiagramEditDomain cannot be cast to org.eclipse.stp.bpmn.diagram.part.BpmnDiagramEditDomain

If this isn't a bug, but an user error, I'd love to know. I wasn't sure whether submitting this to bugzilla, since the project isn't in the STP repository just yet.

Thanks a lot!

-Juan


Back to the top