- nice thread.
just two question:
1. any idea how to implement automatic population of database (for example, in ServletContext listener) with those protected method ? So I want for my...
Type: Posts; User: Cvele; Keyword(s):
- nice thread.
just two question:
1. any idea how to implement automatic population of database (for example, in ServletContext listener) with those protected method ? So I want for my...
As I understand, in order to protect method from Java class, that class need to be requested from the Spring application context :
getWebApplicationContext(...).getBean("myBean");
In the case...
Ok, regarding the first question:
-in order to achieve this, I can use ServletContext.getResourcePaths(), and for the second :
-My idea is to use some kind of "annotation" in the .jspx...
Hi all,
Instead of keeping roles and access rights in the XML configuration file, a have a couple tables in the database where I store them, in order to enable dynamic security management (adding...
http://jnassef.blogspot.com/2007/07/dynamic-roles-management-in-acegi.html
Hi,
I believe this is a not Spring problem, but maybe someone know...
In our JSF application, as part of the faces-config.xml, we have the following entry:
...
- interesting :-)
So, can I forget about this strange class, and apply the usual Acegi filter set, in order to secure web application deployed on WebLogic ?
Any idea where to find (and how to configure) this class (in the applicationContext.xml) along with other Acegi filters ?
Cannot find anywhere ...
Thanks,
Cvele
forgot to say, I use acegi 0.9 so I get following error:
Error creating bean with name 'filterInvocationInterceptor' defined in ServletContext resource [/WEB-INF/beans.xml]:
Invocation of...
Hi,
in my FilterSecurityInterceptor bean, I have "objectDefinitionSource" property as follows:
<property name="objectDefinitionSource">
<value>
...