Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » BPMN 2.0 Modeler » Source code for version 1.1
Source code for version 1.1 [message #1402767] Thu, 17 July 2014 13:14 Go to next message
Mauro P. is currently offline Mauro P.Friend
Messages: 24
Registered: April 2011
Junior Member
Hi all!
Please can someone tell me where I can find the source code for version 1.1.
Actually I've cloned the master repository at git://git.eclipse.org/gitroot/bpmn2-modeler/org.eclipse.bpmn2-modeler.git
but whenever I try to run the tool it crash (I suppose this is a development branch).

Thanks in advance.
Mauro
Re: Source code for version 1.1 [message #1402933 is a reply to message #1402767] Fri, 18 July 2014 13:05 Go to previous messageGo to next message
Robert Brodt is currently offline Robert BrodtFriend
Messages: 811
Registered: August 2010
Location: Colorado Springs, CO
Senior Member

Hi Mauro,

Can you provide some more details about the "crash"? Is there a stack trace? Error messages? Popup dialogs? Also, a description of your development/runtime environment would help (which version of eclipse, java, dependencies, etc.)

Bob

P.S. you do have the correct git repo and branch, "master" is the current 1.1.0 version.

[Updated on: Fri, 18 July 2014 13:06]

Report message to a moderator

Re: Source code for version 1.1 [message #1403071 is a reply to message #1402767] Mon, 21 July 2014 08:09 Go to previous messageGo to next message
Mauro P. is currently offline Mauro P.Friend
Messages: 24
Registered: April 2011
Junior Member
Hi Robert.
Thanks for your support.

I'm using Windows 7 x64 the latest eclipse sdk (4.4.0.v20140606-1215) (forced to use the jdk 8.05 with the -vm parameter in the eclipse.ini)
I've installed the grapphiti 0.11.0 feature (plus emf / gef).
I've cloned the source code from:
git://git.eclipse.org/gitroot/bpmn2/.git (for the bpmn model / master branch)
and
the master branch of:
git://git.eclipse.org/gitroot/bpmn2-modeler/org.eclipse.bpmn2-modeler.git
for the bmpn modeler.

Then i run the code "as eclipse apllication".
After another instance of eclipse is opened I create an epmty project, and after I try to use the wizard to create a new diagram (a coreography), and the entire eclipse crash.
On the main eclipse console the output reported on the attached file "coreography_console_output.log" is printed, while the "coreography_eclipse_log.log" is created.

Instead when I tryed to create a process diagram a java.lang.OutOfMemoryError: PermGen space Exception was thrown (complete stack trace in "process_eclipse_log.log")


After an eclipse restart I've found the empty diagram in the project.
Now it's possible to open the diagrams without error.

Another bug I've found is in the coreography diagram; Step to reproduce:
1) add a new Coreography task
2) add a new participant to the "Coreography task"
3) add a new Annotation
4) create an association link from the annotation to the task's participant
5) move the annotation or the task
6) the link have a strange beavhiour
(Sorry no stack trace for this, even in log)

Let me know if I need to open bugs for those things.

Thanks again.
Mauro.
Re: Source code for version 1.1 [message #1403487 is a reply to message #1403071] Thu, 24 July 2014 07:29 Go to previous message
Mauro P. is currently offline Mauro P.Friend
Messages: 24
Registered: April 2011
Junior Member
Hi Robert,
any news?
I want to inform you that I moved back to kepler, and the same code works perfectly. Maybe it's a luna problem.

Regards
Mauro

UPDATE:
Finally I was able to get it work also under luna. I've removed all the unnecessary plugins form the launch configuation.
Most likely the new Eclipse instance (with all workspace plugin) did not have enough free memory to execute the wizard. (and this was the cause of the PermGen Exception).

[Updated on: Thu, 24 July 2014 07:45]

Report message to a moderator

Previous Topic: download and build source code of bpmn2 modeler
Next Topic:BPMN Modeler in Luna problem
Goto Forum:
  


Current Time: Wed Apr 24 14:04:03 GMT 2024

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

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

Back to the top