It looks like when you add a ResourceResolver, it's added to the
first in the list, so it should probably work. It doesn't look like
adding resolvers is thread-safe, so I'll need to exercise caution, by
maybe doing the add in initialization code, which presumably is
unithreaded.
On May 4, 2007, at 9:29 AM, Daniel Kulp wrote:
To get this to work, you'd probably need to register a ResorceResolver
with the Bus's ResourceManager. Even then, I'm not sure what would
happen. I think we check the "default" stuff first.