when in transaction context(often "required" is preferred),container will invoke
ejbLoad first,then business method,then ejbStore,so when firstname equals 'blueseashore' and A invoke another business method on the Bean,container
will load the bean state,that means firstname will be blueseashore instead of bingo.