Uploaded image for project: 'Application Server 3  4  5 and 6'
  1. Application Server 3 4 5 and 6
  2. JBAS-8592

quartz annotations + MDB integration not working in JBoss 5.1.10,

    XMLWordPrintable

Details

    • Bug
    • Resolution: Won't Do
    • Major
    • None
    • JBossAS-5.1.0.GA
    • Scheduling/Timers
    • None

    Description

      This used to work with JBoss 4.2.3GA

      @MessageDriven(activationConfig = {
      @ActivationConfigProperty(propertyName = "cronTrigger", propertyValue = "0 0 6,10,14 * * ?")
      })
      @ResourceAdapter("quartz-ra.rar")
      public class AutoAlertingWatcherJob implements Job {

      ....

      In Jboss 5.1.10GA it reports an error:

      14:31:01,531 ERROR [AbstractKernelController] Error installing to Start: name=jboss.j2ee:jar=mach_EJB.jar,name=AutoAlertingWatcherJobMDB,service=EJB3 state=Create
      org.jboss.deployers.spi.DeploymentException: MessagingType 'org.quartz.Job' not found in resource deployment jboss.jca:service=RARDeployment,name='jms-ra.rar'
      at org.jboss.resource.deployers.RARDeployment.createActivationSpec(RARDeployment.java:311)
      at org.jboss.resource.deployers.RARDeployment.internalInvoke(RARDeployment.java:276)

      Attachments

        Activity

          People

            dandread1@redhat.com Dimitrios Andreadis
            jnovotny_jira Jason Novotny (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: