[JBoss-user] [Beginners Corner] - role mapping

2005-12-19 Thread epotvin
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

[JBoss-user] [Installation, Configuration & Deployment] - EJB cache

2005-11-07 Thread epotvin
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