Details
-
- Environment:
- -
Issue Links
| Depends | ||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
|
|||||||||||||||
Activity
| Field | Original Value | New Value |
|---|---|---|
| Status | New [ 10000 ] | Open [ 10002 ] |
| Priority | Major [ 3 ] |
| Status | Open [ 10002 ] | In Progress [ 10003 ] |
| Link | This issue blocks PETALSDISTRIB-587 [ PETALSDISTRIB-587 ] |
| Link |
This issue blocks |
| Link |
This issue blocks |
| Link |
This issue blocks |
| Link |
This issue blocks |
| Link |
This issue blocks |
| Link |
This issue blocks |
| Link |
This issue blocks |
| Link |
This issue blocks |
| Link |
This issue blocks |
| Link |
This issue blocks |
| Status | In Progress [ 10003 ] | Resolved [ 10004 ] |
| Fix Version/s | 5.9.0 [ 11106 ] | |
| Resolution | Fixed [ 1 ] |
| Status | Resolved [ 10004 ] | Open [ 10002 ] |
| Resolution | Fixed [ 1 ] |
| Status | Open [ 10002 ] | In Progress [ 10003 ] |
| Fix Version/s | 5.7.2 [ 11192 ] |
| Affects Version/s | 5.7.0 [ 10811 ] |
| Status | In Progress [ 10003 ] | Resolved [ 10004 ] |
| Fix Version/s | 5.8.1 [ 11193 ] | |
| Resolution | Fixed [ 1 ] |
| Fix Version/s | 5.9.0 [ 11106 ] |
| Link |
This issue blocks |
| Link | This issue blocks PETALSSEASE-23 [ PETALSSEASE-23 ] |
| Link | This issue blocks PETALSSEEIP-40 [ PETALSSEEIP-40 ] |
| Transition | Status Change Time | Execution Times | Last Executer | Last Execution Date | |||||||||
|
|
|
|
|
|||||||||
|
|
|
|
|
|||||||||
|
|
|
|
|
|||||||||
|
|
|
|
|
|||||||||
|
|
|
|
|
|||||||||
|
|
|
|
|

A log trace is added on both method:
'AbstractListener.sendSync(...)' used to send synchronously messages to service provider,
'AbstractJBIListener.onExpiredAsyncJBIMessage()' used to process request message sent asynchronously to service provider. As this method is overridden at component level, it is needed to check that the default implementation is invoked with 'super.onExpiredAsyncJBIMessage(asyncExchange, asyncContext)'.
A unit test should be added at component level to verify the right processing of timeout, including this log trace.