[jboss-user] [JBoss Seam] - Re: How to setup Seam 1.2.1 with JBoss 4.2.1?

jcg3 do-not-reply at jboss.com
Tue Jul 24 19:26:55 EDT 2007


From:
http://www.michaelyuan.com/blog/2007/05/29/seam-book-examples-updated-to-jboss-as-420-ga/

~~
1. Edit the resources/WEB-INF/web.xml file, and remove the MyFaces listener.

2. Edit the resources/META-INF/application.xml file, and remove the modules referencing el-api.jar and el-ri.jar.

3. Remove the el-api.jar and el-ri.jar files from the final application archive (edit the build.xml file for the ear or war tasks).

4. Edit the resources/WEB-INF/faces-config.xml file and add the SeamELResolver using the new JSF 1.2 XML schema declaration.

Do NOT miss the crucial step of removing el-*.jar from both the application and from the application.xml.
~~

The same instructions apply to AS 4.2.1.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4067220#4067220

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4067220



More information about the jboss-user mailing list