Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » BPMN Modeler » Generating empty bpmn file, xmi:id missing?
Generating empty bpmn file, xmi:id missing? [message #507296] Tue, 12 January 2010 20:01 Go to next message
R.Afonso is currently offline R.AfonsoFriend
Messages: 10
Registered: December 2009
Junior Member
Hi, I´m trying to create an empty BPMN file similar to that one created by default by BPMN on eclipse (but without that blue pool),
just an empty and ready-to-use BPMN file.
So I have an eclipse extension with all the stuff and the code:

....
resource.getContents().add(BpmnFactory.eINSTANCE.createBpmnD iagram());
resource.save(..)

then from that file I generate the bpmn_diagram, but I can´t modified it.
I´ve traced the problem and seems that doing
createBPMNDiagram()
the xmi:id is missing, while the remaining xmi atributtes aren´t

any idea?
Re: Generating empty bpmn file, xmi:id missing? [message #513130 is a reply to message #507296] Tue, 09 February 2010 00:38 Go to previous message
Eclipse UserFriend
Originally posted by: atoulme.intalio.com

On 1/12/10 12:01 PM, R.Afonso wrote:
> Hi, I´m trying to create an empty BPMN file similar to that one created
> by default by BPMN on eclipse (but without that blue pool),
> just an empty and ready-to-use BPMN file.
> So I have an eclipse extension with all the stuff and the code:
>
> ...
> resource.getContents().add(BpmnFactory.eINSTANCE.createBpmnD iagram());
> resource.save(..)
>
> then from that file I generate the bpmn_diagram, but I can´t modified it.
> I´ve traced the problem and seems that doing
> createBPMNDiagram()
> the xmi:id is missing, while the remaining xmi atributtes aren´t
>
> any idea?
Not sure. Please open a bug.
Previous Topic:copying BPMNDiagram
Next Topic:[Announce] Eclipse/OMG Symposium 2010
Goto Forum:
  


Current Time: Tue Mar 19 07:27:42 GMT 2024

Powered by FUDForum. Page generated in 0.01789 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top