[JBoss-user] [JBoss Portal] - Role & permission inheritance

2006-04-25 Thread hildolfur
I'm pretty new to Java Enterprise Development, hope someone can answer this: At present I'm using a php based portal. In the portal, permission checking and granting is done like this: Administrators may create roles and permission areas. Each permission area may be assigned to a role or may be

[JBoss-user] [JBoss Seam] - Re: Seam + Portal

2006-03-21 Thread hildolfur
Try to get a stack trace inside of the constructor and print it to the console. Simply create a new Exception and call printStackTrace(), you don't even need to throw it. Maybe that will help to identify the calls... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtop

[JBoss-user] [JBoss Seam] - Re: Role Based Security...

2006-03-21 Thread hildolfur
maybe I should try to use jboss portal and combine seam and portal View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3931564#3931564 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3931564 -

[JBoss-user] [JBoss Seam] - Role Based Security...

2006-03-21 Thread hildolfur
Hello Seam users, I'm just getting started using JBoss, Seam and EJB 3, so I'm not shure if this is the right forum for my question. I don't know if there's an "out of the box" solution for my problem or how it is best solved using JBoss, so maybe someone can show the right direction to me or