Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » Product export uses wrong bundle version
Product export uses wrong bundle version [message #41695] Fri, 23 January 2009 07:13 Go to next message
Eclipse UserFriend
Hello everybody,

I've build a Eclipse RCP and I want to export it with the export wizard.
I use the BIRT viewer (v2.3.1) in my application which depends on Apache
Axis was not
resolved.
!SUBENTRY 2 HarnessOptimization 2 0 2009-01-23 08:10:51.744
!MESSAGE Missing required bundle org.eclipse.birt.report.viewer_2.3.1.
!SUBENTRY 1 org.eclipse.osgi 2 0 2009-01-23 08:10:51.744
!MESSAGE Bundle update@plugins/org.apache.axis_1.4.0.v200807230600/
was not resolved.
!SUBENTRY 2 org.apache.axis 2 0 2009-01-23 08:10:51.744
!MESSAGE Missing required bundle javax.wsdl_[1.5.1,2.0.0).
!SUBENTRY 1 org.eclipse.osgi 2 0 2009-01-23 08:10:51.744
!MESSAGE Bundle
update@plugins/org.eclipse.birt.report.viewer_2.3.1.v20080908/ [50] was
not resolved.
!SUBENTRY 2 org.eclipse.birt.report.viewer 2 0 2009-01-23 08:10:51.744
!MESSAGE Missing required bundle org.apache.axis_[1.3.0,2.0.0).

Is this a bug or is my installation messed up??

Thanks in advance.

Greetings,
Erik
Re: Product export uses wrong bundle version [message #42156 is a reply to message #41695] Fri, 23 January 2009 16:28 Go to previous messageGo to next message
Andrew Niefer is currently offline Andrew NieferFriend
Messages: 990
Registered: July 2009
Senior Member
This does look like a bug.
What version of Eclipse are you using? (The version of
org.eclipse.pde.build is most interesting).

If you go look in the plugins folder of your exported product, which
version of javax.wsdl is there?
There is a bug, https://bugs.eclipse.org/bugs/show_bug.cgi?id=252246,
fixed in 3.5M3, where the wrong information could be written to the
configuration bundles.info file, which could cause javax.wsdl to not get
installed even if it is in the plugins directory.

-Andrew

Erik Vonderheid wrote:
> Hello everybody,
>
> I've build a Eclipse RCP and I want to export it with the export wizard.
> I use the BIRT viewer (v2.3.1) in my application which depends on Apache
> Axis was not
> resolved.
> !SUBENTRY 2 HarnessOptimization 2 0 2009-01-23 08:10:51.744
> !MESSAGE Missing required bundle org.eclipse.birt.report.viewer_2.3.1.
> !SUBENTRY 1 org.eclipse.osgi 2 0 2009-01-23 08:10:51.744
> !MESSAGE Bundle update@plugins/org.apache.axis_1.4.0.v200807230600/
> was not resolved.
> !SUBENTRY 2 org.apache.axis 2 0 2009-01-23 08:10:51.744
> !MESSAGE Missing required bundle javax.wsdl_[1.5.1,2.0.0).
> !SUBENTRY 1 org.eclipse.osgi 2 0 2009-01-23 08:10:51.744
> !MESSAGE Bundle
> update@plugins/org.eclipse.birt.report.viewer_2.3.1.v20080908/ [50] was
> not resolved.
> !SUBENTRY 2 org.eclipse.birt.report.viewer 2 0 2009-01-23 08:10:51.744
> !MESSAGE Missing required bundle org.apache.axis_[1.3.0,2.0.0).
>
> Is this a bug or is my installation messed up??
>
> Thanks in advance.
>
> Greetings,
> Erik
>
>
Re: Product export uses wrong bundle version [message #42522 is a reply to message #42156] Mon, 26 January 2009 13:13 Go to previous message
Eclipse UserFriend
Hi,

I'm using Eclipse 3.4.1 M20080911-1700.

The bundle version is org.eclipse.pde.build_3.4.1.R34x_v20080805.

javax.wsdl_1.4.0.v200806030407.jar is exported.

The two bundles:
javax.wsdl_1.4.0.v200806030407.jar
javax.wsdl_1.5.1.v200806030408.jar
are available in my eclipse installation.

Thanks,
Erik

"Andrew Niefer" <aniefer@ca.ibm.com> schrieb im Newsbeitrag
news:glcr6s$qm0$1@build.eclipse.org...
> This does look like a bug.
> What version of Eclipse are you using? (The version of
> org.eclipse.pde.build is most interesting).
>
> If you go look in the plugins folder of your exported product, which
> version of javax.wsdl is there?
> There is a bug, https://bugs.eclipse.org/bugs/show_bug.cgi?id=252246,
> fixed in 3.5M3, where the wrong information could be written to the
> configuration bundles.info file, which could cause javax.wsdl to not get
> installed even if it is in the plugins directory.
>
> -Andrew
>
> Erik Vonderheid wrote:
>> Hello everybody,
>>
>> I've build a Eclipse RCP and I want to export it with the export wizard.
>> I use the BIRT viewer (v2.3.1) in my application which depends on Apache
>> Axis was not
>> resolved.
>> !SUBENTRY 2 HarnessOptimization 2 0 2009-01-23 08:10:51.744
>> !MESSAGE Missing required bundle org.eclipse.birt.report.viewer_2.3.1.
>> !SUBENTRY 1 org.eclipse.osgi 2 0 2009-01-23 08:10:51.744
>> !MESSAGE Bundle update@plugins/org.apache.axis_1.4.0.v200807230600/
>> was not resolved.
>> !SUBENTRY 2 org.apache.axis 2 0 2009-01-23 08:10:51.744
>> !MESSAGE Missing required bundle javax.wsdl_[1.5.1,2.0.0).
>> !SUBENTRY 1 org.eclipse.osgi 2 0 2009-01-23 08:10:51.744
>> !MESSAGE Bundle
>> update@plugins/org.eclipse.birt.report.viewer_2.3.1.v20080908/ [50] was
>> not resolved.
>> !SUBENTRY 2 org.eclipse.birt.report.viewer 2 0 2009-01-23 08:10:51.744
>> !MESSAGE Missing required bundle org.apache.axis_[1.3.0,2.0.0).
>>
>> Is this a bug or is my installation messed up??
>>
>> Thanks in advance.
>>
>> Greetings,
>> Erik
>>
Re: Product export uses wrong bundle version [message #590379 is a reply to message #41695] Fri, 23 January 2009 16:28 Go to previous message
Andrew Niefer is currently offline Andrew NieferFriend
Messages: 990
Registered: July 2009
Senior Member
This does look like a bug.
What version of Eclipse are you using? (The version of
org.eclipse.pde.build is most interesting).

If you go look in the plugins folder of your exported product, which
version of javax.wsdl is there?
There is a bug, https://bugs.eclipse.org/bugs/show_bug.cgi?id=252246,
fixed in 3.5M3, where the wrong information could be written to the
configuration bundles.info file, which could cause javax.wsdl to not get
installed even if it is in the plugins directory.

-Andrew

Erik Vonderheid wrote:
> Hello everybody,
>
> I've build a Eclipse RCP and I want to export it with the export wizard.
> I use the BIRT viewer (v2.3.1) in my application which depends on Apache
> Axis was not
> resolved.
> !SUBENTRY 2 HarnessOptimization 2 0 2009-01-23 08:10:51.744
> !MESSAGE Missing required bundle org.eclipse.birt.report.viewer_2.3.1.
> !SUBENTRY 1 org.eclipse.osgi 2 0 2009-01-23 08:10:51.744
> !MESSAGE Bundle update@plugins/org.apache.axis_1.4.0.v200807230600/
> was not resolved.
> !SUBENTRY 2 org.apache.axis 2 0 2009-01-23 08:10:51.744
> !MESSAGE Missing required bundle javax.wsdl_[1.5.1,2.0.0).
> !SUBENTRY 1 org.eclipse.osgi 2 0 2009-01-23 08:10:51.744
> !MESSAGE Bundle
> update@plugins/org.eclipse.birt.report.viewer_2.3.1.v20080908/ [50] was
> not resolved.
> !SUBENTRY 2 org.eclipse.birt.report.viewer 2 0 2009-01-23 08:10:51.744
> !MESSAGE Missing required bundle org.apache.axis_[1.3.0,2.0.0).
>
> Is this a bug or is my installation messed up??
>
> Thanks in advance.
>
> Greetings,
> Erik
>
>
Re: Product export uses wrong bundle version [message #590532 is a reply to message #42156] Mon, 26 January 2009 13:13 Go to previous message
Eclipse UserFriend
Hi,

I'm using Eclipse 3.4.1 M20080911-1700.

The bundle version is org.eclipse.pde.build_3.4.1.R34x_v20080805.

javax.wsdl_1.4.0.v200806030407.jar is exported.

The two bundles:
javax.wsdl_1.4.0.v200806030407.jar
javax.wsdl_1.5.1.v200806030408.jar
are available in my eclipse installation.

Thanks,
Erik

"Andrew Niefer" <aniefer@ca.ibm.com> schrieb im Newsbeitrag
news:glcr6s$qm0$1@build.eclipse.org...
> This does look like a bug.
> What version of Eclipse are you using? (The version of
> org.eclipse.pde.build is most interesting).
>
> If you go look in the plugins folder of your exported product, which
> version of javax.wsdl is there?
> There is a bug, https://bugs.eclipse.org/bugs/show_bug.cgi?id=252246,
> fixed in 3.5M3, where the wrong information could be written to the
> configuration bundles.info file, which could cause javax.wsdl to not get
> installed even if it is in the plugins directory.
>
> -Andrew
>
> Erik Vonderheid wrote:
>> Hello everybody,
>>
>> I've build a Eclipse RCP and I want to export it with the export wizard.
>> I use the BIRT viewer (v2.3.1) in my application which depends on Apache
>> Axis was not
>> resolved.
>> !SUBENTRY 2 HarnessOptimization 2 0 2009-01-23 08:10:51.744
>> !MESSAGE Missing required bundle org.eclipse.birt.report.viewer_2.3.1.
>> !SUBENTRY 1 org.eclipse.osgi 2 0 2009-01-23 08:10:51.744
>> !MESSAGE Bundle update@plugins/org.apache.axis_1.4.0.v200807230600/
>> was not resolved.
>> !SUBENTRY 2 org.apache.axis 2 0 2009-01-23 08:10:51.744
>> !MESSAGE Missing required bundle javax.wsdl_[1.5.1,2.0.0).
>> !SUBENTRY 1 org.eclipse.osgi 2 0 2009-01-23 08:10:51.744
>> !MESSAGE Bundle
>> update@plugins/org.eclipse.birt.report.viewer_2.3.1.v20080908/ [50] was
>> not resolved.
>> !SUBENTRY 2 org.eclipse.birt.report.viewer 2 0 2009-01-23 08:10:51.744
>> !MESSAGE Missing required bundle org.apache.axis_[1.3.0,2.0.0).
>>
>> Is this a bug or is my installation messed up??
>>
>> Thanks in advance.
>>
>> Greetings,
>> Erik
>>
Previous Topic:[newbie] Accessing selected file
Next Topic:IEHS subsystem as Service
Goto Forum:
  


Current Time: Tue Mar 19 06:42:25 GMT 2024

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

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

Back to the top