2 Replies Latest reply on Jan 9, 2005 7:07 PM by jackxwu

    JBoss 4.0.1 JBossDukesBank EJB spec violation

    jackxwu

      i am using JBoss 4.0.1 with j2ee tutorial update 3. same error on update 2.

      everything else goes fine. only failure was at deploy time. the error says can't find class. i opened the jar file and did find the CustomerBean class.


      20:14:23,920 INFO [EARDeployer] Init J2EE application: file:/C:/usr/jack/jboss-
      4.0.1/server/default/deploy/JBossDukesBank.ear
      20:14:24,671 WARN [verifier] EJB spec violation:
      Bean : CustomerBean
      Section: 22.2
      Warning: The Bean Provider must specify the fully-qualified name of the Java cla
      ss that implements the enterprise bean's business methods in the <ejb-class> ele
      ment.
      Info : Class not found on 'com.sun.ebank.ejb.customer.CustomerBean': Unexpecte
      d error during load of: com.sun.ebank.ejb.customer.CustomerBean, msg=com/sun/eba
      nk/ejb/customer/CustomerBean (Unsupported major.minor version 49.0)

      20:14:24,671 WARN [verifier] EJB spec violation:
      Bean : AccountBean
      Section: 22.2
      Warning: The Bean Provider must specify the fully-qualified name of the Java cla
      ss that implements the enterprise bean's business methods in the <ejb-class> ele
      ment.