Mapping users to a role in Weblogic

You will have to go to:
Home >> Summary of Security Realms >> myrealm >> Roles and Policies tab:
Expand the Global Roles tree:

take any of the available roles , let us say: Requester
Click on the view and modify roles:
under Roles Condition : Click on Add Condition :
From the List: select Groups
Then Under the Group name type: mygroup
Click Add
Then Choose : “or” as the to add the multiple groups to a single role.

Click on save.
you might have to restart the server after making changes to the roles.

Populate LOV in BPM generated Human Task (ADF) pages

Populate LOV in BPM workspace pages (HumanTask generated pages)
We want to show the case status value instead of statusID in Case HumanTask object

• In Jdeveloper create a Model project the BPM Application.

20121122-122326.jpg

• Connect to the database where the domain values are available and accept all default settings Click Finish.
• Create a Viewobejct and it to the AppModule

20121122-122436.jpg

20121122-122549.jpg

• Accept all default settings Click Next then Finish
• Add the ViewObject to the AppModule

20121122-122614.jpg

• Drag the value of the DataControl to the page and create select one choice

20121122-122658.jpg

20121122-122712.jpg

Select the following in the popup screen
• In the Base Data Source the payload of the object, in this case is CaseObject
• Chose Dynamic List
• In the List Data Source select the created LOV datasource
• For the datavalue select status and the List Attribute the ID from LOV
• Chose for Display Attribute the Description
• Then OK

20121122-122828.jpg

In the SelectOneChoise element set auto submit= true

20121122-122854.jpg

You Done, now you can delete the status value which has been auto generated from the HT page.

20121122-123007.jpg