4 Replies Latest reply on Jun 28, 2006 11:49 AM by gavin.king

    Has anybody made seam work with JEMS installer EJB3 clustere

    doliver2000

      Hi I'm trying to get a new seam app and some existing ejb3 apps to run on the same server to make my old apps work I need to use the ejb3 clustered configuration but when I do this seam application doesn't run (I've tried deploying the booking example and that fails as well). Any ideas for making this work or should I just have two app servers on the go?

        • 1. Re: Has anybody made seam work with JEMS installer EJB3 clus
          theute

          What problem do you face ? Do you use the JEMS installer ?

          • 2. Re: Has anybody made seam work with JEMS installer EJB3 clus
            doliver2000

            I did use the JEMS beta installer for both instalations the ejb3 version works for seam but the single sign on security that my other applications need doesn't work if you use a clustered ejb3 profle instead the other applications work but when you run seam you get the following error

            ERROR [[Faces Servlet]] Servlet.service() for servlet Faces Servlet threw exception
            java.lang.AbstractMethodError: javax.faces.context.FacesContext.getELContext()Ljavax/el/ELContext;
            at javax.faces.component.UIViewRoot.setLocale(Unknown Source)
            at org.apache.myfaces.application.jsp.JspViewHandlerImpl.createView(JspViewHandlerImpl.java:
            130)
            at org.jboss.seam.jsf.SeamViewHandler.createView(SeamViewHandler.java:43)
            at org.apache.myfaces.application.jsp.JspTilesViewHandlerImpl.createView(JspTilesViewHandler
            Impl.java:305)
            at org.apache.myfaces.lifecycle.LifecycleImpl.restoreView(LifecycleImpl.java:144)
            at org.apache.myfaces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:66)
            at javax.faces.webapp.FacesServlet.service(Unknown Source)

            At the moment I'm working round this by having two app servers on the go

            • 3. Re: Has anybody made seam work with JEMS installer EJB3 clus
              theute

              This sounds weird to me.
              I just tried the booking app to make sure there was no problem with eb3 clustering and everything works fine.

              Do you have a scenario that leads to that error with the packaged examples ?

              Are you using JBoss Seam 1.0.1.GA ?

              • 4. Re: Has anybody made seam work with JEMS installer EJB3 clus
                gavin.king

                Looks like you have 2 diff versions of JSF in your classpath, somehow.