If you use: Ganymede + Seam 2.1.1 GA + jbos-portal bundle (2.7.1), you can solve this
doing the following:
| * BUG-01 Remove jboss-seam.jar declaration of META-INF/manifest.mf file, and add again
âÂÂjboss-seam.jarâ as library of the ejb project.
| * Bug-02: file pages.xml, comment log-level=âÂÂtraceâ sentence
|
|
| | The project creates duplicate entries of libraries in the project, specifically it
loads richfaces-*.jar and richfaces-*-3.3.0-beta4.jar libraries, and this could alter the
classloading; to solve this, you need to remove the old library stuff, and let the new
(3.3.0 beta 4 libraries).
| | You need to do this for the web project, and you need to replace the
rich-faces-api.jar lib in the ear project for the new one rich-faces-api-3.3.0-beta4.jar
lib, and reference it in your ejb3 project
| |
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4204589#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...