Unresolved constraint in bundle during deployment

Solution In Progress - Updated -

Issue

I am getting error during bundle deployment on dependencies I don't have in my pom.xml.

org.osgi.framework.BundleException: Unresolved constraint in bundle com.mycompany.integration [294]: Unable to resolve 294.3: missing requirement [294.3] osgi.wiring.package; (osgi.wiring.package=org.oasis_open.docs.wss._2004._01.oasis_200401_wss_wssecurity_secext_1_0

All versions are controlled by parent pom and we use all coming from Fuse bom:

<dependency>
    <groupId>org.jboss.fuse.bom</groupId>
    <artifactId>jboss-fuse-parent</artifactId>
    <version>${jboss.fuse.bom.version}</version>
    <type>pom</type>
    <scope>import</scope>
</dependency>

How can I resolve the deployment error?

Environment

  • JBoss Fuse
    • 6.1

Subscriber exclusive content

A Red Hat subscription provides unlimited access to our knowledgebase of over 48,000 articles and solutions.

Current Customers and Partners

Log in for full access

Log In
Close

Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.