[
https://jira.jboss.org/jira/browse/JBDS-1208?page=com.atlassian.jira.plug...
]
Snjezana Peco commented on JBDS-1208:
-------------------------------------
You can't create any Seam project or Seam portlet using the New Dynamic Web Project
wizard. You have to use the New Seam Web Project wizard.
Dominik,
you got the NPE because you didn't create a JSF/Seam portlet.
JBoss portletbridge 2.0.0.FINAL doesn't recognize the following parameter:
<context-param>
<param-name>javax.faces.LIFECYCLE_ID</param-name>
<param-value>SEAM_PORTLET</param-value>
</context-param>
I have created
https://jira.jboss.org/jira/browse/JBIDE-6272 related to this issue.
A workaround is to comment/remove this parameter in the web.xml file.
Seam Portlet from JBDS failed on deploy
---------------------------------------
Key: JBDS-1208
URL:
https://jira.jboss.org/jira/browse/JBDS-1208
Project: Developer Studio (JBoss Developer Studio)
Issue Type: Bug
Components: seam
Affects Versions: 3.0.0.GA
Environment: Linux (Fedora 12), portlet target platform EPP5
Reporter: Jan Jamrich
Assignee: Snjezana Peco
Attachments: create-seam-example-by-jbds.tar.gz, my-seam-example-deploy.log,
portlet-deploy-error.txt
Seam project generated by JBDS failed on deploy on error: Caused by:
java.lang.SecurityException: class
"org.jboss.seam.jsf.SeamPhaseListenerWrapper"'s signer information does not
match signer information of other classes in the same package.
Tried change all JARs in lib directory in WAR file, but error still occurs.
--
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