About Question enthuware.oce-ejbd.v6.2.482 :
Posted: Tue Apr 11, 2017 3:15 pm
Option 2 states to set the currentClientState to null as the first step...
How can we Store the state... once the currentClientState is set to null
Shouldn't the order be changed as below::
1. Store the state of currentClientState in clientStateRepresentation in @PrePassivate and recreate currentClientState using clientStateRepresentation in @PostActivate.
2. Set currentClientState to null in @PrePassivate method.
How can we Store the state... once the currentClientState is set to null
Shouldn't the order be changed as below::
1. Store the state of currentClientState in clientStateRepresentation in @PrePassivate and recreate currentClientState using clientStateRepresentation in @PostActivate.
2. Set currentClientState to null in @PrePassivate method.