6 Replies Latest reply on May 23, 2014 4:42 AM by alesj

    Context listener issues

    jenchong

      Why would the following not work?

       

      <listener>
      <listener-class>org.springframework.web.context.ContextLoaderListener</listener-class>
      </listener>
      <listener>
      <listener-class>app.controller.U</listener-class>
      </listener>
      <listener>
      <listener-class>app.controller.M</listener-class>
      </listener>
      <listener>
      <listener-class>app.controller.C</listener-class>
      </listener>