3 Replies Latest reply on Oct 14, 2009 2:39 PM by akazakov

    Error configuring application listener

    snowhite

      Hi,

      I am working with a seam web project in JBDS. I got an exception when I tried to use a custom SeamListener class. The exception is

      Error configuring application listener of class org.domain.customerportal.session.CustomSeamListener
      java.lang.ClassNotFoundException: org.domain.customerportal.session.CustomSeamListener


      I can see the class (org.domain.customerportal.session.CustomSeamListener) in the deployed war . However, if I remove the custom seamlistener from web.xml, it is not throwing any exception. And any changes to the project are being hot deployed by JBDS without any exception.

      Does anyone know why JBDS is behaving like this?

      version:
      JBDS: 2.0.0.GA
      Seam: 2.1

      Thanks