Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-dev] Build updated to Tycho 0.14.1

Hi,

I merged a transaction that updated the build to Tycho 0.14.1 from 0.11.1. The change was necessary because of failures in dependency calculation with 0.11.1 that made a "require-bundle" dependency in DBWS. However, the bundle requirement cause failures loading in Glassfish and likely other non-eclipse OSGi servers as well.

In addition to the Tycho update, which clears the way to resolve the issue, the dbws manifest was updated, and several dependency jars needed to be renamed to correctly match the bundle-version parameter in their manifests. The effected jars are:
  /trunk/plugins/javax.ejb_3.0.0.jar --> /trunk/plugins/javax.ejb_3.0.0.v200906010428.jar
  /trunk/plugins/javax.jms_1.1.0.jar --> /trunk/plugins/javax.jms_1.1.0.v200906010428.jar
  /trunk/plugins/javax.resource_1.5.0.jar --> /trunk/plugins/javax.resource_1.5.0.v200906010428.jar
  /trunk/plugins/javax.xml.soap_1.3.0.jar --> /trunk/plugins/javax.xml.soap_1.3.0.v200906010428.jar

The biggest general impact will be upon initial build after an update, which will cause the new version to download while building.

-Eric



Back to the top