Skip to main content



      Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » How to implement in kind of plug-in dependencies in Eclipse RAP
How to implement in kind of plug-in dependencies in Eclipse RAP [message #688999] Sun, 26 June 2011 09:36
Eclipse UserFriend
Hello,

In my project, I have many module and in each module, I would like to create the plugin by plugin. then combine in the main plugin which have web.xml file.

I have an experience in Eclipse RCP which can do like this. but I cannot implement in Eclipse RAP and it has an error message following below.

======================================================================
!ENTRY de.osedata.eve.rap 4 0 2011-06-26 20:33:10.542
!MESSAGE
!STACK 0
org.osgi.framework.BundleException: The bundle "de.osedata.eve.rap_1.0.0.qualifier [55]" could not be resolved. Reason: Missing Constraint: Require-Bundle: de.osedata.core.logging; bundle-version="1.0.0"
at org.eclipse.osgi.framework.internal.core.AbstractBundle.getResolverError(AbstractBundle.java:1317)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.getResolutionFailureException(AbstractBundle.java:1301)
at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:319)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.resume(AbstractBundle.java:374)
at org.eclipse.osgi.framework.internal.core.Framework.resumeBundle(Framework.java:1067)
at org.eclipse.osgi.framework.internal.core.StartLevelManager.resumeBundles(StartLevelManager.java:561)
at org.eclipse.osgi.framework.internal.core.StartLevelManager.resumeBundles(StartLevelManager.java:546)
at org.eclipse.osgi.framework.internal.core.StartLevelManager.incFWSL(StartLevelManager.java:459)
at org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLevel(StartLevelManager.java:243)
at org.eclipse.osgi.framework.internal.core.StartLevelManager.dispatchEvent(StartLevelManager.java:440)
at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:227)
at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:337)

!ENTRY org.eclipse.osgi 4 0 2011-06-26 20:33:10.553
!MESSAGE Bundle initial@reference:file:../../../../Repository/EclipseRAP/source/de.osedata.eve.rap/ was not resolved.

!ENTRY org.eclipse.osgi 2 0 2011-06-26 20:33:10.566
!MESSAGE One or more bundles are not resolved because the following root constraints are not resolved:
!SUBENTRY 1 org.eclipse.osgi 2 0 2011-06-26 20:33:10.567
!MESSAGE Bundle initial@reference:file:../../../../Repository/EclipseRAP/source/de.osedata.eve.rap/ was not resolved.
!SUBENTRY 2 de.osedata.eve.rap 2 0 2011-06-26 20:33:10.567
!MESSAGE Missing required bundle de.osedata.core.logging_1.0.0.

!ENTRY org.eclipse.osgi 2 0 2011-06-26 20:33:10.570
!MESSAGE The following is a complete list of bundles which are not resolved, see the prior log entry for the root cause if it exists:
!SUBENTRY 1 org.eclipse.osgi 2 0 2011-06-26 20:33:10.570
!MESSAGE Bundle de.osedata.eve.rap_1.0.0.qualifier [55] was not resolved.
!SUBENTRY 2 de.osedata.eve.rap 2 0 2011-06-26 20:33:10.570
!MESSAGE Missing required bundle de.osedata.core.logging_1.0.0.
2011-06-26 20:33:17.862:WARN::ERROR: /rap;jsessionid=1f36n66udapul1pr7q26vneatz
java.lang.IllegalArgumentException: An entry point named 'eve' does not exist.
at org.eclipse.rwt.internal.lifecycle.EntryPointManager.createUI(EntryPointManager.java:77)
at org.eclipse.rwt.internal.lifecycle.RWTLifeCycle.createUI(RWTLifeCycle.java:245)
at org.eclipse.rwt.internal.lifecycle.RWTLifeCycle$UIThreadController.run(RWTLifeCycle.java:114)
at java.lang.Thread.run(Thread.java:662)
at org.eclipse.rwt.internal.lifecycle.UIThread.run(UIThread.java:102)


Please help me out of this problem
Thank you for any suggestion
Eiam
Previous Topic:No available Software Sites while TargetPlatform build
Next Topic:Re: How to create the dependencies plug-in in Eclipse RAP
Goto Forum:
  


Current Time: Sat Jul 05 04:11:27 EDT 2025

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

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

Back to the top