JBoss Community

Using JBoss Negotiation on AS7

new comment by guillaume cornet View all comments on this document

Modifying the META-INF/MANIFEST.MF is not the best solution.

I recommand this one :

Create a 'WEB-INF/jboss-deployment-structure.xml' which contains a dependency to 'org.jboss.security.negotiation'.

Like this :

 

<jboss-deployment-structure>

    <deployment>

        <dependencies>

            <module name="org.jboss.security.negotiation" />

        </dependencies>

    </deployment>

</jboss-deployment-structure>