1 Reply Latest reply on Apr 25, 2007 7:57 PM by weston.price

    deploying quartz-ra.rar

    edx

      I have diffculties setting up the quartz-ds.xml for the Quartz Resource Adapter (org.jboss.resource.adapter.quartz.inflow.QuartzResourceAdapter) quartz-ra.rar on JBoss4x.

      The .rar is deployed sucesfully

      ...[org.jboss.resource.adapter.quartz.inflow.QuartzResourceAdapter] (main:) start quartz!!!
      ...[org.quartz.simpl.SimpleThreadPool] (main:) Job execution threads will use class loader of thread: main
      ...[org.quartz.core.QuartzScheduler] (main:) Quartz Scheduler v.1.5.2 created.
      ...[org.quartz.simpl.RAMJobStore] (main:) RAMJobStore initialized.

      but I have difficulties in setting up -ds.xml deployment for the quartz service.

      Are there any eaxample how to do it on on JBoss 4.0.5GA?

      Thanks,
      Edward

        • 1. Re: deploying quartz-ra.rar
          weston.price

          The Quartz RAR is an inbound resource adapter, as such, there is no *-ds.xml which is used to setup ManagedConnectionFactories. To use the Quartz RAR you need to set the appropriate activation-config-propety information in your ejb-jar.xml file.

          I believe there is an example in the EJB3 code of how to setup and use this.