I'm not extending the AbstractUserDetailsAuthenticationProvider, but implementing the authenticationprovider interface. It was a good hint to look at the code for the...
Type: Posts; User: abu12345; Keyword(s):
I'm not extending the AbstractUserDetailsAuthenticationProvider, but implementing the authenticationprovider interface. It was a good hint to look at the code for the...
Hi All,
I am having an issue where I keep getting cache misses. I checked my cachestore and it looks like its never being populated with any users. I can't really see where the problem lies as I...
Hi All,
I am trying to configure my ACEGI setup to use the CommonsHttpInvokerRequestExecutor instead of the SimpleHttpInvokerRequestExecutor for the remoting side(I have things working under the...
I would really like to create a junit test case however the property I want to assert on SearchSystemEnvironment in PropertyPlaceholderConfigurer only has a setter method. I can't see any sort of...
Hi Costin,
I tried creating a new SystemProperty and referenced that, but still no luck, is that what you meant ? My application below is purely there to test the resolution of system variables...
The chances are I'm totally wrong here....
Having searched more on the forum(there are more issues like mine) it seems like this could possibly be a bug ? (Apologies on this presumption if its...
Hi,
I am trying to use env variables to set the location of a properties file in my bean.xml. I keep getting fileNotFound Exceptions and it looks like the env property is not being resolved. From...