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
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
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
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
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
|