Bug 1036106 - Applications using PicketLink must declare dependecy on PicketLink module
Summary: Applications using PicketLink must declare dependecy on PicketLink module
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: gsheldon
QA Contact: FIlip Bogyai
URL:
Whiteboard:
Depends On:
Blocks: 1035353
TreeView+ depends on / blocked
 
Reported: 2013-11-29 12:57 UTC by FIlip Bogyai
Modified: 2015-12-01 05:53 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Build Name: 14876, Security Guide-6.2-1 Build Date: 28-11-2013 11:27:34 Topic ID: 24286-561316 [Latest]
Last Closed: 2014-08-06 14:36:46 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description FIlip Bogyai 2013-11-29 12:57:11 UTC
Add this last step in configurations of PicketLink applications:

The web application also requires a dependency defining in META-INF/MANIFEST.MF or  jboss-deployment-structure.xml, so that the PicketLink classes can be located.

Example: Define Dependency in META-INF/MANIFEST.MF

    Manifest-Version: 1.0
    Build-Jdk: 1.6.0_24
    Dependencies: org.picketlink

Example: Define Dependency in META-INF/jboss-deployment-structure.xml

<jboss-deployment-structure>  
  <deployment>    
    <dependencies>
      <module name="org.picketlink" />
    </dependencies>
  </deployment>
</jboss-deployment-structure>

Comment 4 FIlip Bogyai 2014-02-27 09:25:12 UTC
This last step should be also added to 5.6.3. Configure Identity Provider as suggested in comment #1.


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