1 Reply Latest reply on Sep 8, 2006 8:10 PM by sateeshnagilla

    Seam deployment error while working with costom lib's

    sateeshnagilla

      Exception sending context initialized event to listener instance of class org.jboss.seam.servlet.SeamListener
      java.lang.NoClassDefFoundError: no/fast/ds/search/SearchEngineException

      I am using the third party jar for a specific task, i am using this jar api is one of the component (JAVA_BEAN). i put the jar in WEB-INF/lib directory then deployed in to jboss seam server 4.0.4. i got this deployment error. please advise me what went wrong. Does the JAVA_BEAN component Scope matters. it tryed with EVENT and SESSION.

        • 1. Re: Seam deployment error while working with costom lib's
          sateeshnagilla

          I Figured it out and solved the problem myself. work around is put the xyz.jar in application.xlm and keep the jar in ear. This works fine and JBoss identifies the jar. if you keep the jar in WEB-INF/lib, it doesn't work out. I am not sure, it is the way it suppose to be or work around or issue.... any way. i got it & working fine. Thought this my help you~ ;=)