[
https://issues.jboss.org/browse/JBSEAM-4918?page=com.atlassian.jira.plugi...
]
Tomas Remes reopened JBSEAM-4918:
---------------------------------
I am still not able to deploy generated EAR project because of:
{noformat}
15:08:00,197 ERROR
[org.apache.catalina.core.ContainerBase.[jboss.web].[default-host].[/myprojectEAR]] (MSC
service thread 1-6) Exception sending context initialized event to listener instance of
class org.jboss.seam.servlet.SeamListener: java.lang.NoClassDefFoundError:
org/dom4j/DocumentException
at
org.jboss.seam.init.Initialization.initComponentsFromXmlDocument(Initialization.java:226)
[jboss-seam.jar:2.3.0.CR1-SNAPSHOT]
at org.jboss.seam.init.Initialization.create(Initialization.java:132)
[jboss-seam.jar:2.3.0.CR1-SNAPSHOT]
at org.jboss.seam.servlet.SeamListener.contextInitialized(SeamListener.java:36)
[jboss-seam.jar:2.3.0.CR1-SNAPSHOT]
at
org.apache.catalina.core.StandardContext.contextListenerStart(StandardContext.java:3392)
[jbossweb-7.0.16.Final-redhat-1.jar:]
at org.apache.catalina.core.StandardContext.start(StandardContext.java:3850)
[jbossweb-7.0.16.Final-redhat-1.jar:]
at org.jboss.as.web.deployment.WebDeploymentService.start(WebDeploymentService.java:90)
[jboss-as-web-7.1.2.Final-redhat-1.jar:7.1.2.Final-redhat-1]
at
org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1811)
at
org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1746)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
[rt.jar:1.6.0_22]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
[rt.jar:1.6.0_22]
at java.lang.Thread.run(Thread.java:679) [rt.jar:1.6.0_22]
Caused by: java.lang.ClassNotFoundException: org.dom4j.DocumentException from [Module
"deployment.myprojectEAR.ear.jboss-seam.jar:main" from Service Module Loader]
at org.jboss.modules.ModuleClassLoader.findClass(ModuleClassLoader.java:190)
at
org.jboss.modules.ConcurrentClassLoader.performLoadClassUnchecked(ConcurrentClassLoader.java:468)
at
org.jboss.modules.ConcurrentClassLoader.performLoadClassChecked(ConcurrentClassLoader.java:456)
at
org.jboss.modules.ConcurrentClassLoader.performLoadClassChecked(ConcurrentClassLoader.java:423)
at
org.jboss.modules.ConcurrentClassLoader.performLoadClass(ConcurrentClassLoader.java:398)
at org.jboss.modules.ConcurrentClassLoader.loadClass(ConcurrentClassLoader.java:120)
... 11 more
{noformat}
Cannot deploy Seam project generated in JBDS - other problems
-------------------------------------------------------------
Key: JBSEAM-4918
URL:
https://issues.jboss.org/browse/JBSEAM-4918
Project: Seam 2
Issue Type: Bug
Components: Tools
Affects Versions: 2.3.0.BETA1
Environment: JBDS 5.0 Beta1, Seam 2.3.0.Beta1, JBoss AS7.1.0.Final
Reporter: Tomas Remes
Assignee: Daniel Hinojosa
Labels: seam-gen
Fix For: 2.3.0.BETA2
There are some next following problems when trying to deploy Seam project war generated
in JBDS. First is the war missing WEB-INF/lib/dom4j.jar, which produces
java.lang.ClassNotFoundException: org.dom4j.DocumentException. Second is that there
probably shouldn't be any com.sun.facelets.FaceletViewHandler configuration in
faces-config.xml, because it causes java.lang.ClassNotFoundException:
com.sun.facelets.FaceletViewHandler.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira