Database XACML Attribute Locator example: The XACML request is missing an attribute in the resource element

WARNING - TOPIC NOT WRITTEN - TOPIC ID: 479

This topic has not yet been written. The content below is from the topic description.
Case 1:  The XACML Request comes with a missing attribute in the resource element. Note that the attribute that is missing is commented out for viewer's benefit. The attribute missing from the request is "urn:xacml:2.0:interop:example:resource:account-status"               123456               John Smith               1000               1               false               false                   CustomerAccount               123456               John Smith                           15000               10000               10000                   Buy           Given this request file, you may want to take a look at the JBossXACML config file that we will use.               locators/attrib/attribLocator_policy.xml                          data_stores/db.properties        SELECT account_status FROM resource where owner_id=?;        urn:xacml:2.0:interop:example:resource:account-status       urn:xacml:2.0:interop:example:resource:owner-id        http://www.w3.org/2001/XMLSchema#string         account_status     Â