Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » BPEL Designer » failing to resolve import package refs to org.eclipse.bpel.model used as plug-in depencency
failing to resolve import package refs to org.eclipse.bpel.model used as plug-in depencency [message #660035] Wed, 16 March 2011 15:26 Go to next message
Eclipse UserFriend
Originally posted by: ss.thinkersfoot.net

hey,

i got a third-party plugin (http://mdd4soa.eu/transformers/) which
requires two bpel-designer plug-ins as plug-in dependencies, namely:

org.eclipse.bpel.model
org.eclipse.bpel.apache.ode.deploy.model

i plan to extend this plugin and tried to setup my built environment
accordingly. i imported the source project distribution of the 3rd-party
plugin into my workspace successfully, installed bpel designer from the
update site into my eclipse 3.6.2.

when trying to build the 3rd-party plugin, i run into a load of
shout-outs of the form:

"The import org.eclipse.bpel.model cannot be resolved"

if I mount a cvs copy of org.eclipse.bpel.model as a project, it nicely
plays with the 3rd-party plugin built.

i then checked back with the plugin-dependencies view of the 3rd-party
plugin. there i find none of the packages in org.eclipse.bpel.model
(i.e., org.eclipse.bpel.model.*) being shown as accessible/exported. why so?

however, if i look at the cvs exported org.eclipse.bpel.model sources
and their plugin.xml, there are packages being marked as runtime >
exported packages.

am i missing anything obvious here?

looking into the org.eclipse.bpel.model jar, i only find the "bin"
archive in there (the zip archive containing all package dirs and class
files); which is probably the way the non-exported packages are hidden
from client (e.g., plugins).

i'd simply like to avoid maintaining yet another source project and
simply build the refined 3rd-party plugin against the installed
org.eclipse.bpel.model plugin.

Thanks for any hints!

//stefan
Re: failing to resolve import package refs to org.eclipse.bpel.model used as plug-in depencency [message #666038 is a reply to message #660035] Mon, 18 April 2011 17:54 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 Stefan,

I'm not sure why your 3rd party plugin isn't seeing the exported packages. The update site is built using maven which is supposed to export all packages. I'll dig into this some more to try to figure it out...
Re: failing to resolve import package refs to org.eclipse.bpel.model used as plug-in depencency [message #666043 is a reply to message #660035] Mon, 18 April 2011 18:21 Go to previous message
Robert Brodt is currently offline Robert BrodtFriend
Messages: 811
Registered: August 2010
Location: Colorado Springs, CO
Senior Member

Hi again,

I just tried this with a nightly build from eclipse.org/bpel and all of the org.eclipse.bpel plugins were resolved. I'm not sure what the problem could be.
Previous Topic:deploy simple bpel project
Next Topic:Unable to start BEPL Designer on Helious, fresh install
Goto Forum:
  


Current Time: Tue Mar 19 08:26:45 GMT 2024

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

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

Back to the top