Uploaded image for project: 'JBoss Enterprise Application Platform 4 and 5'
  1. JBoss Enterprise Application Platform 4 and 5
  2. JBPAPP-2012

Seam Test fails with error "MessagingType 'org.quartz.Job' not found in resource deployment >>>> jboss.jca:service=RARDeployment, >>>> name='jms-ra.rar'"

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 4.3.0.GA_CP07
    • 4.3.0.GA_CP04_FP01
    • Seam2
    • None
    • SOA-P, Seam FP

    • Release Notes

      Seam test fails with the error "MessagingType 'org.quartz.Job' not found in resource deployment >>>> jboss.jca:service=RARDeployment, >>>> name='jms-ra.rar'" when running quartz scheduler integration similar to the tutorial http://www.jboss.org/jbossejb3/docs/tutorial/jca/inflow/quartz/quartz.html

      The error could be reproduced using seam quartz example.

      The code is something similar to:

      @MessageDriven(activationConfig =

      { @ActivationConfigProperty(propertyName = "cronTrigger", propertyValue = "0 0/360 * * * ?") }

      )
      @ResourceAdapter("quartz-ra.rar")
      @Name("processor")
      @AutoCreate
      public class PaymentProcessor implements org.quartz.Job{
      ...
      }

      The code above can be deployed to JBoss AS without problem. But Seam test will fail with the error mentioned above.

            oskutka@redhat.com Ondrej Skutka
            rhn-support-ghu Gary Hu
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: