1 Reply Latest reply on May 10, 2010 6:40 AM by harut

    Exception on the Action of Submit Button

    sincanvin

      I am trying to call the login function from a bean in the xhtml page on the action of Submit Button. I am getting the exception

       

      javax.faces.el.EvaluationException: java.lang.NoClassDefFoundError: javax/ejb/CreateException
      javax.faces.component.MethodBindingMethodExpressionAdapter.invoke(MethodBindingMethodExpressionAdapter.java:91)
      com.sun.faces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:91)
      javax.faces.component.UICommand.broadcast(UICommand.java:383)
      org.ajax4jsf.component.AjaxActionComponent.broadcast(AjaxActionComponent.java:55)
      org.ajax4jsf.component.AjaxViewRoot.processEvents(AjaxViewRoot.java:329)
      org.ajax4jsf.component.AjaxViewRoot.broadcastEventsForPhase(AjaxViewRoot.java:304)
      org.ajax4jsf.component.AjaxViewRoot.processPhase(AjaxViewRoot.java:261)
      org.ajax4jsf.component.AjaxViewRoot.processApplication(AjaxViewRoot.java:474)
      com.sun.faces.lifecycle.InvokeApplicationPhase.execute(InvokeApplicationPhase.java:97)
      com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:251)
      com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:117)
      javax.faces.webapp.FacesServlet.service(FacesServlet.java:244)
      org.ajax4jsf.webapp.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:206)
      org.ajax4jsf.webapp.BaseFilter.handleRequest(BaseFilter.java:290)
      org.ajax4jsf.webapp.BaseFilter.processUploadsAndHandleRequest(BaseFilter.java:388)
      org.ajax4jsf.webapp.BaseFilter.doFilter(BaseFilter.java:515)
      org.netbeans.modules.web.monitor.server.MonitorFilter.doFilter(MonitorFilter.java:390)

       

      I  tested the java class login functionality seperately and it is working fine. But when I put the same logic in the bean and call the method on the action of submit button I am getting error.

      I am not using any ejb in the code. It's just the plain Java Beans getting called from the Richfaces component in xhtml. Do I need to include some jar or I have to do some configuration.

       

      Pl. help me resolve this,

       

      Thanks