[
https://issues.jboss.org/browse/JBIDE-7932?page=com.atlassian.jira.plugin...
]
Snjezana Peco commented on JBIDE-7932:
--------------------------------------
There is yet another problem that can be reproduced as follows:
- create a New Seam EAR project (Web Module 2.5, JSF 1.2 and Seam 2.2)
- fix the issue described in this jira using solution #2
- deploy it to JBoss AS 6.0 Final
- start the application
ASSERT: the application works correctly
- add an entity using File>New>Seam Entity
- try to add a new entry to the created entity
You will get the following error:
The requested resource (/<your_project_name>/persisted.seam) is not available.
The solution is to add the org.jboss.jbossfaces.JSF_CONFIG_NAME context parameter as
described in
https://issues.jboss.org/browse/JBIDE-7423?focusedCommentId=12562516&...
New Seam EAR project fails to deploy to JBoss AS 6 CR1
------------------------------------------------------
Key: JBIDE-7932
URL:
https://issues.jboss.org/browse/JBIDE-7932
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Seam
Affects Versions: 3.2.0.Beta2
Environment: Linux 64bit
JDK 1.6.0_23
JBoss Tools 3.2.0 Beta 2 (20101206)
Seam 2.2.1.CR2
Reporter: Jozef Hartinger
Assignee: Alexey Kazakov
Priority: Critical
Fix For: 3.2.0.CR1
Attachments: deploy.zip, ear.log
Steps to reproduce:
1) Unzip JBoss AS 6 CR1
2) Add the server to JBoss Tools
3) Create new Seam 2.2 project (select EAR project and either HSQLDB or MySQL)
4) Start the application server
5) An exception is thrown during deployment of the project (see the attached file for the
stacktrace)
Note that an WAR project deploys without problems. Also, and EAR or WAR project generated
via seam-gen works as expected.
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira