
|
If you were logged in you would be able to see more operations.
|
|
|
|
This patch simply sets the result of the invoked EJB method in the context using context.setResult() so that Listeners can use that value.
We had to apply this patch to one of our production apps to make so that, if the invoked EJB method returns true, a new Trigger gets immediately scheduled for firing.
|
|
Description
|
This patch simply sets the result of the invoked EJB method in the context using context.setResult() so that Listeners can use that value.
We had to apply this patch to one of our production apps to make so that, if the invoked EJB method returns true, a new Trigger gets immediately scheduled for firing. |
Show » |
|