Bug 1036098 - Module dependency can be referenced also in jboss-deployment-structure.xml
Summary: Module dependency can be referenced also in jboss-deployment-structure.xml
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: JBoss Enterprise Application Platform 6
Classification: JBoss
Component: Documentation
Version: 6.2.0
Hardware: Unspecified
OS: Unspecified
unspecified
medium
Target Milestone: GA
: EAP 6.3.0
Assignee: Misha H. Ali
QA Contact: FIlip Bogyai
URL:
Whiteboard:
Depends On:
Blocks: 1035353
TreeView+ depends on / blocked
 
Reported: 2013-11-29 12:46 UTC by FIlip Bogyai
Modified: 2015-12-01 05:53 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Build Name: 14876, Security Guide-6.2-1 Build Date: 28-11-2013 11:27:34 Topic ID: 4937-481766 [Latest]
Last Closed: 2014-08-06 14:35:01 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description FIlip Bogyai 2013-11-29 12:46:11 UTC
Topic: 15.8. Configure Kerberos or Microsoft Active Directory Desktop SSO for Web Applications

In Procedure 15.1. Setup SSO Authentication for your Web or EJB Applications

Step 5: Adding a dependency to your application can be achieved also by  META-INF/jboss-deployment-structure.xml file

Sample jboss-deployment-structure.xml:

<?xml version="1.0" encoding="UTF-8"?>
<jboss-deployment-structure>
  <deployment>
    <dependencies>
	<module name='org.jboss.security.negotiation'/>
    </dependencies>
  </deployment>
</jboss-deployment-structure>

Comment 2 Scott Mumford 2014-02-26 05:14:26 UTC
Moving to ON_QA.

The changes should be available for review on the documentation stage within an hour or so from this comment.

http://documentation-devel.engineering.redhat.com/site/documentation/en-US/JBoss_Enterprise_Application_Platform/

Comment 3 Scott Mumford 2014-02-26 05:16:05 UTC
Moving to ON_QA.

The changes should be available for review on the documentation stage within an hour or so from this comment.

http://documentation-devel.engineering.redhat.com/site/documentation/en-US/JBoss_Enterprise_Application_Platform/

Comment 4 Ondrej Lukas 2014-02-27 06:39:05 UTC
Verified on stage.


Note You need to log in before you can comment on or make changes to this bug.