[jboss-user] [JBoss Seam] - Re: Why I got java.lang.NoClassDefFoundError when using some

2007-12-18 Thread appendix
Hi, you've probably two versions of richfaces-ui*.jar in your ear package. Just put all richfaces.jars into the lib directory of your ear so they are visible to all the packages within the ear. Regards, Kurt View the original post :

[jboss-user] [JBoss Seam] - Re: Why I got java.lang.NoClassDefFoundError when using some

2007-12-18 Thread seammer
Thanks for your reply! Wish me luck, I will try it out at once, thanks again! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4113733#4113733 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4113733

[jboss-user] [JBoss Seam] - Re: Why I got java.lang.NoClassDefFoundError when using some

2007-12-18 Thread seammer
I found the problem was that I was using UITree in Stateful session bean. When I changed it to Stateless,everything worked well. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4113761#4113761 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Why I got java.lang.NoClassDefFoundError when using some

2007-12-18 Thread seammer
appendix wrote : Hi, | | you've probably two versions of richfaces-ui*.jar in your ear package. Just put all richfaces.jars into the lib directory of your ear so they are visible to all the packages within the ear. | | Regards, Kurt Nice, your solution works. It has nothing to do with