Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [bpel-dev] Problem installing BPEL Designer in eclipse 3.5.2

Hi Aymen,

The quickest way to get the BPEL Designer working with your installation is to check out the source code into your workspace, and either remove the bundle-version dependency for org.eclipse.ui.console, or expand the version range requirement (something like [3.4.0,3.5.0]).

The org.eclipse.ui.console plugin is used to define which views are displayed in the BPEL perspective, so if the perspective still displays the Console view with your changes, we can be reasonably certain that this fixes the problem. If you can verify that the Designer still compiles and works with your version 3.4.0 of org.eclipse.ui.console, then we can make the appropriate change in the BPEL project and have an updated build by tomorrow.
 
Please file a bugzilla for this issue here [0] so we can track it.

Thanks!

[0] https://bugs.eclipse.org/bugs/enter_bug.cgi?product=BPEL

_______________________________________
Robert ("Bob") Brodt
Senior Software Engineer, JBoss Riftsaw
JBoss by Red Hat


Thank you for your reply


I'm working on eclipse 3.5.2 galileo because of another plugin for model transformation

 

  

In the plugins directory of Eclipse the version of “org.eclipse.ui.console” is “org.eclipse.ui.console_3.4.0.v20090513”

 

I add the following update site  http://download.eclipse.org/releases/helios to Eclipse installation.

Then, I tried to install the BPEL Designer once again

But I got the following problem

 


Cannot complete the install because of a conflicting dependency.

  Software being installed: BPEL Visual Designer 0.5.0.v20101202-1444-H38-CI (org.eclipse.bpel.feature.feature.group 0.5.0.v20101202-1444-H38-CI)

  Software currently installed: Eclipse Platform 3.5.2.M20100211-1343 (org.eclipse.platform.ide 3.5.2.M20100211-1343)

  Only one of the following can be installed at once: 

    Console 3.5.0.v20100526 (org.eclipse.ui.console 3.5.0.v20100526)

    Console 3.4.0.v20090513 (org.eclipse.ui.console 3.4.0.v20090513)

  Cannot satisfy dependency:

    From: BPEL Visual Designer 0.5.0.v20101202-1444-H38-CI (org.eclipse.bpel.feature.feature.group 0.5.0.v20101202-1444-H38-CI)

    To: org.eclipse.bpel.ui [0.5.0.v20101202-1444-H38-CI]

  Cannot satisfy dependency:

    From: BPEL Editor (Incubation) 0.5.0.v20101202-1444-H38-CI (org.eclipse.bpel.ui 0.5.0.v20101202-1444-H38-CI)

    To: bundle org.eclipse.ui.console 3.5.0

  Cannot satisfy dependency:

    From: Eclipse Platform 3.5.2.R35x_v20100210-0800-9hEiFzmFst-TiEn9hNYgDWg1XN8ulH_JvCNGB (org.eclipse.platform.feature.group 3.5.2.R35x_v20100210-0800-9hEiFzmFst-TiEn9hNYgDWg1XN8ulH_JvCNGB)

    To: org.eclipse.ui.console [3.4.0.v20090513]

  Cannot satisfy dependency:

    From: Eclipse Platform 3.5.2.M20100211-1343 (org.eclipse.platform.ide 3.5.2.M20100211-1343)

    To: org.eclipse.platform.feature.group [3.5.2.R35x_v20100210-0800-9hEiFzmFst-TiEn9hNYgDWg1XN8ulH_JvCNGB]





Do I have to manually remove the “org.eclipse.ui.console_3.4.0.v20090513” version and to install the BPEL Designer again


Regards,

Aymen


On Wed, Jun 8, 2011 at 1:50 PM, Vincent Zurczak <vincent.zurczak@xxxxxxxxxxxxxx> wrote:
Hi,

The installation fails because one dependency was not found in your Eclipse installation.
I don't know if the console 3.5.0 is available for Galileo.

Could you take a look at the plugins directory of your Eclipse?
Search for a plugin called "org.eclipse.ui.console". Which version is it?

You could try to add the following update site [0] to your Eclipse installation.
Then, try to install the BPEL Designer once again. Eclipse should contact the new update site to try to find the missing dependency.

Regards,

                 Vincent.


[ 0 ] : http://download.eclipse.org/releases/helios



Le 08/06/2011 13:14, aymen saied a écrit :
Problem installing BPEL Designer in eclipse 3.5.2 galileo

Cannot complete the install because one or more required items could not be found.

  Software being installed: BPEL Visual Designer 0.5.0.v20101202-1444-H38-CI (org.eclipse.bpel.feature.feature.group 0.5.0.v20101202-1444-H38-CI)

  Missing requirement: BPEL Editor (Incubation) 0.5.0.v20101202-1444-H38-CI (org.eclipse.bpel.ui 0.5.0.v20101202-1444-H38-CI) requires 'bundle org.eclipse.ui.console 3.5.0' but it could not be found

  Cannot satisfy dependency:

    From: BPEL Visual Designer 0.5.0.v20101202-1444-H38-CI (org.eclipse.bpel.feature.feature.group 0.5.0.v20101202-1444-H38-CI)

    To: org.eclipse.bpel.ui [0.5.0.v20101202-1444-H38-CI]


can anyone help me

_______________________________________________ bpel-dev mailing list bpel-dev@xxxxxxxxxxx https://dev.eclipse.org/mailman/listinfo/bpel-dev


--
Vincent Zurczak

R&D Engineer
Petals Link - SOA open-source company
http://vzurczak.wordpress.com
+33 (0) 4 76 96 15 16

_______________________________________________
bpel-dev mailing list
bpel-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/bpel-dev



_______________________________________________
bpel-dev mailing list
bpel-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/bpel-dev


Back to the top