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