Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [orbit-dev] New bundles in Orbit

Hi all,

 

I had a problem with the ejb 3.0 bundle. When I added it to the build, the build failed because of unsatisfied import of the ejb bundle to package javax.xml.rpc.handler. I found out that this package is exported by Orbit bundle javax.xml.rpc, and yet the build does not find it. The ejb bundle imports it with a version range, but javax.xml.rpc exports it without a version. This is the reason why the import remains unsatisfied.

 

Is there a reason why the package export is without a version?

 

Lazar

 

From: orbit-dev-bounces@xxxxxxxxxxx [mailto:orbit-dev-bounces@xxxxxxxxxxx] On Behalf Of Kirchev, Lazar
Sent: Friday, March 02, 2012 9:07 AM
To: orbit-dev@xxxxxxxxxxx
Subject: [orbit-dev] New bundles in Orbit

 

Hi all,

 

I’m going to add to Orbit Tomcat 7.0.21 bundles (CQ 6292 , ATO CQ5540) and EJB 3.0 API (CQ6291,  ATO CQ3944).

 

Lazar


Back to the top