You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
we're trying to put together all Jetty-OSGI bundles into one feature for a clean target platform definition. For this, we followed the corresponding Jetty tutorial and managed to bring all Maven bundles together.
Unfourtunately, jetty requires two OSGI bundles that are only available at the orbit repository. For them, we are able to define the repository and download them, but it seems to be not possible to directly integrate them into the defined feature. Console tells us that the p2 tag is not defined for featureDefinitions. => The problem is related to the bundles xalan:xalan and org.apache.xml:serializer (for both version 2.7.1.) but the names of the p2 bundles are different...
Is there a way to bring such p2 bundles also in a feature definition?
Our plugin project can be found here, while the pom used can be found here. The pom tries to bring together all required bundles and upload them to our server repo.
Thanks in advance!
The text was updated successfully, but these errors were encountered:
Hi There,
we're trying to put together all Jetty-OSGI bundles into one feature for a clean target platform definition. For this, we followed the corresponding Jetty tutorial and managed to bring all Maven bundles together.
Unfourtunately, jetty requires two OSGI bundles that are only available at the orbit repository. For them, we are able to define the repository and download them, but it seems to be not possible to directly integrate them into the defined feature. Console tells us that the p2 tag is not defined for featureDefinitions. => The problem is related to the bundles xalan:xalan and org.apache.xml:serializer (for both version 2.7.1.) but the names of the p2 bundles are different...
Is there a way to bring such p2 bundles also in a feature definition?
Our plugin project can be found here, while the pom used can be found here. The pom tries to bring together all required bundles and upload them to our server repo.
Thanks in advance!
The text was updated successfully, but these errors were encountered: