[jboss-user] [Beginners Corner] - Re: Jboss error

PeterJ do-not-reply at jboss.com
Wed Mar 11 19:10:52 EDT 2009


This is the error:

Caught exception java.lang.NoClassDefFoundError: org/atcc/bei/rbums/client/model/editinituser/UserModel

This class should be packaged in your application. The commit() method is not even entered because the JVM requires that class to build the stack entries for the method. Apparently the UserModel class is doing some kind of JNDI lookup, perhaps for an EJB.

You really need to ask someone who understands the application and how it is packaged.


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

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



More information about the jboss-user mailing list