Servlet Module will not deploy to GlassFish 3.0
-----------------------------------------------

                 Key: SEAMSERVLET-11
                 URL: https://jira.jboss.org/browse/SEAMSERVLET-11
             Project: Seam Servlet
          Issue Type: Bug
         Environment: GlassFish 3.0
            Reporter: Josh Hill


A project containing servlet module will currently not deploy to GlassFish 3.0. 
Attaching my pom.xml and the error. 

<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
    <modelVersion>4.0.0</modelVersion>
    <groupId>test</groupId>
    <artifactId>testservlet</artifactId>
    <packaging>war</packaging>
    <version>1.0-SNAPSHOT</version>
    <name>testservlet Java EE 6 Webapp</name>
    <url>http://maven.apache.org</url>
    <dependencies>
        <dependency>
            <groupId>javax</groupId>
            <artifactId>javaee-web-api</artifactId>
            <version>6.0</version>
            <scope>provided</scope>
        </dependency>
        <dependency>
            <groupId>org.jboss.seam.servlet</groupId>
            <artifactId>seam-servlet</artifactId>
            <version>3.0.0-SNAPSHOT</version>
        </dependency>
         <dependency>
            <groupId>org.jboss.weld</groupId>
            <artifactId>weld-extensions</artifactId>
            <version>1.0.0.Alpha2</version>
         </dependency>
            <dependency>
                <groupId>org.slf4j</groupId>
                <artifactId>slf4j-jdk14</artifactId>
                <version>1.5.6</version>
            </dependency>
    </dependencies>
</project>

java.lang.Exception: java.lang.IllegalStateException: ContainerBase.addChild: 
start: org.apache.catalina.LifecycleException: 
java.lang.IllegalArgumentException: java.lang.IllegalArgumentException: 
PWC1430: Unable to add listener of type: 
org.jboss.seam.servlet.event.Servlet3EventBridge, because it does not implement 
any of the required ServletContextListener, ServletContextAttributeListener, 
ServletRequestListener, ServletRequestAttributeListener, HttpSessionListener, 
or HttpSessionAttributeListener interfaces 

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

        
_______________________________________________
seam-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/seam-issues

Reply via email to