Greetings, I would like to know if is possible to refresh my entity beans by request?
My scenario: I have a XML file that represents the initial configuration of my system that I would like to put it on a database where a set of entity beans will reflect those data. Because my data would be almost the time static, I would like that the entity beans should be used as "read-only" most the time. However, from time to time, I would like to refresh the entity beans with new values. Probably the XML file is updated, and my database should be also updated and the entity beans should be also reflected by its turn. Any suggestions how to it? One issue that is very important: I would like to update by one pass, I mean, I don't want update one by one where that could exist incoherences in the system (half data updated, half data old). I want to use entity beans because I intend to use several instances of my application server (~cluster). thanks, Pedro Salazar. -- PS [EMAIL PROTECTED] PGP:0E129E31D803BC61 =========================================================================== To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff EJB-INTEREST". For general help, send email to [EMAIL PROTECTED] and include in the body of the message "help".