Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Why is the Transacton Request returned from transaction.getRequest() set to null?

null request RETURNED
0
Posted

Why is the Transacton Request returned from transaction.getRequest() set to null?

0

The client transaction is only obliged to hold a reference to the Request until the transaction goes to COMPLETED state. After that, the reference to the Request is nulled out to save heap space and ehance scalability of the implementation. If you want to hold a long term reference to the request, then please do this in your application.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123