In Connection with my previous post Activation and passivation in ADF
If you uncheck following flag means
1.Enable Application module pooling
2.passivate state and Include All transient Values.
passivation wont happens.there is no active record to activate. i.e activation/passivation wont happens
then re-run your application.
then result would be.
Step 1: After Un-check flag. re-running the existing application.
enter the data press submit.
Step 2: Log shows that after each request application module & jdbc connection created and closed.
while Observing when creating a record a
**insert** id =1,parid=1,collid=98312,...
Notice one more thing "delete all" collid=98311
collid is field of an PS_TXN table.delete "PS_TXN" where collid =:1
Finally at this end. no passivation store happens, so while activation no record fetching takes places.
Download here.
Note: Before running this application un-check the concern flag. "Activation and passivation will not happens"
If you uncheck following flag means
1.Enable Application module pooling
2.passivate state and Include All transient Values.
passivation wont happens.there is no active record to activate. i.e activation/passivation wont happens
then re-run your application.
then result would be.
Step 1: After Un-check flag. re-running the existing application.
enter the data press submit.
Step 2: Log shows that after each request application module & jdbc connection created and closed.
while Observing when creating a record a
**insert** id =1,parid=1,collid=98312,...
Notice one more thing "delete all" collid=98311
collid is field of an PS_TXN table.delete "PS_TXN" where collid =:1
Finally at this end. no passivation store happens, so while activation no record fetching takes places.
Note: Before running this application un-check the concern flag. "Activation and passivation will not happens"