[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-4181) Seam Test fails with error "MessagingType 'org.quartz.Job' not found in resource deployment >>>> jboss.jca:service=RARDeployment, >>>> name='jms-ra.rar'"

Gary Hu (JIRA) jira-events at lists.jboss.org
Fri May 15 10:33:46 EDT 2009


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

                 Key: JBSEAM-4181
                 URL: https://jira.jboss.org/jira/browse/JBSEAM-4181
             Project: Seam
          Issue Type: Bug
    Affects Versions: 2.0.2.SP1
            Reporter: Gary Hu


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.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the seam-issues mailing list