[jboss-user] [JBoss Seam] - Re: @Restrict on POJOs?

2008-01-26 Thread matt.drees
@Restrict works fine on pojos. Maybe the documentation is talking about EJB-style security (which I know nothing about), not Seam security. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4123796#4123796 Reply to the post :

[jboss-user] [JBoss Seam] - Re: @Restrict on POJOs?

2008-01-26 Thread matt.drees
Cool. I'm using a pojo system with drools security rules, too. I really like drools-based security; Shane did a great job with it. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4123800#4123800 Reply to the post :

[jboss-user] [JBoss Seam] - Re: @Restrict on POJOs?

2008-01-26 Thread EricJava
That's what I thought. The documentation needs to be corrected or clarified. Declarative security sounds like JBoss Rules-based security, using the @Restrict annotation. I just wanted to confirm that before I build this system on 90% POJOs, because it's going to use Drools security rules for