jueves, 10 de enero de 2013

Was - springSecurity

Error at the moment to run the application in WAS:

Error 500: javax.servlet.ServletException: Filter [springSecurityFilterChain]: could not be initialized

Solution:


  1. Remove the jars servlet-api.jar , j2ee.jar e
  2. Don't use any properties in the configuration file like the applicationContext.xml
Example>

<property name="url" value="${db1.url}" />

No hay comentarios:

Publicar un comentario