I have a role in my web application called GARE_USER. In my web.xml file it
looks like this :
|
| GARE_USER
|
|
I authenticate my application with an ldap login module, but I don't have a
GARE_USER group on my ldap server but an equivallent called AUTHENTICATED_USER.
Wi
I have an application developped with struts where an action call an Oracle
plsql stored procedure who modified my current object data. So after the call,
I must reload my ejb entity object to get the changes, but Jboss seems to use a
cached instance and take it instead of taking it from the dat