Hi Karen,
thanks a lot for your reply. Adding the cglib bundle to com.springsource.kernel.region.bundles in com.springsource.kernel.launch.properties solved my problem!
There should really be...
Type: Posts; User: harald.pehl; Keyword(s):
Hi Karen,
thanks a lot for your reply. Adding the cglib bundle to com.springsource.kernel.region.bundles in com.springsource.kernel.launch.properties solved my problem!
There should really be...
Hello,
I'm using @Configuration classes in one of my bundles (say bundle "configBdl") . The @Configuration class is scanned and recognized using the standard xml bootstrap config
......
Hi anoopps,
I have a very similar problem in my current project: Aspect in bundle A and classes in other bundles which are adviced by the aspect. In this constellation the aspect is never called....
Hi dtsazza,
I came across your post and was wondering if you already found a solution for your problem. If so I would be keen to get some hints from you, as I have a very similar requirement in my...
I have a webapp up and running which uses NTLM based authentication. Therefore I'm using the following configuration:
<sec:global-method-security jsr250-annotations="enabled" />
<sec:http...
That's exactly what I mean
Hi posta07,
thanks for your answer. That's exactly the approach I also have chosen after some trial and error.
I have one further question:
How do you handle exceptions from Spring Security?...
Hi,
I'm currently writing a webapp using GWT 1.5.x. On the server side I want to use Spring Security (both url and method security).
On the client side I'm planning to have to GWT modules:
...
Hi there,
can anybody please give me a working sample for an digest authentication in combination with http invoker? I have to communicate with a server side app using http invoker. For the...