Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [bpel-dev] Installation in Eclipse 4.2.2

Hi,

On 06/01/2013 04:10 PM, Oliver Kopp wrote:
I'm trying to install the BPEL Designer via the update site.

I get following error:

Cannot complete the install because one or more required items could
not be found.
  Software being installed: BPEL Visual Designer
1.0.3.v20130509-1351-CI (org.eclipse.bpel.feature.feature.group
1.0.3.v20130509-1351-CI)
  Missing requirement: BPEL Visual Designer 1.0.3.v20130509-1351-CI
(org.eclipse.bpel.feature.feature.group 1.0.3.v20130509-1351-CI)
requires 'org.eclipse.jst.common.fproj.enablement.jdt.feature.group
0.0.0' but it could not be found

The "0.0.0" reads a bit strange.

0.0.0 means "any version", it's not that stange.
This error says that installation can't resolve dependency on org.eclipse.jst.common.fproj.enablement. As a workaround, you should try to add the webtools site to your Eclipse install UI, and retry install (making sure that the "contact other update-sites" checkbox is ticked). Then it should resolve the dependency from this other site.
As a longer-term fix on BPEL site, you could add this feature to the repository (for example in a "Dependencies" category) so people coming to install from BPEL site will also resolve dependencies from the same site.

Cheers,
--
Mickael Istria
Eclipse developer at JBoss, by Red Hat
My blog - My Tweets

Back to the top