Passivation table ps_txn not being cleaned up
Adf 11gR1PS1
Hello
I have a samll application using one unbounded task flow and one bounded task flow.
Each task flow uses a different application module.
The unbound task flow calls the bounded task flow in a modeless inline-popup via a button.
When running the application and clicking on the button the bounded task flow is called and a new row is inserted
into the ps_txn table.
However when the inline-popup is closed via the "x" on the popup window the row is not removed from the ps_txn table.
If the button is clicked again a new row is added to the theps_txn table.
Is this the normal behaviour, looking at 40.5.3 in the Dev Guide it would seem that the record should be deleted or reused.
I understand that there are scripts for cleaning up the table but shouldn't it be automatic ?
What am I missing ?
Regards
Paul