Seam security should work, you can set a breakpoint in RootInterceptor.invoke() to confirm that the Seam interceptors are being invoked.
Also, you will have to still authenticate using Identity.login() for the subject and principals to be populated. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4108280#4108280 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4108280 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
