On Jan 22, 2008, at 8:14 PM, Qaiser Mehmood wrote:


I am getting the same error... :)


Boy, that's a lot of dependencies that you are declaring. As David suggests, I think it would be good idea to reduce them...

In addition to filtering springframework, you should also filter spring meta-data. Beginning of your geronimo-web.xml would look like:

<?xml version="1.0" encoding="UTF-8"?>
<web-app xmlns="http://geronimo.apache.org/xml/ns/web"; >
   <environment
     xmlns="http://geronimo.apache.org/xml/ns/deployment-1.1";>
      <hidden-classes>
          <filter>org.springframework.</filter>
          <filter>META-INF/spring</filter>
      </hidden-classes>

      ...

--kevan

Reply via email to