0 Replies Latest reply on Dec 18, 2009 2:47 AM by simonc2009

    Found errors Booking application deployed in cluster environment

    simonc2009
      Hi All,
      I got the Booking sample from the seam framework.
      It works fine in Weblogic 11gR1 of standalone server in development mode, production mode and standalone server of development mode in cluster environment).

      However, I found errors when the Booking sample application is deployed in cluster environment. For information, error comes when I input the credit card information of the Booking application.
      Errors
      ======
      Caused by javax.servlet.ServletException with message: "java.lang.NoClassDefFoundError: javax/validation/metadata/ElementDescriptor$ConstrainFinder"
      Caused by javax.servlet.ServletException with message: "java.lang.NoClassDefFoundError: org/hibernate/MappingException"
      Temporary, I think the server fail to get appropriate hibernate validator class, am I right ?
      Can anyone, helps me for the to solve it?
      Thanks