A closer look at the System.err logs revealed that there was a BeanCreationException resulting from a mis-configured Datasource. :mad:
[11/23/11 15:24:09:611 EST] 000000db SystemErr R...
Type: Posts; User: nirmaljpatel; Keyword(s):
A closer look at the System.err logs revealed that there was a BeanCreationException resulting from a mis-configured Datasource. :mad:
[11/23/11 15:24:09:611 EST] 000000db SystemErr R...
I guess I mixed up in the OP, I am using Spring 3.0.3 and Spring Security 3.0.7.
I did run into this on one of the forum threads... where this solved the issue for Websphere 6.
Anyhow I configured on my server - websphere 7... but still no joy... :(
Any further...
I have an application bundled with Spring Security and it works perfectly when deployed on a Tomcat server.
However, when the same WAR is deployed to Websphere; application fails to start giving...
I am trying to use PreAuthFilter (for Siteminder) with Spring Security 3.0.
<http use-expressions="true">
<intercept-url pattern="/admin/**" access="hasRole('ROLE_ADMIN')" />
...