0 Replies Latest reply on Nov 25, 2005 6:03 PM by jason_white_01

    Problem with DVD EJB3 app

    jason_white_01

      The downloadable source for the DVD app doesn't seem to be working for me once deployed. As I try to get to the login I get redirected to the main.jsp (as expected) and get this error:

      15:40:55,888 WARN [FormAuthenticator] Unexpected error forwarding to login page

      javax.servlet.ServletException: Unresolved compilation problems:
      The import org.jboss cannot be resolved
      Util cannot be resolved
      Util cannot be resolved

      at javax.faces.webapp.FacesServlet.service(FacesServlet.java:109)

      I am not JSF guru so I don't know where to started troubleshooting this really.

      Any help is appreciated! Otherwise I will have to try to rebuild the web layer in a straightforward JSF-less way which is not all that appealing to me really...

      -jason