Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Remote Application Platform (RAP) » Trying to run e4 Contact Demo - missing org.eclipse.rap.jface.databinding
Trying to run e4 Contact Demo - missing org.eclipse.rap.jface.databinding [message #483454] Tue, 01 September 2009 16:18 Go to next message
Richard Catlin is currently offline Richard CatlinFriend
Messages: 50
Registered: July 2009
Member
I am following the instructions on this page:
http://wiki.eclipse.org/E4/RAP_Integration/Experimental#Set_ up_the_target

1. I downloaded e4, which looks like it has EMF 2.5.0 instead of 2.4.2.
Not sure it this is a problem

2. I used the update site for RAP 1.3 M1 Build instead of 1.2 Release.
Not sure if this is a problem.

3. I imported Team Project Set: Rap_e4.psf

4. I applied the patch by copying the content of this file and pasting
into the package explorer: Rap-e4-tmp-etabfolder.psf

I get the following build errors:

1. org.eclipse.jface.databinding
manifest error on:
Require-Bundle:
org.eclipse.rap.jface.databinding;bundle-version="1.2.0";visibility:=reexport


2. Other errors exist, but I believe they relate to the above error.

Thanks you any help.
Richard Catlin
Re: Trying to run e4 Contact Demo - missing org.eclipse.rap.jface.databinding [message #483498 is a reply to message #483454] Tue, 01 September 2009 18:26 Go to previous messageGo to next message
Benjamin Muskalla is currently offline Benjamin MuskallaFriend
Messages: 338
Registered: July 2009
Senior Member
Hi Richard,

nice that you're interested in running e4 on RAP.
Regarding your problem: the current e4 experimental branch was targeted
to a 1.2 RAP runtime target as stated on the wiki page.
You should either downgrade to a RAP 1.2 runtime target or update the
reexports of the "fake" bundles to use the correct version (eg.
Require-Bundle:
org.eclipse.rap.jface.databinding;bundle-version="[1.2.0,1.4.0) ";visibility:=reexport


Sorry for the inconvenience.

Regards,
Ben

Richard Catlin wrote:
>
> I am following the instructions on this page:
> http://wiki.eclipse.org/E4/RAP_Integration/Experimental#Set_ up_the_target
>
> 1. I downloaded e4, which looks like it has EMF 2.5.0 instead of 2.4.2.
> Not sure it this is a problem
>
> 2. I used the update site for RAP 1.3 M1 Build instead of 1.2 Release.
> Not sure if this is a problem.
>
> 3. I imported Team Project Set: Rap_e4.psf
>
> 4. I applied the patch by copying the content of this file and pasting
> into the package explorer: Rap-e4-tmp-etabfolder.psf
>
> I get the following build errors:
>
> 1. org.eclipse.jface.databinding
> manifest error on:
> Require-Bundle:
> org.eclipse.rap.jface.databinding;bundle-version="1.2.0";visibility:=reexport
>
>
>
> 2. Other errors exist, but I believe they relate to the above error.
>
> Thanks you any help.
> Richard Catlin
Re: Trying to run e4 Contact Demo - missing org.eclipse.rap.jface.databinding [message #483534 is a reply to message #483498] Tue, 01 September 2009 23:09 Go to previous messageGo to next message
Richard Catlin is currently offline Richard CatlinFriend
Messages: 50
Registered: July 2009
Member
Ben,

As far as I can tell (and I am new to Eclipse and its plugin
architecture), neither the 1.2 or 1.3 RAP update sites install this
bundle: org.eclipse.rap.jface.databinding

I am looking in the plugin directory and 1.2 installs these four:

org.eclipse.rap.help_1.2.0.20090616-1439.jar
org.eclipse.rap.ui.intro_1.2.0.20090616-1439.jar
org.eclipse.rap.ui.launch_1.2.0.20090616-1439.jar
org.eclipse.rap.ui.templates_1.2.0.20090616-1439.jar

The "Open Type" command cannot find it either.

Regards,
Richard

On 9/1/2009 11:26 AM, Benjamin Muskalla wrote:
> Hi Richard,
>
> nice that you're interested in running e4 on RAP.
> Regarding your problem: the current e4 experimental branch was targeted
> to a 1.2 RAP runtime target as stated on the wiki page.
> You should either downgrade to a RAP 1.2 runtime target or update the
> reexports of the "fake" bundles to use the correct version (eg.
> Require-Bundle:
> org.eclipse.rap.jface.databinding;bundle-version="[1.2.0,1.4.0) ";visibility:=reexport
>
>
> Sorry for the inconvenience.
>
> Regards,
> Ben
>
> Richard Catlin wrote:
>>
>> I am following the instructions on this page:
>> http://wiki.eclipse.org/E4/RAP_Integration/Experimental#Set_ up_the_target
>>
>> 1. I downloaded e4, which looks like it has EMF 2.5.0 instead of
>> 2.4.2. Not sure it this is a problem
>>
>> 2. I used the update site for RAP 1.3 M1 Build instead of 1.2 Release.
>> Not sure if this is a problem.
>>
>> 3. I imported Team Project Set: Rap_e4.psf
>>
>> 4. I applied the patch by copying the content of this file and
>> pasting into the package explorer: Rap-e4-tmp-etabfolder.psf
>>
>> I get the following build errors:
>>
>> 1. org.eclipse.jface.databinding
>> manifest error on:
>> Require-Bundle:
>> org.eclipse.rap.jface.databinding;bundle-version="1.2.0";visibility:=reexport
>>
>>
>>
>> 2. Other errors exist, but I believe they relate to the above error.
>>
>> Thanks you any help.
>> Richard Catlin
Re: Trying to run e4 Contact Demo - missing org.eclipse.rap.jface.databinding [message #483535 is a reply to message #483534] Tue, 01 September 2009 23:15 Go to previous messageGo to next message
Richard Catlin is currently offline Richard CatlinFriend
Messages: 50
Registered: July 2009
Member
Acutally I see this project in e4 called:
org.eclipse.rap.jface e4_experimental

but it does not have the subpackage databinding in it.

Should this be a checked out project also?

Richard


On 9/1/2009 4:09 PM, Richard Catlin wrote:
> Ben,
>
> As far as I can tell (and I am new to Eclipse and its plugin
> architecture), neither the 1.2 or 1.3 RAP update sites install this
> bundle: org.eclipse.rap.jface.databinding
>
> I am looking in the plugin directory and 1.2 installs these four:
>
> org.eclipse.rap.help_1.2.0.20090616-1439.jar
> org.eclipse.rap.ui.intro_1.2.0.20090616-1439.jar
> org.eclipse.rap.ui.launch_1.2.0.20090616-1439.jar
> org.eclipse.rap.ui.templates_1.2.0.20090616-1439.jar
>
> The "Open Type" command cannot find it either.
>
> Regards,
> Richard
>
> On 9/1/2009 11:26 AM, Benjamin Muskalla wrote:
>> Hi Richard,
>>
>> nice that you're interested in running e4 on RAP.
>> Regarding your problem: the current e4 experimental branch was
>> targeted to a 1.2 RAP runtime target as stated on the wiki page.
>> You should either downgrade to a RAP 1.2 runtime target or update the
>> reexports of the "fake" bundles to use the correct version (eg.
>> Require-Bundle:
>> org.eclipse.rap.jface.databinding;bundle-version="[1.2.0,1.4.0) ";visibility:=reexport
>>
>>
>> Sorry for the inconvenience.
>>
>> Regards,
>> Ben
>>
>> Richard Catlin wrote:
>>>
>>> I am following the instructions on this page:
>>> http://wiki.eclipse.org/E4/RAP_Integration/Experimental#Set_ up_the_target
>>>
>>>
>>> 1. I downloaded e4, which looks like it has EMF 2.5.0 instead of
>>> 2.4.2. Not sure it this is a problem
>>>
>>> 2. I used the update site for RAP 1.3 M1 Build instead of 1.2 Release.
>>> Not sure if this is a problem.
>>>
>>> 3. I imported Team Project Set: Rap_e4.psf
>>>
>>> 4. I applied the patch by copying the content of this file and
>>> pasting into the package explorer: Rap-e4-tmp-etabfolder.psf
>>>
>>> I get the following build errors:
>>>
>>> 1. org.eclipse.jface.databinding
>>> manifest error on:
>>> Require-Bundle:
>>> org.eclipse.rap.jface.databinding;bundle-version="1.2.0";visibility:=reexport
>>>
>>>
>>>
>>> 2. Other errors exist, but I believe they relate to the above error.
>>>
>>> Thanks you any help.
>>> Richard Catlin
Re: Trying to run e4 Contact Demo - Runtime errors bundles missing [message #483548 is a reply to message #483535] Wed, 02 September 2009 03:04 Go to previous messageGo to next message
Richard Catlin is currently offline Richard CatlinFriend
Messages: 50
Registered: July 2009
Member
I found org.eclipse.rap.jface.databinding in CVS and imported it. All
my compile errors are eliminated.

I now get the following runtime errors.
Does this mean that the Project Set was not complete?

Regards,
Richard

Here are the errors:

!ENTRY org.eclipse.core.databinding 4 0 2009-09-01 20:00:04.000
!MESSAGE
!STACK 0
org.osgi.framework.BundleException: The bundle could not be resolved.
Reason: Missing Constraint: Import-Package: com.ibm.icu.text;
version="0.0.0"
at
org.eclipse.osgi.framework.internal.core.AbstractBundle.getR esolverError(AbstractBundle.java:1313)
at
org.eclipse.osgi.framework.internal.core.AbstractBundle.getR esolutionFailureException(AbstractBundle.java:1297)
at
org.eclipse.osgi.framework.internal.core.BundleHost.startWor ker(BundleHost.java:309)
at
org.eclipse.osgi.framework.internal.core.AbstractBundle.resu me(AbstractBundle.java:370)
at
org.eclipse.osgi.framework.internal.core.Framework.resumeBun dle(Framework.java:1068)
at
org.eclipse.osgi.framework.internal.core.StartLevelManager.r esumeBundles(StartLevelManager.java:557)
at
org.eclipse.osgi.framework.internal.core.StartLevelManager.i ncFWSL(StartLevelManager.java:464)
at
org.eclipse.osgi.framework.internal.core.StartLevelManager.d oSetStartLevel(StartLevelManager.java:248)
at
org.eclipse.osgi.framework.internal.core.StartLevelManager.d ispatchEvent(StartLevelManager.java:445)
at
org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEve nt(EventManager.java:220)
at
org.eclipse.osgi.framework.eventmgr.EventManager$EventThread .run(EventManager.java:330)

!ENTRY org.eclipse.e4.ui.workbench.renderers.swt 4 0 2009-09-01 20:00:04.015
!MESSAGE
!STACK 0
org.osgi.framework.BundleException: The bundle could not be resolved.
Reason: Missing Constraint: Require-Bundle: org.eclipse.e4.ui.workbench;
bundle-version="0.9.0"
at
org.eclipse.osgi.framework.internal.core.AbstractBundle.getR esolverError(AbstractBundle.java:1313)
at
org.eclipse.osgi.framework.internal.core.AbstractBundle.getR esolutionFailureException(AbstractBundle.java:1297)
at
org.eclipse.osgi.framework.internal.core.BundleHost.startWor ker(BundleHost.java:309)
at
org.eclipse.osgi.framework.internal.core.AbstractBundle.resu me(AbstractBundle.java:370)
at
org.eclipse.osgi.framework.internal.core.Framework.resumeBun dle(Framework.java:1068)
at
org.eclipse.osgi.framework.internal.core.StartLevelManager.r esumeBundles(StartLevelManager.java:557)
at
org.eclipse.osgi.framework.internal.core.StartLevelManager.i ncFWSL(StartLevelManager.java:464)
at
org.eclipse.osgi.framework.internal.core.StartLevelManager.d oSetStartLevel(StartLevelManager.java:248)
at
org.eclipse.osgi.framework.internal.core.StartLevelManager.d ispatchEvent(StartLevelManager.java:445)
at
org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEve nt(EventManager.java:220)
at
org.eclipse.osgi.framework.eventmgr.EventManager$EventThread .run(EventManager.java:330)

!ENTRY org.eclipse.rap.product.wrapper 4 0 2009-09-01 20:00:04.015
!MESSAGE
!STACK 0
org.osgi.framework.BundleException: The bundle could not be resolved.
Reason: Missing Constraint: Require-Bundle:
org.eclipse.rap.ui.workbench; bundle-version="1.2.0"
at
org.eclipse.osgi.framework.internal.core.AbstractBundle.getR esolverError(AbstractBundle.java:1313)
at
org.eclipse.osgi.framework.internal.core.AbstractBundle.getR esolutionFailureException(AbstractBundle.java:1297)
at
org.eclipse.osgi.framework.internal.core.BundleHost.startWor ker(BundleHost.java:309)
at
org.eclipse.osgi.framework.internal.core.AbstractBundle.resu me(AbstractBundle.java:370)
at
org.eclipse.osgi.framework.internal.core.Framework.resumeBun dle(Framework.java:1068)
at
org.eclipse.osgi.framework.internal.core.StartLevelManager.r esumeBundles(StartLevelManager.java:557)
at
org.eclipse.osgi.framework.internal.core.StartLevelManager.i ncFWSL(StartLevelManager.java:464)
at
org.eclipse.osgi.framework.internal.core.StartLevelManager.d oSetStartLevel(StartLevelManager.java:248)
at
org.eclipse.osgi.framework.internal.core.StartLevelManager.d ispatchEvent(StartLevelManager.java:445)
at
org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEve nt(EventManager.java:220)
at
org.eclipse.osgi.framework.eventmgr.EventManager$EventThread .run(EventManager.java:330)

!ENTRY org.eclipse.rap.ui.workbench 4 0 2009-09-01 20:00:04.515
!MESSAGE
!STACK 0
org.osgi.framework.BundleException: The bundle could not be resolved.
Reason: Missing Constraint: Import-Package: com.ibm.icu.text;
version="
was not resolved.
!SUBENTRY 2 org.eclipse.core.databinding 2 0 2009-09-01 20:00:04.796
!MESSAGE Missing imported package com.ibm.icu.math_0.0.0.
!SUBENTRY 2 org.eclipse.core.databinding 2 0 2009-09-01 20:00:04.796
!MESSAGE Missing imported package com.ibm.icu.text_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2 0 2009-09-01 20:00:04.796
!MESSAGE Bundle
org.eclipse.e4.ui.workbench.renderers.swt_0.9.0.qualifier was not
resolved.
!SUBENTRY 2 org.eclipse.e4.ui.workbench.renderers.swt 2 0 2009-09-01
20:00:04.796
!MESSAGE Missing required bundle org.eclipse.e4.ui.workbench_0.9.0.
!SUBENTRY 2 org.eclipse.e4.ui.workbench.renderers.swt 2 0 2009-09-01
20:00:04.796
!MESSAGE Missing required bundle org.eclipse.core.databinding_1.2.0.
!SUBENTRY 2 org.eclipse.e4.ui.workbench.renderers.swt 2 0 2009-09-01
20:00:04.796
!MESSAGE Missing required bundle org.eclipse.e4.ui.services_0.9.0.
!SUBENTRY 2 org.eclipse.e4.ui.workbench.renderers.swt 2 0 2009-09-01
20:00:04.796
!MESSAGE Missing required bundle org.eclipse.emf.databinding_1.0.0.
!SUBENTRY 2 org.eclipse.e4.ui.workbench.renderers.swt 2 0 2009-09-01
20:00:04.796
!MESSAGE Missing required bundle org.eclipse.jface.databinding_1.3.0.
!SUBENTRY 2 org.eclipse.e4.ui.workbench.renderers.swt 2 0 2009-09-01
20:00:04.796
!MESSAGE Missing required bundle org.eclipse.e4.ui.workbench.swt_0.9.0.
!SUBENTRY 1 org.eclipse.osgi 2 0 2009-09-01 20:00:04.796
!MESSAGE Bundle org.eclipse.rap.product.wrapper_0.0.1 was not resolved.
!SUBENTRY 2 org.eclipse.rap.product.wrapper 2 0 2009-09-01 20:00:04.796
!MESSAGE Missing required bundle org.eclipse.rap.ui.workbench_1.2.0.
!SUBENTRY 1 org.eclipse.osgi 2 0 2009-09-01 20:00:04.796
!MESSAGE Bundle org.eclipse.rap.ui.workbench_1.3.0.qualifier was
not resolved.
!SUBENTRY 2 org.eclipse.rap.ui.workbench 2 0 2009-09-01 20:00:04.796
!MESSAGE Missing optionally required bundle
org.eclipse.rap.jface.databinding_[1.2.0,2.0.0).
!SUBENTRY 2 org.eclipse.rap.ui.workbench 2 0 2009-09-01 20:00:04.796
!MESSAGE Missing optionally required bundle
org.eclipse.core.databinding_[1.1.0,2.0.0).
!SUBENTRY 2 org.eclipse.rap.ui.workbench 2 0 2009-09-01 20:00:04.796
!MESSAGE Missing imported package com.ibm.icu.text_[3.4.0,4.2.0).
!SUBENTRY 1 org.eclipse.osgi 2 0 2009-09-01 20:00:04.796
!MESSAGE Bundle org.eclipse.emf.databinding_1.1.0.v200906151043 was
not resolved.
!SUBENTRY 2 org.eclipse.emf.databinding 2 0 2009-09-01 20:00:04.796
!MESSAGE Missing required bundle org.eclipse.core.databinding_[1.2.0,2.0.0).
!SUBENTRY 1 org.eclipse.osgi 2 0 2009-09-01 20:00:04.796
!MESSAGE Bundle com.oracle.esg.teneo.editor_1.0.0 was not resolved.
!SUBENTRY 2 com.oracle.esg.teneo.editor 2 0 2009-09-01 20:00:04.796
!MESSAGE Missing required bundle org.eclipse.emf.edit.ui_0.0.0.
!SUBENTRY 2 com.oracle.esg.teneo.editor 2 0 2009-09-01 20:00:04.796
!MESSAGE Missing required bundle org.eclipse.ui.ide_0.0.0.
!SUBENTRY 2 com.oracle.esg.teneo.editor 2 0 2009-09-01 20:00:04.796
!MESSAGE Missing required bundle org.eclipse.rap.ui.intro_1.3.0.
!SUBENTRY 2 com.oracle.esg.teneo.editor 2 0 2009-09-01 20:00:04.796
!MESSAGE Missing required bundle org.eclipse.rap.ui.launch_1.3.0.
!SUBENTRY 2 com.oracle.esg.teneo.editor 2 0 2009-09-01 20:00:04.796
!MESSAGE Missing required bundle org.eclipse.rap.ui.templates_1.3.0.
!SUBENTRY 2 com.oracle.esg.teneo.editor 2 0 2009-09-01 20:00:04.796
!MESSAGE Missing required bundle org.eclipse.rap.ui.workbench_1.3.0.
!SUBENTRY 1 org.eclipse.osgi 2 0 2009-09-01 20:00:04.796
!MESSAGE Bundle org.eclipse.jface.databinding_1.3.0.qualifier was
not resolved.
!SUBENTRY 2 org.eclipse.jface.databinding 2 0 2009-09-01 20:00:04.796
!MESSAGE Missing required bundle
org.eclipse.rap.jface.databinding_[1.2.0,1.4.0).
!SUBENTRY 1 org.eclipse.osgi 2 0 2009-09-01 20:00:04.796
!MESSAGE Bundle org.eclipse.e4.ui.services_0.9.0.qualifier was not
resolved.
!SUBENTRY 2 org.eclipse.e4.ui.services 2 0 2009-09-01 20:00:04.796
!MESSAGE Missing required bundle org.eclipse.core.databinding_1.2.0.
!SUBENTRY 1 org.eclipse.osgi 2 0 2009-09-01 20:00:04.796
!MESSAGE Bundle org.eclipse.e4.ui.workbench_0.9.0.qualifier was not
resolved.
!SUBENTRY 2 org.eclipse.e4.ui.workbench 2 0 2009-09-01 20:00:04.796
!MESSAGE Missing required bundle org.eclipse.e4.ui.services_0.9.0.
!SUBENTRY 2 org.eclipse.e4.ui.workbench 2 0 2009-09-01 20:00:04.796
!MESSAGE Missing required bundle org.eclipse.emf.databinding_1.0.0.
!SUBENTRY 1 org.eclipse.osgi 2 0 2009-09-01 20:00:04.796
!MESSAGE Bundle org.eclipse.e4.ui.workbench.swt_0.9.0.qualifier was
not resolved.
!SUBENTRY 2 org.eclipse.e4.ui.workbench.swt 2 0 2009-09-01 20:00:04.796
!MESSAGE Missing required bundle org.eclipse.e4.ui.workbench_0.0.0.
!SUBENTRY 2 org.eclipse.e4.ui.workbench.swt 2 0 2009-09-01 20:00:04.796
!MESSAGE Missing required bundle org.eclipse.e4.ui.services_0.0.0.
!SUBENTRY 2 org.eclipse.e4.ui.workbench.swt 2 0 2009-09-01 20:00:04.796
!MESSAGE Missing required bundle org.eclipse.core.databinding_1.2.0.
!SUBENTRY 2 org.eclipse.e4.ui.workbench.swt 2 0 2009-09-01 20:00:04.796
!MESSAGE Missing required bundle org.eclipse.jface.databinding_1.3.0.
!SUBENTRY 1 org.eclipse.osgi 2 0 2009-09-01 20:00:04.796
!MESSAGE Bundle org.eclipse.rap.jface.databinding_1.3.0.qualifier
was not resolved.
!SUBENTRY 2 org.eclipse.rap.jface.databinding 2 0 2009-09-01 20:00:04.796
!MESSAGE Missing required bundle org.eclipse.core.databinding_[1.2.0,2.0.0).
!SUBENTRY 2 org.eclipse.rap.jface.databinding 2 0 2009-09-01 20:00:04.812
!MESSAGE Missing imported package com.ibm.icu.text_[3.4.0,4.2.0).
!SUBENTRY 1 org.eclipse.osgi 2 0 2009-09-01 20:00:04.812
!MESSAGE Bundle org.eclipse.e4.demo.contacts_0.9.0.qualifier was
not resolved.
!SUBENTRY 2 org.eclipse.e4.demo.contacts 2 0 2009-09-01 20:00:04.812
!MESSAGE Missing required bundle org.eclipse.core.databinding_1.1.0.
!SUBENTRY 2 org.eclipse.e4.demo.contacts 2 0 2009-09-01 20:00:04.812
!MESSAGE Missing required bundle org.eclipse.jface.databinding_1.2.0.
!SUBENTRY 2 org.eclipse.e4.demo.contacts 2 0 2009-09-01 20:00:04.812
!MESSAGE Missing required bundle org.eclipse.e4.ui.services_0.9.0.
!SUBENTRY 2 org.eclipse.e4.demo.contacts 2 0 2009-09-01 20:00:04.812
!MESSAGE Missing required bundle org.eclipse.e4.ui.workbench_0.9.0.
!SUBENTRY 2 org.eclipse.e4.demo.contacts 2 0 2009-09-01 20:00:04.812
!MESSAGE Missing required bundle org.eclipse.e4.ui.workbench.swt_0.9.0.
!SUBENTRY 1 org.eclipse.osgi 2 0 2009-09-01 20:00:04.812
!MESSAGE Bundle com.oracle.esg.teneo.rap_1.0.0.qualifier was not
resolved.
!SUBENTRY 2 com.oracle.esg.teneo.rap 2 0 2009-09-01 20:00:04.812
!MESSAGE Missing required bundle org.eclipse.rap.ui_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2 0 2009-09-01 20:00:04.812
!MESSAGE Bundle
org.eclipse.e4.ui.workbench.renderers.swt.contributions_0.9. 0.qualifier
was not resolved.
!SUBENTRY 2 org.eclipse.e4.ui.workbench.renderers.swt.contributions 2 0
2009-09-01 20:00:04.812
!MESSAGE Missing required bundle
org.eclipse.e4.ui.workbench.renderers.swt_0.9.0.
!SUBENTRY 1 org.eclipse.osgi 2 0 2009-09-01 20:00:04.812
!MESSAGE Bundle org.eclipse.emf.databinding.edit_1.1.0.v200906151043
[75] was not resolved.
!SUBENTRY 2 org.eclipse.emf.databinding.edit 2 0 2009-09-01 20:00:04.812
!MESSAGE Missing required bundle org.eclipse.emf.databinding_[1.1.0,2.0.0).


On 9/1/2009 4:15 PM, Richard Catlin wrote:
> Acutally I see this project in e4 called:
> org.eclipse.rap.jface e4_experimental
>
> but it does not have the subpackage databinding in it.
>
> Should this be a checked out project also?
>
> Richard
>
>
> On 9/1/2009 4:09 PM, Richard Catlin wrote:
>> Ben,
>>
>> As far as I can tell (and I am new to Eclipse and its plugin
>> architecture), neither the 1.2 or 1.3 RAP update sites install this
>> bundle: org.eclipse.rap.jface.databinding
>>
>> I am looking in the plugin directory and 1.2 installs these four:
>>
>> org.eclipse.rap.help_1.2.0.20090616-1439.jar
>> org.eclipse.rap.ui.intro_1.2.0.20090616-1439.jar
>> org.eclipse.rap.ui.launch_1.2.0.20090616-1439.jar
>> org.eclipse.rap.ui.templates_1.2.0.20090616-1439.jar
>>
>> The "Open Type" command cannot find it either.
>>
>> Regards,
>> Richard
>>
>> On 9/1/2009 11:26 AM, Benjamin Muskalla wrote:
>>> Hi Richard,
>>>
>>> nice that you're interested in running e4 on RAP.
>>> Regarding your problem: the current e4 experimental branch was
>>> targeted to a 1.2 RAP runtime target as stated on the wiki page.
>>> You should either downgrade to a RAP 1.2 runtime target or update the
>>> reexports of the "fake" bundles to use the correct version (eg.
>>> Require-Bundle:
>>> org.eclipse.rap.jface.databinding;bundle-version="[1.2.0,1.4.0) ";visibility:=reexport
>>>
>>>
>>> Sorry for the inconvenience.
>>>
>>> Regards,
>>> Ben
>>>
>>> Richard Catlin wrote:
>>>>
>>>> I am following the instructions on this page:
>>>> http://wiki.eclipse.org/E4/RAP_Integration/Experimental#Set_ up_the_target
>>>>
>>>>
>>>> 1. I downloaded e4, which looks like it has EMF 2.5.0 instead of
>>>> 2.4.2. Not sure it this is a problem
>>>>
>>>> 2. I used the update site for RAP 1.3 M1 Build instead of 1.2 Release.
>>>> Not sure if this is a problem.
>>>>
>>>> 3. I imported Team Project Set: Rap_e4.psf
>>>>
>>>> 4. I applied the patch by copying the content of this file and
>>>> pasting into the package explorer: Rap-e4-tmp-etabfolder.psf
>>>>
>>>> I get the following build errors:
>>>>
>>>> 1. org.eclipse.jface.databinding
>>>> manifest error on:
>>>> Require-Bundle:
>>>> org.eclipse.rap.jface.databinding;bundle-version="1.2.0";visibility:=reexport
>>>>
>>>>
>>>>
>>>> 2. Other errors exist, but I believe they relate to the above error.
>>>>
>>>> Thanks you any help.
>>>> Richard Catlin
Re: Trying to run e4 Contact Demo - Runtime errors bundles missing [message #483577 is a reply to message #483548] Wed, 02 September 2009 08:09 Go to previous message
Benjamin Muskalla is currently offline Benjamin MuskallaFriend
Messages: 338
Registered: July 2009
Senior Member
Hi Richard,

org.eclipse.rap.jface.databinding is part of the RAP runtime. If you
setup your target correctly to include the RAP 1.2 runtime, the bundle
should be there.

Regarding your error messages: Depending on your configuration now, some
bundles that are expected to be in the target are now located in your
workspace. Please open your launch configuration and validate it. It
should show you which bundles are missing (eg. com.ibm.icu).

Regards
Ben

Richard Catlin wrote:
> I found org.eclipse.rap.jface.databinding in CVS and imported it. All
> my compile errors are eliminated.
>
> I now get the following runtime errors.
> Does this mean that the Project Set was not complete?
>
> Regards,
> Richard
>
> Here are the errors:
>
> !ENTRY org.eclipse.core.databinding 4 0 2009-09-01 20:00:04.000
> !MESSAGE
> !STACK 0
> org.osgi.framework.BundleException: The bundle could not be resolved.
> Reason: Missing Constraint: Import-Package: com.ibm.icu.text;
> version="0.0.0"
> at
> org.eclipse.osgi.framework.internal.core.AbstractBundle.getR esolverError(AbstractBundle.java:1313)
>
> at
> org.eclipse.osgi.framework.internal.core.AbstractBundle.getR esolutionFailureException(AbstractBundle.java:1297)
>
> at
> org.eclipse.osgi.framework.internal.core.BundleHost.startWor ker(BundleHost.java:309)
>
> at
> org.eclipse.osgi.framework.internal.core.AbstractBundle.resu me(AbstractBundle.java:370)
>
> at
> org.eclipse.osgi.framework.internal.core.Framework.resumeBun dle(Framework.java:1068)
>
> at
> org.eclipse.osgi.framework.internal.core.StartLevelManager.r esumeBundles(StartLevelManager.java:557)
>
> at
> org.eclipse.osgi.framework.internal.core.StartLevelManager.i ncFWSL(StartLevelManager.java:464)
>
> at
> org.eclipse.osgi.framework.internal.core.StartLevelManager.d oSetStartLevel(StartLevelManager.java:248)
>
> at
> org.eclipse.osgi.framework.internal.core.StartLevelManager.d ispatchEvent(StartLevelManager.java:445)
>
> at
> org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEve nt(EventManager.java:220)
>
> at
> org.eclipse.osgi.framework.eventmgr.EventManager$EventThread .run(EventManager.java:330)
>
>
> !ENTRY org.eclipse.e4.ui.workbench.renderers.swt 4 0 2009-09-01
> 20:00:04.015
> !MESSAGE
> !STACK 0
> org.osgi.framework.BundleException: The bundle could not be resolved.
> Reason: Missing Constraint: Require-Bundle: org.eclipse.e4.ui.workbench;
> bundle-version="0.9.0"
> at
> org.eclipse.osgi.framework.internal.core.AbstractBundle.getR esolverError(AbstractBundle.java:1313)
>
> at
> org.eclipse.osgi.framework.internal.core.AbstractBundle.getR esolutionFailureException(AbstractBundle.java:1297)
>
> at
> org.eclipse.osgi.framework.internal.core.BundleHost.startWor ker(BundleHost.java:309)
>
> at
> org.eclipse.osgi.framework.internal.core.AbstractBundle.resu me(AbstractBundle.java:370)
>
> at
> org.eclipse.osgi.framework.internal.core.Framework.resumeBun dle(Framework.java:1068)
>
> at
> org.eclipse.osgi.framework.internal.core.StartLevelManager.r esumeBundles(StartLevelManager.java:557)
>
> at
> org.eclipse.osgi.framework.internal.core.StartLevelManager.i ncFWSL(StartLevelManager.java:464)
>
> at
> org.eclipse.osgi.framework.internal.core.StartLevelManager.d oSetStartLevel(StartLevelManager.java:248)
>
> at
> org.eclipse.osgi.framework.internal.core.StartLevelManager.d ispatchEvent(StartLevelManager.java:445)
>
> at
> org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEve nt(EventManager.java:220)
>
> at
> org.eclipse.osgi.framework.eventmgr.EventManager$EventThread .run(EventManager.java:330)
>
>
> !ENTRY org.eclipse.rap.product.wrapper 4 0 2009-09-01 20:00:04.015
> !MESSAGE
> !STACK 0
> org.osgi.framework.BundleException: The bundle could not be resolved.
> Reason: Missing Constraint: Require-Bundle:
> org.eclipse.rap.ui.workbench; bundle-version="1.2.0"
> at
> org.eclipse.osgi.framework.internal.core.AbstractBundle.getR esolverError(AbstractBundle.java:1313)
>
> at
> org.eclipse.osgi.framework.internal.core.AbstractBundle.getR esolutionFailureException(AbstractBundle.java:1297)
>
> at
> org.eclipse.osgi.framework.internal.core.BundleHost.startWor ker(BundleHost.java:309)
>
> at
> org.eclipse.osgi.framework.internal.core.AbstractBundle.resu me(AbstractBundle.java:370)
>
> at
> org.eclipse.osgi.framework.internal.core.Framework.resumeBun dle(Framework.java:1068)
>
> at
> org.eclipse.osgi.framework.internal.core.StartLevelManager.r esumeBundles(StartLevelManager.java:557)
>
> at
> org.eclipse.osgi.framework.internal.core.StartLevelManager.i ncFWSL(StartLevelManager.java:464)
>
> at
> org.eclipse.osgi.framework.internal.core.StartLevelManager.d oSetStartLevel(StartLevelManager.java:248)
>
> at
> org.eclipse.osgi.framework.internal.core.StartLevelManager.d ispatchEvent(StartLevelManager.java:445)
>
> at
> org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEve nt(EventManager.java:220)
>
> at
> org.eclipse.osgi.framework.eventmgr.EventManager$EventThread .run(EventManager.java:330)
>
>
> !ENTRY org.eclipse.rap.ui.workbench 4 0 2009-09-01 20:00:04.515
> !MESSAGE
> !STACK 0
> org.osgi.framework.BundleException: The bundle could not be resolved.
> Reason: Missing Constraint: Import-Package: com.ibm.icu.text;
> version="
> was not resolved.
> !SUBENTRY 2 org.eclipse.core.databinding 2 0 2009-09-01 20:00:04.796
> !MESSAGE Missing imported package com.ibm.icu.math_0.0.0.
> !SUBENTRY 2 org.eclipse.core.databinding 2 0 2009-09-01 20:00:04.796
> !MESSAGE Missing imported package com.ibm.icu.text_0.0.0.
> !SUBENTRY 1 org.eclipse.osgi 2 0 2009-09-01 20:00:04.796
> !MESSAGE Bundle
> org.eclipse.e4.ui.workbench.renderers.swt_0.9.0.qualifier was not
> resolved.
> !SUBENTRY 2 org.eclipse.e4.ui.workbench.renderers.swt 2 0 2009-09-01
> 20:00:04.796
> !MESSAGE Missing required bundle org.eclipse.e4.ui.workbench_0.9.0.
> !SUBENTRY 2 org.eclipse.e4.ui.workbench.renderers.swt 2 0 2009-09-01
> 20:00:04.796
> !MESSAGE Missing required bundle org.eclipse.core.databinding_1.2.0.
> !SUBENTRY 2 org.eclipse.e4.ui.workbench.renderers.swt 2 0 2009-09-01
> 20:00:04.796
> !MESSAGE Missing required bundle org.eclipse.e4.ui.services_0.9.0.
> !SUBENTRY 2 org.eclipse.e4.ui.workbench.renderers.swt 2 0 2009-09-01
> 20:00:04.796
> !MESSAGE Missing required bundle org.eclipse.emf.databinding_1.0.0.
> !SUBENTRY 2 org.eclipse.e4.ui.workbench.renderers.swt 2 0 2009-09-01
> 20:00:04.796
> !MESSAGE Missing required bundle org.eclipse.jface.databinding_1.3.0.
> !SUBENTRY 2 org.eclipse.e4.ui.workbench.renderers.swt 2 0 2009-09-01
> 20:00:04.796
> !MESSAGE Missing required bundle org.eclipse.e4.ui.workbench.swt_0.9.0.
> !SUBENTRY 1 org.eclipse.osgi 2 0 2009-09-01 20:00:04.796
> !MESSAGE Bundle org.eclipse.rap.product.wrapper_0.0.1 was not resolved.
> !SUBENTRY 2 org.eclipse.rap.product.wrapper 2 0 2009-09-01 20:00:04.796
> !MESSAGE Missing required bundle org.eclipse.rap.ui.workbench_1.2.0.
> !SUBENTRY 1 org.eclipse.osgi 2 0 2009-09-01 20:00:04.796
> !MESSAGE Bundle org.eclipse.rap.ui.workbench_1.3.0.qualifier was
> not resolved.
> !SUBENTRY 2 org.eclipse.rap.ui.workbench 2 0 2009-09-01 20:00:04.796
> !MESSAGE Missing optionally required bundle
> org.eclipse.rap.jface.databinding_[1.2.0,2.0.0).
> !SUBENTRY 2 org.eclipse.rap.ui.workbench 2 0 2009-09-01 20:00:04.796
> !MESSAGE Missing optionally required bundle
> org.eclipse.core.databinding_[1.1.0,2.0.0).
> !SUBENTRY 2 org.eclipse.rap.ui.workbench 2 0 2009-09-01 20:00:04.796
> !MESSAGE Missing imported package com.ibm.icu.text_[3.4.0,4.2.0).
> !SUBENTRY 1 org.eclipse.osgi 2 0 2009-09-01 20:00:04.796
> !MESSAGE Bundle org.eclipse.emf.databinding_1.1.0.v200906151043 was
> not resolved.
> !SUBENTRY 2 org.eclipse.emf.databinding 2 0 2009-09-01 20:00:04.796
> !MESSAGE Missing required bundle
> org.eclipse.core.databinding_[1.2.0,2.0.0).
> !SUBENTRY 1 org.eclipse.osgi 2 0 2009-09-01 20:00:04.796
> !MESSAGE Bundle com.oracle.esg.teneo.editor_1.0.0 was not resolved.
> !SUBENTRY 2 com.oracle.esg.teneo.editor 2 0 2009-09-01 20:00:04.796
> !MESSAGE Missing required bundle org.eclipse.emf.edit.ui_0.0.0.
> !SUBENTRY 2 com.oracle.esg.teneo.editor 2 0 2009-09-01 20:00:04.796
> !MESSAGE Missing required bundle org.eclipse.ui.ide_0.0.0.
> !SUBENTRY 2 com.oracle.esg.teneo.editor 2 0 2009-09-01 20:00:04.796
> !MESSAGE Missing required bundle org.eclipse.rap.ui.intro_1.3.0.
> !SUBENTRY 2 com.oracle.esg.teneo.editor 2 0 2009-09-01 20:00:04.796
> !MESSAGE Missing required bundle org.eclipse.rap.ui.launch_1.3.0.
> !SUBENTRY 2 com.oracle.esg.teneo.editor 2 0 2009-09-01 20:00:04.796
> !MESSAGE Missing required bundle org.eclipse.rap.ui.templates_1.3.0.
> !SUBENTRY 2 com.oracle.esg.teneo.editor 2 0 2009-09-01 20:00:04.796
> !MESSAGE Missing required bundle org.eclipse.rap.ui.workbench_1.3.0.
> !SUBENTRY 1 org.eclipse.osgi 2 0 2009-09-01 20:00:04.796
> !MESSAGE Bundle org.eclipse.jface.databinding_1.3.0.qualifier was
> not resolved.
> !SUBENTRY 2 org.eclipse.jface.databinding 2 0 2009-09-01 20:00:04.796
> !MESSAGE Missing required bundle
> org.eclipse.rap.jface.databinding_[1.2.0,1.4.0).
> !SUBENTRY 1 org.eclipse.osgi 2 0 2009-09-01 20:00:04.796
> !MESSAGE Bundle org.eclipse.e4.ui.services_0.9.0.qualifier was not
> resolved.
> !SUBENTRY 2 org.eclipse.e4.ui.services 2 0 2009-09-01 20:00:04.796
> !MESSAGE Missing required bundle org.eclipse.core.databinding_1.2.0.
> !SUBENTRY 1 org.eclipse.osgi 2 0 2009-09-01 20:00:04.796
> !MESSAGE Bundle org.eclipse.e4.ui.workbench_0.9.0.qualifier was not
> resolved.
> !SUBENTRY 2 org.eclipse.e4.ui.workbench 2 0 2009-09-01 20:00:04.796
> !MESSAGE Missing required bundle org.eclipse.e4.ui.services_0.9.0.
> !SUBENTRY 2 org.eclipse.e4.ui.workbench 2 0 2009-09-01 20:00:04.796
> !MESSAGE Missing required bundle org.eclipse.emf.databinding_1.0.0.
> !SUBENTRY 1 org.eclipse.osgi 2 0 2009-09-01 20:00:04.796
> !MESSAGE Bundle org.eclipse.e4.ui.workbench.swt_0.9.0.qualifier was
> not resolved.
> !SUBENTRY 2 org.eclipse.e4.ui.workbench.swt 2 0 2009-09-01 20:00:04.796
> !MESSAGE Missing required bundle org.eclipse.e4.ui.workbench_0.0.0.
> !SUBENTRY 2 org.eclipse.e4.ui.workbench.swt 2 0 2009-09-01 20:00:04.796
> !MESSAGE Missing required bundle org.eclipse.e4.ui.services_0.0.0.
> !SUBENTRY 2 org.eclipse.e4.ui.workbench.swt 2 0 2009-09-01 20:00:04.796
> !MESSAGE Missing required bundle org.eclipse.core.databinding_1.2.0.
> !SUBENTRY 2 org.eclipse.e4.ui.workbench.swt 2 0 2009-09-01 20:00:04.796
> !MESSAGE Missing required bundle org.eclipse.jface.databinding_1.3.0.
> !SUBENTRY 1 org.eclipse.osgi 2 0 2009-09-01 20:00:04.796
> !MESSAGE Bundle org.eclipse.rap.jface.databinding_1.3.0.qualifier
> was not resolved.
> !SUBENTRY 2 org.eclipse.rap.jface.databinding 2 0 2009-09-01 20:00:04.796
> !MESSAGE Missing required bundle
> org.eclipse.core.databinding_[1.2.0,2.0.0).
> !SUBENTRY 2 org.eclipse.rap.jface.databinding 2 0 2009-09-01 20:00:04.812
> !MESSAGE Missing imported package com.ibm.icu.text_[3.4.0,4.2.0).
> !SUBENTRY 1 org.eclipse.osgi 2 0 2009-09-01 20:00:04.812
> !MESSAGE Bundle org.eclipse.e4.demo.contacts_0.9.0.qualifier was
> not resolved.
> !SUBENTRY 2 org.eclipse.e4.demo.contacts 2 0 2009-09-01 20:00:04.812
> !MESSAGE Missing required bundle org.eclipse.core.databinding_1.1.0.
> !SUBENTRY 2 org.eclipse.e4.demo.contacts 2 0 2009-09-01 20:00:04.812
> !MESSAGE Missing required bundle org.eclipse.jface.databinding_1.2.0.
> !SUBENTRY 2 org.eclipse.e4.demo.contacts 2 0 2009-09-01 20:00:04.812
> !MESSAGE Missing required bundle org.eclipse.e4.ui.services_0.9.0.
> !SUBENTRY 2 org.eclipse.e4.demo.contacts 2 0 2009-09-01 20:00:04.812
> !MESSAGE Missing required bundle org.eclipse.e4.ui.workbench_0.9.0.
> !SUBENTRY 2 org.eclipse.e4.demo.contacts 2 0 2009-09-01 20:00:04.812
> !MESSAGE Missing required bundle org.eclipse.e4.ui.workbench.swt_0.9.0.
> !SUBENTRY 1 org.eclipse.osgi 2 0 2009-09-01 20:00:04.812
> !MESSAGE Bundle com.oracle.esg.teneo.rap_1.0.0.qualifier was not
> resolved.
> !SUBENTRY 2 com.oracle.esg.teneo.rap 2 0 2009-09-01 20:00:04.812
> !MESSAGE Missing required bundle org.eclipse.rap.ui_0.0.0.
> !SUBENTRY 1 org.eclipse.osgi 2 0 2009-09-01 20:00:04.812
> !MESSAGE Bundle
> org.eclipse.e4.ui.workbench.renderers.swt.contributions_0.9. 0.qualifier
> was not resolved.
> !SUBENTRY 2 org.eclipse.e4.ui.workbench.renderers.swt.contributions 2 0
> 2009-09-01 20:00:04.812
> !MESSAGE Missing required bundle
> org.eclipse.e4.ui.workbench.renderers.swt_0.9.0.
> !SUBENTRY 1 org.eclipse.osgi 2 0 2009-09-01 20:00:04.812
> !MESSAGE Bundle org.eclipse.emf.databinding.edit_1.1.0.v200906151043
> [75] was not resolved.
> !SUBENTRY 2 org.eclipse.emf.databinding.edit 2 0 2009-09-01 20:00:04.812
> !MESSAGE Missing required bundle org.eclipse.emf.databinding_[1.1.0,2.0.0).
>
>
> On 9/1/2009 4:15 PM, Richard Catlin wrote:
>> Acutally I see this project in e4 called:
>> org.eclipse.rap.jface e4_experimental
>>
>> but it does not have the subpackage databinding in it.
>>
>> Should this be a checked out project also?
>>
>> Richard
>>
>>
>> On 9/1/2009 4:09 PM, Richard Catlin wrote:
>>> Ben,
>>>
>>> As far as I can tell (and I am new to Eclipse and its plugin
>>> architecture), neither the 1.2 or 1.3 RAP update sites install this
>>> bundle: org.eclipse.rap.jface.databinding
>>>
>>> I am looking in the plugin directory and 1.2 installs these four:
>>>
>>> org.eclipse.rap.help_1.2.0.20090616-1439.jar
>>> org.eclipse.rap.ui.intro_1.2.0.20090616-1439.jar
>>> org.eclipse.rap.ui.launch_1.2.0.20090616-1439.jar
>>> org.eclipse.rap.ui.templates_1.2.0.20090616-1439.jar
>>>
>>> The "Open Type" command cannot find it either.
>>>
>>> Regards,
>>> Richard
>>>
>>> On 9/1/2009 11:26 AM, Benjamin Muskalla wrote:
>>>> Hi Richard,
>>>>
>>>> nice that you're interested in running e4 on RAP.
>>>> Regarding your problem: the current e4 experimental branch was
>>>> targeted to a 1.2 RAP runtime target as stated on the wiki page.
>>>> You should either downgrade to a RAP 1.2 runtime target or update
>>>> the reexports of the "fake" bundles to use the correct version (eg.
>>>> Require-Bundle:
>>>> org.eclipse.rap.jface.databinding;bundle-version="[1.2.0,1.4.0) ";visibility:=reexport
>>>>
>>>>
>>>> Sorry for the inconvenience.
>>>>
>>>> Regards,
>>>> Ben
>>>>
>>>> Richard Catlin wrote:
>>>>>
>>>>> I am following the instructions on this page:
>>>>> http://wiki.eclipse.org/E4/RAP_Integration/Experimental#Set_ up_the_target
>>>>>
>>>>>
>>>>> 1. I downloaded e4, which looks like it has EMF 2.5.0 instead of
>>>>> 2.4.2. Not sure it this is a problem
>>>>>
>>>>> 2. I used the update site for RAP 1.3 M1 Build instead of 1.2
>>>>> Release.
>>>>> Not sure if this is a problem.
>>>>>
>>>>> 3. I imported Team Project Set: Rap_e4.psf
>>>>>
>>>>> 4. I applied the patch by copying the content of this file and
>>>>> pasting into the package explorer: Rap-e4-tmp-etabfolder.psf
>>>>>
>>>>> I get the following build errors:
>>>>>
>>>>> 1. org.eclipse.jface.databinding
>>>>> manifest error on:
>>>>> Require-Bundle:
>>>>> org.eclipse.rap.jface.databinding;bundle-version="1.2.0";visibility:=reexport
>>>>>
>>>>>
>>>>>
>>>>> 2. Other errors exist, but I believe they relate to the above error.
>>>>>
>>>>> Thanks you any help.
>>>>> Richard Catlin
Previous Topic:Selection Listener Problem
Next Topic:RAp application error once deployed under Equinox
Goto Forum:
  


Current Time: Fri Apr 26 21:05:47 GMT 2024

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

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

Back to the top