[jboss-user] [JBoss Seam] - Re: How to authenticate user by department?

2007-05-11 Thread Jack Yeh
Sorry, this problem is solved. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4044891#4044891 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4044891 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: How to authenticate user by department?

2007-05-11 Thread Jack Yeh
I'm trying to extend org.jboss.seam.security.Identity class to append some fields as previous posts advice (many thanks for your help), but I get runtime exception in JBoss AS 4.0.5 GA when I "explode" my project from Eclipse by running ant script that provided by seam-gen. The exception is jav

[jboss-user] [JBoss Seam] - Re: How to authenticate user by department?

2007-05-04 Thread Jack Yeh
Sorry for my mistake, but after search I really can't find that discuss thread. Could you kindly give me a hint to find that ? Thank you in advance. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4043202#4043202 Reply to the post : http://www.jboss.com/index

[jboss-user] [JBoss Seam] - Re: How to authenticate user by department?

2007-05-04 Thread Jack Yeh
1. Extend the Identity class looks like resonable, but how can this derived class be referenced as name of "identity" since the @Name("org.jboss.seam.security.identity") annotation is hard coded in the Identity class. 2. Indeed, add a property to the authenticator bean could solve this problem,

[jboss-user] [JBoss Seam] - How to authenticate user by department?

2007-05-03 Thread Jack Yeh
I'm using Seam 1.2.1 GA. Jack Yeh View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4042859#4042859 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4042859 ___