Got past that issue..I needed to refractor some of the package names while migrating from 2.0.4 to 3.1.1.release.
Type: Posts; User: Rippon; Keyword(s):
Got past that issue..I needed to refractor some of the package names while migrating from 2.0.4 to 3.1.1.release.
Hi Rob,
When I upgraded to 3.1.1.RELEASE for spring-security-core & cas and after doing some changes,I am getting below exception at line mentioned in the code tags.
cannot access...
Thanks for replying.
I have build my proxyurl sample from the reference whose link you have provided but we have been using 2.0.4.
I will give it a try with 3.X version.
I have got 2 web applications secured by the spring security .
Both of them are casified .
When I try to access the secured resource under Webapp1,it is redirecting me correctly to Cas login page...
Thanks Martin for replying.I misunderstood the stateful/statelessness.
Hi Guys,
I have some confusion with how the singleton scoped object should be used.
If you take a look at the below 2 classes.
Class Room1 {
int length;
int breadth;
public void display(){
Have you made your job transactional ?
Sorry guys for bothering you.....
It was a typo which I didnt bothered to check too closely...
I had swapped the properties of abstractLookupBean & standardLookupBean in the bean configuration.
...
I was trying to test the lookup-method in my test project but it seems that I am doing something very silly that it is not working...
StandardLookupDemoBean class, which uses setter injection to...
I have finally found the way around this problem
It looked to be some issue with the Spring 2.5.
Earlier the affected bean definition was in one of the xml files which was then imported into the...
Hi Guys,
I have run into some wierd problem around txAdvice where I have got stuck.
Basically from my code ,I am calling
iCreateConService.createCon(createConDTO)
My TxAdvice and point cut are...