Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » BPMN Modeler » Download and Install BPMN
Download and Install BPMN [message #7154] Tue, 03 February 2009 17:20 Go to next message
sanjay is currently offline sanjayFriend
Messages: 7
Registered: July 2009
Junior Member
Hi,

I'm just starting with BPMN.

If some one could provide instructions on from where to download BPMN and
how to install it will help be getting started with this tool.

Thanks for all of your help.

Sanjay
Re: Download and Install BPMN [message #7178 is a reply to message #7154] Tue, 03 February 2009 18:04 Go to previous messageGo to next message
Felix is currently offline FelixFriend
Messages: 10
Registered: July 2009
Junior Member
Hi,
just download a clean Eclipse Ganymede for example 3.4.1 and add the
following update page under
Help - Software Updates - Available Software - Add Site
http://download.eclipse.org/stp/updates/releases/1.0.1.20080 9261307/site.xml

-> install this update and you could create BPMN diagrams.

ciao
Re: Download and Install BPMN [message #7248 is a reply to message #7178] Wed, 04 February 2009 03:30 Go to previous messageGo to next message
sanjay is currently offline sanjayFriend
Messages: 7
Registered: July 2009
Junior Member
Thanks. I was able to install BPMN. Is there a tutorial out there which I
could use to learn BPMN?

Sanjay
Re: Download and Install BPMN [message #7270 is a reply to message #7248] Wed, 04 February 2009 06:50 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: atoulme.intalio.com

sanjay wrote:
> Thanks. I was able to install BPMN. Is there a tutorial out there which
> I could use to learn BPMN?
>
> Sanjay
>
I'm doing a webinar next week. Otherwise to get intimate with BPMN, you
should use Google. There is plenty of information online.

Thanks,

Antoine
Re: Download and Install BPMN [message #7979 is a reply to message #7270] Wed, 04 February 2009 16:09 Go to previous messageGo to next message
Felix is currently offline FelixFriend
Messages: 10
Registered: July 2009
Junior Member
Antoine Toulme wrote:
> I'm doing a webinar next week. Otherwise to get intimate with BPMN, you
> should use Google. There is plenty of information online.

That sounds great. I would like to join this webinar. Is it for free? Or
could I download it somewhere later?

ciao Felix
Re: Download and Install BPMN [message #8043 is a reply to message #7979] Wed, 04 February 2009 17:45 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: atoulme.intalio.com

Felix wrote:
> Antoine Toulme wrote:
>> I'm doing a webinar next week. Otherwise to get intimate with BPMN,
>> you should use Google. There is plenty of information online.
>
> That sounds great. I would like to join this webinar. Is it for free? Or
> could I download it somewhere later?
It's free and you can watch it later. Thanks for your interest. I still
need to prepare it...
>
> ciao Felix
>
Re: Download and Install BPMN [message #8321 is a reply to message #8043] Thu, 12 February 2009 18:17 Go to previous messageGo to next message
sanjay is currently offline sanjayFriend
Messages: 7
Registered: July 2009
Junior Member
I'm trying to run BPMN sample - Restaurent. I get following error when I
try to run :

Exception in thread "main" java.lang.Error: Unresolved compilation
problems:
SCADomain cannot be resolved to a type
SCADomain cannot be resolved


How do I fix this? Do I have to configure additional libs? Any pointers to
get me started on running samples would help.

Thanks,
Sanjay
Re: Download and Install BPMN [message #8353 is a reply to message #8321] Thu, 12 February 2009 22:35 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: atoulme.intalio.com

It looks like a SCA Tools related error. Do you have SCA installed ? Are
you running the BPMN editor or the SCA editor ?

Thanks,

Antoine

sanjay wrote:
> I'm trying to run BPMN sample - Restaurent. I get following error when I
> try to run :
>
> Exception in thread "main" java.lang.Error: Unresolved compilation
> problems: SCADomain cannot be resolved to a type
> SCADomain cannot be resolved
>
>
> How do I fix this? Do I have to configure additional libs? Any pointers
> to get me started on running samples would help.
>
> Thanks,
> Sanjay
>
Re: Download and Install BPMN [message #8385 is a reply to message #8353] Fri, 13 February 2009 00:39 Go to previous messageGo to next message
sanjay is currently offline sanjayFriend
Messages: 7
Registered: July 2009
Junior Member
Hi Antoine,

I am new to BPMN world and trying to run my first hello world BPMN.

I installed eclipse sdk 3.4.1 and configured:

http://download.eclipse.org/stp/updates/releases/1.0.1.20080 9261307/site.xml

If you could provide me instructions on how to get started with my first
hello world that would be great. I have been googling but unable to get
much success.

Thanks for all of your help.

Sanjay
Re: Download and Install BPMN [message #8416 is a reply to message #8353] Fri, 13 February 2009 09:14 Go to previous messageGo to next message
Stephane Drapeau is currently offline Stephane DrapeauFriend
Messages: 199
Registered: July 2009
Senior Member
Thanks Antoine. I think also that Sanjay try to run an SCA sample
provided by SCA Tools.

Sanjay, did you installed Tuscany [0]? It looks like Tuscany isn't in
the build path of your project. The tutorial [1] explains how to install
Tuscany.

You can find information on SCA (Service Component Architecture) here
[2] and on the Eclipse project SCA Tools here [3].

Regards,

Stephane Drapeau
Obeo

[0]: http://tuscany.apache.org/
[1]:
http://wiki.eclipse.org/STP/SCA_Component/SCA_First_Steps_Wi th_Composite_Designer#Prerequisites
[2]: http://www.osoa.org/display/Main/Home
[3]: http://wiki.eclipse.org/STP/SCA_Component

Antoine Toulme a écrit :
> It looks like a SCA Tools related error. Do you have SCA installed ? Are
> you running the BPMN editor or the SCA editor ?
>
> Thanks,
>
> Antoine
>
> sanjay wrote:
>> I'm trying to run BPMN sample - Restaurent. I get following error when I
>> try to run :
>>
>> Exception in thread "main" java.lang.Error: Unresolved compilation
>> problems: SCADomain cannot be resolved to a type
>> SCADomain cannot be resolved
>>
>>
>> How do I fix this? Do I have to configure additional libs? Any pointers
>> to get me started on running samples would help.
>>
>> Thanks,
>> Sanjay
>>
>
Re: Download and Install BPMN [message #8446 is a reply to message #8385] Fri, 13 February 2009 09:37 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: atoulme.intalio.com

That should be it. See Jonathan's message, it should help.

sanjay wrote:
> Hi Antoine,
>
> I am new to BPMN world and trying to run my first hello world BPMN.
>
> I installed eclipse sdk 3.4.1 and configured:
>
> http://download.eclipse.org/stp/updates/releases/1.0.1.20080 9261307/site.xml
>
>
> If you could provide me instructions on how to get started with my first
> hello world that would be great. I have been googling but unable to get
> much success.
>
> Thanks for all of your help.
>
> Sanjay
>
Re: Download and Install BPMN [message #8477 is a reply to message #8446] Fri, 13 February 2009 09:38 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: atoulme.intalio.com

Antoine Toulme wrote:
> That should be it. See Jonathan's message, it should help.
Edit: I meant Stephane. Need more caffeine here...
>
> sanjay wrote:
>> Hi Antoine,
>>
>> I am new to BPMN world and trying to run my first hello world BPMN.
>>
>> I installed eclipse sdk 3.4.1 and configured:
>>
>> http://download.eclipse.org/stp/updates/releases/1.0.1.20080 9261307/site.xml
>>
>>
>>
>> If you could provide me instructions on how to get started with my first
>> hello world that would be great. I have been googling but unable to get
>> much success.
>>
>> Thanks for all of your help.
>>
>> Sanjay
>>
>
Re: Download and Install BPMN [message #518155 is a reply to message #7178] Wed, 03 March 2010 10:11 Go to previous messageGo to next message
Xiaofeng Liu is currently offline Xiaofeng LiuFriend
Messages: 2
Registered: March 2010
Junior Member
There is an error when did according to what you said
http://download.eclipse.org/stp/updates/releases/1.0.1.20080 9261307/site.xml

it seems the website has some problem.

I tried to install with copying the plugin into plugin directory, but failed. Do you know some other way that I can Install this plugin?

Thank you very much!
Re: Download and Install BPMN [message #524479 is a reply to message #518155] Thu, 01 April 2010 06:30 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: atoulme.intalio.com

On 3/3/10 2:11 AM, Xiaofeng Liu wrote:
> There is an error when did according to what you said
> http://download.eclipse.org/stp/updates/releases/1.0.1.20080
> 9261307/site.xml
>
> it seems the website has some problem.
>
> I tried to install with copying the plugin into plugin directory, but
> failed. Do you know some other way that I can Install this plugin?
>
> Thank you very much!
You can use the Helios update site for the latest bits.
Re: Download and Install BPMN [message #529231 is a reply to message #524479] Fri, 23 April 2010 14:18 Go to previous messageGo to next message
Herli Menezes is currently offline Herli MenezesFriend
Messages: 1
Registered: April 2010
Junior Member
Hello,

there are some links that aren't working fine. I have updated from this: it is working.
http://download.eclipse.org/stp/updates/galileo/

HJdM
Re: Download and Install BPMN [message #544600 is a reply to message #524479] Sun, 04 July 2010 18:19 Go to previous messageGo to next message
Kerry Hinge is currently offline Kerry HingeFriend
Messages: 9
Registered: July 2009
Junior Member
Eclipse User wrote on Thu, 01 April 2010 02:30
Originally posted by: atoulme.intalio.com

On 3/3/10 2:11 AM, Xiaofeng Liu wrote:
> There is an error when did according to what you said
> http://download.eclipse.org/stp/updates/releases/1.0.1.20080
> 9261307/site.xml
>
> it seems the website has some problem.
>
> I tried to install with copying the plugin into plugin directory, but
> failed. Do you know some other way that I can Install this plugin?
>
> Thank you very much!
You can use the Helios update site for the latest bits.


I have installed the SOA version of Helios and used the Helios update site to download the BPMN feature. It lists this feature as being installed yet I cannot open a .bpmn_diagram file. When I try to create a new model by selecting 'other' from the file -> new menu I don't get the second option of 'other' appearing thus I cannot create a new BPMN model. It is as if Helios does not recognise the plug-ins that are installed. Have you encountered this with Helios? Can you point me to a solution?
Re: Download and Install BPMN [message #544632 is a reply to message #544600] Mon, 05 July 2010 07:25 Go to previous messageGo to next message
Verena is currently offline VerenaFriend
Messages: 17
Registered: July 2009
Junior Member
Works fine for me with Helios. Maybe you could try reinstalling it.
Re: Download and Install BPMN [message #545695 is a reply to message #544632] Thu, 08 July 2010 16:11 Go to previous messageGo to next message
Kerry Hinge is currently offline Kerry HingeFriend
Messages: 9
Registered: July 2009
Junior Member
Okay, I have reinstalled Helios and performed the following actions. First I extracted the SOA version of Helios into Program Files under Windows 7. That created a new folder named 'eclipse'. I then renamed that folder to 'EclipseHeliosTarget'. I then opened Helios, selected a new workspace folder on my slave drive and entered the workbench.
I selected 'new' from the file menu then 'other' but there was not a subdirectory called 'other' from which I could select a new BPMN diagram so I selected 'Install New Software...' from the help menu. No update sites were listed so I added the site, http://download.eclipse.org/releases/helios/
The update application loaded all the available projects from which I selected 'SOA Development -> BPMN Feature'. After installing this and restarting Helios I still could not create a new BPMN model. The subdirectory "New -> Other -> Other" does not exist in the menu.

Can you tell me what I am doing wrong?

Thank you.
Re: Download and Install BPMN [message #546755 is a reply to message #545695] Wed, 14 July 2010 06:33 Go to previous messageGo to next message
Verena is currently offline VerenaFriend
Messages: 17
Registered: July 2009
Junior Member
Could you please check whether the BPMN-Stuff is installed?

Help->About Eclipse->Installation Details

You should see the bmpn project feature listed here.
Re: Download and Install BPMN [message #547173 is a reply to message #546755] Thu, 15 July 2010 19:27 Go to previous messageGo to next message
Kerry Hinge is currently offline Kerry HingeFriend
Messages: 9
Registered: July 2009
Junior Member
Yes both the BPMN Project Feature and Eclipse IDE for SOA Developers are listed as being installed.
Re: Download and Install BPMN [message #547243 is a reply to message #7154] Fri, 16 July 2010 05:58 Go to previous message
Verena is currently offline VerenaFriend
Messages: 17
Registered: July 2009
Junior Member
I'm running Helios(J2ee-version) under Linux, but I guess that should not be a problem.

The other thing I did in a different way than you, was the installation. I did not use the explicit update site but the normal Helios update site. The BPMN feature is also listed there, so you need not to add a new URL to the software update. Maybe you could try uninstalling the Plugin and install it via:

Helios - http://download.eclipse.org/releases/helios

Now I remember, that I had the same problem several version before, but I can't remember what I did. I probably switched to another version.

Try the galileo version...

[Updated on: Fri, 16 July 2010 05:59]

Report message to a moderator

Previous Topic:Migration to GMF 2.2
Next Topic:please can you confirm what I understood from BPMN2
Goto Forum:
  


Current Time: Sat Apr 20 03:36:54 GMT 2024

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

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

Back to the top