I am trying to migrate a Web App to run on JBoss from WebSphere. We have everything working except the security roles.
In WebSphere, we had the security roles setup in an ibm-application-bnd.xmi file that was located in the applicationEAR\META-INF folder. Does anyone know how to manage the LDAP security roles for the JBoss server? Thanks. An sample of the ibm-application-bnd.xmi file follows: <?xml version="1.0" encoding="UTF-8"?> | <applicationbnd:ApplicationBinding xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:applicationbnd="applicationbnd.xmi" xmi:id="ApplicationBinding_1103565947194"> | <authorizationTable xmi:id="AuthorizationTable_1103565947194"> | <authorizations xmi:id="RoleAssignment_1108662566127"> | | <groups xmi:id="Group_1159457809140" name="App.Prod.~~~.BranchManager"/> | <groups xmi:id="Group_1159457809141" name="App.Prod.~~~.BranchManager"/> | <groups xmi:id="Group_1159457809142" name="App.Prod.~~~.BranchManager"/> View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4134401#4134401 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4134401 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
