0 Replies Latest reply on Aug 18, 2005 5:27 PM by jopaki

    WAR deployment - NoClassDefFoundError

    jopaki

      Newbie WAR deployment snag:

      14:04:20,688 ERROR [Engine] StandardContext[/smbiz]Exception sending context initialized event to listener instance of class org.springframework.web.context.ContextLoaderListener
      org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'assemblerManager' defined in ServletContext resource [/WEB-INF/spring-biz.xml]: Instantiation of bean failed; nested exception is java.lang.NoClassDefFoundError: com/tll/enums/AddressTypeEnum
      java.lang.NoClassDefFoundError: com/tll/enums/AddressTypeEnum
      


      The class not being found is jar'rd up in the WEB-INF/lib directory within the war file.

      Any ideas? - Thanks! - jon