[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

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

2007-12-15 Thread seammer
I use seam2.0GA along with richfaces3.1.2GA. If I didn't use UITree in my code, everything is alright. However, if I used something like UITree or TreeState, I got java.lang.NoClassDefFoundError org/richfaces/**/UITree or TreeState In the source code, I can import these lib correctly. The