When deploying via Blue, some of ibm-application-bnd.xmi doesn’t get deployed. Specifically, the “groups” element of the “autorizations” element. So this:
<authorizations xmi:id=”RoleAssignment_1107484715772″>
<role href=”META-INF/application.xml#SecurityRole_1212678217622″/>
<groups xmi:id=”Group_1212678217622″ name=”WMS_GRAN_ACCT”/>
</authorizations>
becomes this:
<authorizations xmi:id=”RoleAssignment_1212699197100″>
<role href=”META-INF/application.xml#SecurityRole_1212699197100″/>
</authorizations>
I have another Blue workspace that deploys ibm-application-bnd.xmi correctly, and I’ve compared the settings between the 2 workspaces but I can’t find any difference.
Do you know how I can get the “groups” element to be deployed?
Thanks,
Phil