Can Acegi secure spring rmi remoting?
If it can, how exactly, I've already look at the contacts and pet clinic sample apps but im missing something.
I already have RemoteAuthenticationProvider...
Type: Posts; User: dbendlin; Keyword(s):
Can Acegi secure spring rmi remoting?
If it can, how exactly, I've already look at the contacts and pet clinic sample apps but im missing something.
I already have RemoteAuthenticationProvider...
Thanks a lot! I'm giving it a try now :-) Hope Carlos can give us the good news soon, M2 seems way better than M1, doesn't it?
Well, I got an old apacheds jar and renamed it to comply with dependencies definitions, I found out that running maven jar:install on the root folder of the project fails.
running maven...
Hello Guys,
There is a reference to a jar wich is not available on the net:
D:\src\java\acegisecurity\core>maven jar:install
__ __
| \/ |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \ ~...
Hello Ben,
This are the jars Im using:
On Tomcat (Catalina)
${env.CATALINA_HOME}/common/lib
1.- acegi-security-0.8.2.jar
2.- aopalliance-1.0.jar
3.- spring-1.2.3.jar
As you might have notice, Im using or at least I think im using CAS, correct me if im wrong but when I make reference to jdbcDaoImpl like this:
<bean id="casAuthoritiesPopulator"...
Well,
I assume that you'll need more info in order to help me so I'll paste my configuration IoC files here.
applicationContext.xml
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE beans...
Hello Guys!
Im developing a spring applications that uses acegi. Im actually generating lot of the classes and xml descriptors with andromda.
AndroMDA supports acegi but not since long, so...