[JBoss-user] [Beginners Corner] - Re: Using EJB and JSF: can they communicate?

2006-06-23 Thread msly
Look at the EJB3 trailblazer. That is where I got my start using EJB3. It is a very simple lookup on a bean but I would not directly call my bean from a JSF page. I would have a managed bean communicate with a session facade. Here is a basic lookup: | remoteInterfaceReference = (RemoteInter

[JBoss-user] [Installation, Configuration & Deployment] - JBossASTuningSliming

2005-09-29 Thread msly
Is there an upgrade guide for JBoss 4.0.3? I noticed that the guide was not availiable from the wiki. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3898025#3898025 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3898025

[JBoss-user] [Security & JAAS/JBoss] - Re: JAAS Issues rolesQuery with a hashed username from Datab

2005-09-06 Thread msly
Enabling trace helped me find the problem. Here is the return of the getUserRoles during the problem: Principal: Roles(members:safetyAppUser,HttpInvoker ) Notice the white space after the role name. The database column that I was pulling these from was a char(30) column, so I cha

[JBoss-user] [Security & JAAS/JBoss] - Re: JAAS Issues rolesQuery with a hashed username from Datab

2005-08-29 Thread msly
Is there a way to see what is being passed throught the JAAS classes, or to get at the values? I turned the the logging for security to debug. Is there any other way to test this stuff. I am not sure what is being retrurned from the rolesQuery. View the original post : http://www.jboss.org/ind

[JBoss-user] [Security & JAAS/JBoss] - JAAS Issues rolesQuery with a hashed username from DatabaseL

2005-08-24 Thread msly
The authentication workes fine. Here is the query that is fired to get the roles: select Web_App_Role,'Roles' from WEB_APP_USER_ROLES where [EMAIL PROTECTED] Here are the security setting: | | | guest |