Bug 993597

Summary: No resource definition Error when accessing PicketLink section of admin console (PicketLink extension)
Product: [JBoss] JBoss Enterprise Application Platform 6 Reporter: Jakub Cechacek <jcechace>
Component: Web ConsoleAssignee: Heiko Braun <hbraun>
Status: CLOSED CURRENTRELEASE QA Contact: Jakub Cechacek <jcechace>
Severity: unspecified Docs Contact: Russell Dickenson <rdickens>
Priority: unspecified    
Version: 6.1.1CC: brian.stansberry, jkudrnac
Target Milestone: ER6   
Target Release: EAP 6.1.1   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-09-16 20:23:52 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Jakub Cechacek 2013-08-06 09:09:47 UTC
How to reproduce: 

1) Login into console
2) Navigate to Profile -> PicketLink -> Federation
3) Unknown Error 

Unknown error

Unexpected HTTP response: 500

Request
{
    "operation" => "read-resource-description",
    "address" => [
        ("subsystem" => "picketlink"),
        "federation",
        ("federation" => "*"),
        ("identity-provider" => "*")
    ]
}

Response

Internal Server Error
{
    "outcome" => "failed",
    "failure-description" => "JBAS014883: No resource definition is registered for address [
    (\"subsystem\" => \"picketlink\"),
    (\"federation\" => \"*\"),
    (\"identity-provider\" => \"*\")
]",
    "rolled-back" => true
}

Comment 1 Heiko Braun 2013-08-06 09:14:46 UTC
that's fixed in HAL 1.5.6

Comment 2 Heiko Braun 2013-08-06 09:15:57 UTC
Fixed with https://bugzilla.redhat.com/show_bug.cgi?id=991396

Comment 3 Jakub Cechacek 2013-08-19 08:42:33 UTC
Verified in 6.1.1.ER6