[jboss-user] [JBoss Seam] - Re: old RichFaces bug: MethodNotFoundException back?

beligum do-not-reply at jboss.com
Fri Feb 1 08:43:41 EST 2008


 I found the fix for this:

add jboss-web.xml to the web context with a seperate classloader:


  | <class-loading java2ClassLoadingCompliance="false">
  |     <loader-repository>
  |         seam.jboss.org:loader=<your-app-name>
  |         <loader-repository-config>java2ParentDelegation=false</loader-repository-config>
  |     </loader-repository>
  | </class-loading>
  | 

and add the richfaces-impl.jar to the ejb context (richfaces-api.jar and richfaces-ui.jar go into the root ear context)

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

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



More information about the jboss-user mailing list