0 Replies Latest reply on Mar 31, 2004 10:24 AM by adrianw

    scheduler dependencies

    adrianw

      Hello!

      Mi scheduler launchs an EJB, and so I need wait to deploy this EJB. I think I have to use the tag, but... how?

      Mi EJB's name is ReservaControllerEJB. So, my tag contains this:

      ReservaControllerEJB

      But it doesn't run. What is wrong? Log file says (it's an extract):

      ----------------------------------

      could not create deployment: file:/C:/jboss-3.2.3/server/joseba/deploy/scheduler-service.xml
      ...
      org.jboss.deployment.DeploymentException: - nested throwable: (java.lang.reflect.UndeclaredThrowableException)
      ...
      Caused by: java.lang.NoClassDefFoundError: negocio/ejb/reserva/ReservaControllerHome

      ---------------------------------------

      thanks