0 Replies Latest reply on Mar 5, 2008 1:56 AM by sbavani

    Error While deployed two ear file in a jboss-4.0.5.GA

    sbavani

      I deployed two ear file with the same classes. the difference between them is context root and the database name. while i access them, one is running fine while the other throws exception as following.

      ERROR [[Faces Servlet]] Servlet.service() for servlet Faces Servlet
      threw exception
      javax.faces.FacesException: #{backing_login.login_action}: javax.faces.el.EvaluationException: java.lang.ArrayStoreException.

      I want to deploy two ear file on a single jboss and run the application error free.

      Suganya.P