
|
If you were logged in you would be able to see more operations.
|
|
|
|
Environment:
|
Specifically IBM WSAD 5.1, probably any environment
|
|
Issue Links:
|
Container
|
|
This issue contains:
|
|
QUARTZ-414
EJBInvokerJob does not find create() ...
|
|
|
|
|
|
|
|
EJBInvokerJob now does a getDeclaredMethod() on the EJB remote interface to find method to execute. Should use getMetod() in stead.
In quartz-1.4.2: line 218 in org.quartz.jobs.ee.ejb.EJBInvokerJob.
Often the business methods is put in a separate interface extended by the ejb remote interface. GetMethod() will find all methods.
/Trygve
|
|
Description
|
EJBInvokerJob now does a getDeclaredMethod() on the EJB remote interface to find method to execute. Should use getMetod() in stead.
In quartz-1.4.2: line 218 in org.quartz.jobs.ee.ejb.EJBInvokerJob.
Often the business methods is put in a separate interface extended by the ejb remote interface. GetMethod() will find all methods.
/Trygve |
Show » |
|