In
EJB spec page 410, it says each redeployment results a new home and a new set of enviroment values.
Does this mean an EJB can have multiple ENV sets?
If it does, how can we tell which home,thus which set of env we are using?
I thought each redeployment will erase the old version, appearently the specs say the other way.
Thanks