-
Bug
-
Resolution: Done
-
Major
-
4.3.0.GA_CP04_FP01
-
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.
- is related to
-
EJBTHREE-1670 Get the JCA Inflow Quartz tutorial working
- Resolved
-
JBMETA-169 MessageDrivenBeanMetadata and JBossMessageDrivenBeanMetadata should not initialize the SubsciptionDurability property
- Resolved