1 Reply Latest reply on Jun 26, 2003 3:01 PM by toroisarockstar

    Strange Deployment Errors

    toroisarockstar

      When deploying my jar in JBoss 3.2 I get the following for every bean I'm trying to deploy:

      09:50:15,020 WARN [verifier] EJB spec violation:
      Bean : MobileFastPin
      Section: 22.2
      Warning: The Bean Provider must specify the fully-qualified name of the Java class that implements t
      e enterprise bean's business methods in the <ejb-class> element.
      Info : Class not found: com.test.mobile.ejb.fastpin.MobileFastPinEJB

      09:50:15,070 ERROR [MainDeployer] could not create deployment: file:/C:/jboss-3.2.1/server/default/d
      ploy/management/ejb-management.jar

      The class clearly exists in the jar and this deploys fine on WebLogic 6.x. My jar is situated properly (paths are all correct). Also the fully qualified name IS specified in the ejb-jar.xml. Also i put the jar file in the lib directory as well. I looked around the forums but did not find an answer for my problem Has anyone ever run into anything similar?

      Thanks in Advance