Is it possible to create an
EJB that reads a resource reference for an environment variable on a periodic basis? I want to change environment variable at runtime and have the EJB pick up on the change without re-cycling the EJB. An article or code snippet would be great.
TIA