users@glassfish.java.net

Re: Help with error (URGENT, need to fix it today :( )

From: <glassfish_at_javadesktop.org>
Date: Thu, 23 Apr 2009 11:39:23 PDT

The problem is in your class file.

It was compiled to com.sitepoint package, but I'm guessing you simply renamed the sitepoint directory to the interviews directory in your deployment. If you want to change the package of a class, you'll need to update the source code to match the package structure, and rebuild.

The quick fix to replace interviews with sitepoint, and put the classes back where they belong.
[Message sent by forum member 'whartung' (whartung)]

http://forums.java.net/jive/thread.jspa?messageID=343414