I am using esapi 2.1.0 jar in our application for certain input validation.
It is working perfectly in development environment where we are using Apache Tomcat.
In SIT we have WebSphere 7 and jdk 1.6. Initially it was throwing an exception stating ESAPI.properties cannot be loaded, then I added it to the class path and now an error is being thrown:
Caused by:java.lang.NoClassDefFoundError : org.owasp.esapi.reference.DefaultValidator(initialization failure)
The esapi 2.1.0 jar is available in classpath.