Spring has "abducted" Acegi, making it part of the framework. Just forget acegi, Spring Security is the same with another name, and the supported one. Acegi is going to be discontinued.
Type: Posts; User: juanignaciosl; Keyword(s):
Spring has "abducted" Acegi, making it part of the framework. Just forget acegi, Spring Security is the same with another name, and the supported one. Acegi is going to be discontinued.
FYI here's also server.policy application configuration (it's quite important at SJSAS, since by default it's much more restrictive than Tomcat):
// Hay que aņadir esto al server.policy
grant...
Security Configuration
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE beans PUBLIC "-//SPRING//DTD BEAN//EN"
"http://www.springframework.org/dtd/spring-beans.dtd">
<beans>
<bean...
I don't think it's a matter of configuration, since it works for a while, but here they are:
web.xml
<?xml version="1.0" encoding="UTF-8"?>
<web-app xmlns="http://java.sun.com/xml/ns/j2ee"...
Some more blocked threads:
Thread 9490: (state = BLOCKED)
- java.lang.Class.forName0(java.lang.String, boolean, java.lang.ClassLoader) @bci=0 (Compiled frame; information may be imprecise)
-...
This is the relevant jStack log:
A blocked thread (I'll also post some more):
Thread 9494: (state = BLOCKED)
- java.lang.Class.forName0(java.lang.String, boolean, java.lang.ClassLoader)...
Hello,
I'm having a really serious and strange problem. It was present with Acegi and it remains at Spring Security 2.0.2.
We have a JSF application secured with it. It uses a CAS mechanism to...
Those are values needed at the database just read-only, they won't change.
I'd like to use Java constants (public static final) to be able to make comparisions like myProcess.getState.equals(ProcessState.CLOSED), but I'd also like them to be in the database. In my example,...
Has anybody managed to make Acegi work on Sun Application Server 8? I have configured it to make authentication with a CAS server, but it throws an exception after authenticating. This is an example:...
I'm trying to connect to Microsoft Project Server through its webservice, but my test case throws the following exception:
javax.xml.rpc.JAXRPCException: Cannot find operation: readProjectTeam...
I'm having the same problem. Did you find a workaround?
I'm starting with the whole JSF + Ajax + Spring + Hibernate pack at work, and I find a problem: developing this way forces me to redeploy VERY frecuently: too many configuration xmls :-\
Every...