and i will look into localObjects solution, this might lead to less concurrency problems...
________________________________ Da: Emanuele Maiarelli <[email protected]> A: [email protected]; [email protected] Inviato: Mercoledì 22 luglio 2009, 15:56:59 Oggetto: Re: Different DataContext You welcome Reinout, I'm not familiar with Apache Wicket, and honeslty i'd like frameworks will handle all ThreadLocal/contexts issues... and in the case of Wicket im not sure if there's a better way than the one i suggested ________________________________ Da: Reinout van Schouwen <[email protected]> A: [email protected] Inviato: Mercoledì 22 luglio 2009, 15:47:01 Oggetto: Re: Different DataContext Hi, 2009/7/22 Mike Kienenberger <[email protected]>: > If you know that Person is not in a modified state, you can make a > local copy of Person in your nameObj's data context. Thanks, Mike and Emanuele, getting the object context from the nameObj indeed solves the problem. Is this something to be aware of at all times? I.e. when creating a link between two objects, is it best practice to retrieve the datacontext from either one, and handle both objects from that context? -- Reinout van Schouwen http://vanschouwen.info/
