[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-3766) examples is not working under tomcat 6.0

Alexey Kakunin (JIRA) jira-events at lists.jboss.org
Fri Nov 28 06:42:36 EST 2008


examples is not working under tomcat 6.0
----------------------------------------

                 Key: JBSEAM-3766
                 URL: https://jira.jboss.org/jira/browse/JBSEAM-3766
             Project: Seam
          Issue Type: Bug
          Components: Examples
    Affects Versions: 2.1.0.SP1
         Environment: CentOs 5.2, java 1.6.10_u10, tomcat 6.0.18
            Reporter: Alexey Kakunin
            Priority: Minor


just following to documentation, configured tomcat.home in build.properties,switched to example project folder (for example registration) and called ant tomcat.deploy

Project built and deployed to tomcat, but during initialization followed error generated:
java.lang.NoClassDefFoundError: javassist/util/proxy/MethodFilter
	at org.jboss.seam.contexts.Contexts.destroy(Contexts.java:243)
	at org.jboss.seam.contexts.Lifecycle.endApplication(Lifecycle.java:56)
	at org.jboss.seam.contexts.ServletLifecycle.endApplication(ServletLifecycle.java:135)
	at org.jboss.seam.servlet.SeamListener.contextDestroyed(SeamListener.java:39)
	at org.apache.catalina.core.StandardContext.listenerStop(StandardContext.java:3882)
	at org.apache.catalina.core.StandardContext.stop(StandardContext.java:4523)

Looks like javassist should be added into depepndencies

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the seam-issues mailing list