Search:

Type: Posts; User: nirmaljpatel; Keyword(s):

Search: Search took 0.03 seconds.

  1. A closer look at the System.err logs revealed...

    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...
  2. I guess I mixed up in the OP, I am using Spring...

    I guess I mixed up in the OP, I am using Spring 3.0.3 and Spring Security 3.0.7.
  3. I did run into this on one of the forum...

    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...
  4. Spring Security on Websphere 7 throws Servlet Exception: Failed to initialize Filter

    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...
  5. PreAuthentication Filter asks for AuthenticationEntryPoint???

    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')" />
    ...
Results 1 to 5 of 5