5 Replies Latest reply on Feb 5, 2009 6:10 AM by dingyong

    Use Seam without EJB,hibernate,gwt

    dingyong
      I want to use the seam framework without ejb,hibernate,gwt. But when I startup the tomcat I have got some error.

      --------------------------------
      10:52:30.328 DEBUG org.jboss.seam.deployment.ClassDescriptor.<init>(39) | could not load class (missing dependency): org.jboss.seam.remoting.gwt.GWT14Service
      java.lang.NoClassDefFoundError: com/google/gwt/user/server/rpc/SerializationPolicyProvider

      .....

      10:52:30.328 INFO  org.jboss.seam.deployment.Scanner.handle(68) | skipping class org/jboss/seam/remoting/gwt/GWT14Service.class because it cannot be loaded (may reference a type which is not available on the classpath)
      10:52:32.203 DEBUG org.jboss.seam.deployment.ClassDescriptor.<init>(39) | could not load class (missing dependency): org.jboss.seam.transaction.EjbSynchronizations
      java.lang.NoClassDefFoundError: javax/ejb/SessionSynchronization
      ......

      ------------------------------------
      How to resolve this error.

      thx