[jboss-user] [JBoss Seam] - Re: Seam on JBoss 4.2.0.CR1
NielsH
do-not-reply at jboss.com
Tue Mar 13 11:41:40 EDT 2007
For me Ajax4Jsf works in JBoss-4.2.1.CR1. I did the following:
Generate a project with seam-gen based on latest seam from CVS.
Copy the following files from your projects lib directory to jboss-web.deployer/jsf-libs:
commons-beanutils-1.7.0.jar,
commons-codec-1.3.jar,
commons-collections-3,1.jar,
commons-digester-1.6.jar,
commons-lang-2.1.jar,
el-api.jar
el-ri.jar
Remove the following from you web.xml:
| <listener>
| <listener-class>
| org.apache.myfaces.webapp.StartupServletContextListener
| </listener-class>
| </listener>
|
Remove the following from application.xml:
| <module>
| <java>el-api.jar</java>
| </module>
| <module>
| <java>el-ri.jar</java>
| </module>
|
Remove the following line from the lib-dir fileset in the ear target in build.xml:
| <include name="el-*.jar" />
|
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4027584#4027584
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4027584
More information about the jboss-user
mailing list