[weld-issues] [JBoss JIRA] Created: (WELD-478) Tomcat dependencies are incomplete in documentation
Hontvári József (JIRA)
jira-events at lists.jboss.org
Wed Apr 7 08:18:38 EDT 2010
Tomcat dependencies are incomplete in documentation
---------------------------------------------------
Key: WELD-478
URL: https://jira.jboss.org/jira/browse/WELD-478
Project: Weld
Issue Type: Bug
Components: Documentation
Affects Versions: 1.0.1.Final
Reporter: Hontvári József
In section 18.3. there is a list of dependencies for servlet containers. This is incomplete, it does not list all dependecies and it also does not specify their versions. After tracking some NoClassDefFoundError, here are some additional jars:
-jsr299-api.jar is listed but this does not exist in Weld 1.0.1.Final distribution. Likely this is cdi-api.jar from the artifacts/cdi directory.
-weld-logging.jar is listed, but I cannot find such jar. Likely this entry is obsolete.
-cal10n-api-0.7.2.jar
-javax.inject-1.jar
-jboss-interceptor-1.0.0-CR11.jar
-jboss-interceptor-api-1.1.jar
-slf4j-ext-1.5.10.jar
After adding these jars Weld starts with the web application but org.jboss.weld.environment.servlet.Listener throws a com.google.common.collect.ComputationException: java.lang.reflect.GenericSignatureFormatError. I tries to follow the maven configuration, but without success, I can only guess that I included the wrong version of one of the jars.
--
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 weld-issues
mailing list