[jboss-user] [JBoss Seam] - Login Restriction servlets?

2007-11-02 Thread lmehret
Is there any way to configure a login restriction for a servlet? What I would like to do keep users from going directly to a servlet without logging in. I tried configuring the servlet as a view in the pages.xml like this That did not work. Any Ideas. Thanks! View the original post : h

[jboss-user] [JBoss Seam] - Re: I'm back

2007-07-31 Thread lmehret
"[EMAIL PROTECTED]" wrote: anonymous wrote : If there are any issues you want me to look at, please post a link to them in this topic. I got one... http://www.jboss.com/index.html?module=bb&op=viewtopic&t=114926 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopi

[jboss-user] [JBoss Seam] - Calling Identity.instance() from a servlet

2007-07-31 Thread lmehret
Hi, If I call Identity.instance() from a servlet or a filter I get the following IllegalStateException. I assume I 've miss configured something... Any Ideas? | java.lang.IllegalStateException: No active session context | at org.jboss.seam.security.Identity.instance(Identity.java:106)