[jboss-user] [JBoss Seam] - Re: Seam Security

petemuir do-not-reply at jboss.com
Fri Feb 16 07:22:52 EST 2007


You have <security:identity /> in your components.xml right?  As Seam's Identity is not marked @Install(value=false) by putting that line in components.xml you end up creating an Identity component (which has APPLICATION precedence (as per the defaults)).  So, what you in fact need to do, in components.xml, is to configure *your* Identity component rather than Seam's.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4017581#4017581

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4017581



More information about the jboss-user mailing list