[Security & JAAS/JBoss] - WebSphere to JBoss migration
by plscstx
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
18 years, 1 month
[JBoss Portal] - Re: Portlet in multiple columns
by PMN
There is no point to search for documentation on that particular topic as there is no concept of layout in jboss portal. The team is trying to hide the fact and would not answer in a genuine way, when they do and as they should, they just don't get it. They are either simplistic about it or deny it, classic ways to deny.
What you have instead is a page referring to a "layout" actually a jsp file, you should write your own and implement layouts but then there will be nothing to support it, changing layout, changing regions... and will not work with renderer as renderers (decoration, portlet, region, layout) lacks concept of layout.
There is a PF ongoing work item, sit and pray... Things happen.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4134390#4134390
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4134390
18 years, 1 month