[seam-issues] [JBoss JIRA] Created: (SEAMXML-36) princess-rescue example does not work on glassfish 3.1

Marek Schmidt (JIRA) jira-events at lists.jboss.org
Fri Mar 4 07:23:45 EST 2011


princess-rescue example does not work on glassfish 3.1
------------------------------------------------------

                 Key: SEAMXML-36
                 URL: https://issues.jboss.org/browse/SEAMXML-36
             Project: Seam Config
          Issue Type: Bug
    Affects Versions: 3.0.0.CR1
         Environment: glassfish 3.1
            Reporter: Marek Schmidt
             Fix For: 3.0.0.Final


The princess-rescue example does not work on Glassfish 3.1 with the default profile, it appear to deploy fine, but any request produces the HTTP 500 Error,

The workaround is to remove

<listener>
   <listener-class>org.jboss.weld.environment.servlet.Listener</listener-class>
</listener>

from src/main/webapp/WEB-INF/web.xml

and to package without the default "jetty" profile (  -P-jetty )

A working "glassfish" profile should be created to enable running ftests on glassfish3.1

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the seam-issues mailing list