1 Reply Latest reply on Dec 1, 2004 5:06 AM by frito

    Deploying in JBoss

    fpaz

      Hi friends,
      I try to deploy an simple application, with one session bean, inJBoss; but a get the following error during the precess

      23:14:49,343 INFO [EARDeployer] Init J2EE application: file:/C:/jboss-4.0.0/ser
      ver/j2ee/deploy/FiboApp.ear
      23:14:49,546 WARN [verifier] EJB spec violation:
      Bean : FiboBean
      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 'tutorial.ejb.FiboBean': No ClassLoaders found for:
      tutorial.ejb.FiboBean

      23:14:49,546 ERROR [MainDeployer] could not create deployment: file:/C:/jboss-4.
      0.0/server/j2ee/tmp/deploy/tmp41272FiboApp.ear-contents/FiboEJB.jar
      org.jboss.deployment.DeploymentException: Verification of Enterprise Beans faile
      d, see above for error messages.
      at org.jboss.ejb.EJBDeployer.create(EJBDeployer.java:553)
      at org.jboss.deployment.MainDeployer.create(MainDeployer.java:889)
      at org.jboss.deployment.MainDeployer.create(MainDeployer.java:881)
      at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:745)
      at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:709)
      at sun.reflect.GeneratedMethodAccessor37.invoke(Unknown Source)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
      sorImpl.java:25)
      at java.lang.reflect.Method.invoke(Method.java:585)
      at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatch
      er.java:141)


      if you will follow with a solution I be thankful with us

      Regards
      Fer

        • 1. Re: Deploying in JBoss
          frito

          Well, pretty clear error message:
          The class is not deployed properly.
          Provide some more information about your deployment (jars, ears, ...) and the deployment descriptors.