2 Replies Latest reply on Feb 12, 2010 3:12 AM by walterjwhite

    Seam on Glassfish 3

    walterjwhite

      Hi all,


      I am trying to get my Seam application running on Glassfish 3 and am hitting this roadblock:



      org.jboss.seam.remoting.gwt.GWTService


      I am using remoting for a few pages so I need seam-remoting.  What can I do to get around this error, shouldn't this exception be caught?




      Walter

        • 1. Re: Seam on Glassfish 3
          asookazian

          post stack trace

          • 2. Re: Seam on Glassfish 3
            walterjwhite

            Arti,


            This isn't much more descriptive, but here it is:





            Exception while loading the app : java.lang.Exception: java.lang.IllegalStateException: ContainerBase.addChild: start: org.apache.catalina.LifecycleException: java.lang.RuntimeException: WEB9033: Unable to load class with name org.jboss.seam.remoting.gwt.GWT14Service, reason: java.lang.RuntimeException: WEB9033: Unable to load class with name org.jboss.seam.remoting.gwt.GWTService, reason: java.lang.NoClassDefFoundError: com/google/gwt/user/server/rpc/SerializationPolicyProvider 








            Now, I normally get this exception when Seam starts up regardless, but it continues the startup process.  It just disables GWT.


            What is causing it to bypass that and blow up altogether?



            Walter