Re: bean problem getting ERROR---java.lang.ClassNotFoundException: ZJob
Posted By:
Robert_Lybarger
Posted On:
Tuesday, June 19, 2007 09:12 AM
You didn't indicate that the class declares a package, and the stacktrace indicates it is not in a package. I believe that is a requirement now... default-packaged classes tend not to work in web application environments. (Heck, it may be part of the spec, not that I'm bothered enough to check that for you.)