[jboss-user] [Security JAAS/JBoss] - Trying to get active users..

2007-10-24 Thread paulaunderwood
I have this in a file called GetActiveUsersAction.java.. | MBeanServer server = (MBeanServer) MBeanServerFactory.findMBeanServer(null).get(0); | String jaasMgrName = jboss.security:service=JaasSecurityManager; | ObjectName jaasMgr = new

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Need to pass a boolean to messages_en.properties

2007-10-10 Thread paulaunderwood
I need to be able to pass a boolean to messages_en.properties, in order to display a Yes or No, instead of true or false in an outputText field. How would I do that? Thanks in advance. | h:outputLabelExpired Password/h:outputLabel | h:outputLabel

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

2007-10-09 Thread paulaunderwood
Thank you! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4093026#4093026 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4093026 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Seam Navigation

2007-10-08 Thread paulaunderwood
I'm working on code to allow a password to expire. On the next login after the password expires I need to forward the user to a change password page. Right now, when a user logs in, if they are authenticated, they go to a user list page, and if they are not they are sent back to the login

[jboss-user] [JBoss Seam] - Re: selectOneMenu with s:selectItems problem

2007-10-01 Thread paulaunderwood
ok, here it is | javax.faces.el.EvaluationException: Exception while invoking expression #{authenticator.authenticate} | at org.apache.myfaces.el.MethodBindingImpl.invoke(MethodBindingImpl.java:153) | at

[jboss-user] [JBoss Seam] - selectOneMenu with s:selectItems problem

2007-09-28 Thread paulaunderwood
I am trying to edit a createuser form so that the areaID field is a drop down box populate with values from a table called Areas. When the user is saved, I need to value(either 1, 2, 3 or 4 associated with a label) to be saved in the user table. At this point, the drop down populates

[jboss-user] [JBoss Seam] - Re: selectOneMenu with s:selectItems problem

2007-09-28 Thread paulaunderwood
I have tried this but then it no longer allows me to log in.. it tells me that the transaction failed. I get an error invoking the login method javax.faces.el.EvaluationException: Exception while invoking expression #{authenticator.authenticate} Caused by: