Closed GoogleCodeExporter closed 9 years ago
Original comment by ihatelivelyids
on 29 Sep 2011 at 9:12
You must also modify TpeCache class so that it accepts ApplicationDomain as
parameter, as visible in enclosed class
Original comment by gregoire...@gmail.com
on 29 Sep 2011 at 10:11
Attachments:
Original comment by martin.h...@gmail.com
on 29 Sep 2011 at 12:35
Hi there,
thanks for bringing this up. Indeed the Type cache didn't take the application
domains properly into account. I have implemented this and the get, contain and
put methods from TypeCache now also take an extra ApplicationDomain parameter.
Type itself now has a static currentApplicationDomain property where
Application.currentDomain is once retrieved and cached. (Multiple calls to
Application.currentDomain actually yields different references, so if you need
Application.currentDomain just refer to Type.currentApplicationDomain).
Changea re available in the trunk, give it a try and let me know your findings.
cheers!
Roland
Original comment by ihatelivelyids
on 29 Sep 2011 at 5:02
Hi,
This has been tested, and it works.
Many thanks for your help.
Original comment by gregoire...@gmail.com
on 5 Oct 2011 at 3:37
Alright, thanks for confirming!
Original comment by ihatelivelyids
on 5 Oct 2011 at 11:03
Original issue reported on code.google.com by
gregoire...@gmail.com
on 29 Sep 2011 at 9:04