Do you mean serviceProperties? Yes. My app name i rems and it's deployed at the same JBoss server as the CAS server. Here's my complete setup:
<beans>
<bean id="serviceProperties"...
Type: Posts; User: ejeklint; Keyword(s):
Do you mean serviceProperties? Yes. My app name i rems and it's deployed at the same JBoss server as the CAS server. Here's my complete setup:
<beans>
<bean id="serviceProperties"...
No, I haven't seen that so that's probably what's going wrong. I guess it's up to Acegi to set that one. Or do I have to configure Acegi in a special way?
/Per
I only end up in CAS "successful login" page. Have tried with Safari and Firefox, but it's the same with both browsers.
I just changed to CAS3 and it's the same behaviour, so I guess Ageci doesn't...
Well, slightly different problem for me. I started with lumpynoses setup, modified to Acegi 1.0.0 RC2, and do get a redirect to CAS login page. Login works fine, but I never get redirected to where I...
OK, error in me, at least partly. I tried to install CAS 3.0.4, and although it's said to be completely backwards compatible with 2, it doesn't work with the beans-setup in the Acegi docs. Whenever I...
Following the CAS server installation in the documentation, I get the following error and don't know how to continue. All help is appreciated!
12:13:58,910 ERROR [ContextLoader] Context...
There are some name changes and relocations of classes (yes, even between RC's...) Read more here: http://acegisecurity.org/upgrade/upgrade-090-100.html
/Per
Thanks! Sometime we just need a push i the right direction. Now I know how to get going.
Oh well, guess it was a stupid question... :)
Well I don't know if the title is concise enough, but here is an explanation. I'm looking at an application which really is a collection of Spring based web appl, each configured in their own...
Thanks Carlos! I'll dig into it. Maybe it's best to start with acegi, since oness is a bit more complex.
I was hoping to find a Maven template for spring projects but this will do.
OK, so I'm a newbie on Maven and Spring and appreciates some inititial guidelines on how to set up a new Maven-handled Spring Web project. Are there any special directory layouts to consider? Are...
I'm filling in with more info here: it works just fine with Eclipse 3.0, but not with 3.0.1.
After all the praise of Spring here on JavaPolis I'm trying to install the Spring IDE for Eclipse but it fails. The update mananger complains that I need org.eclipse.gef, but I do have that.
I'm...