If methods have been marked for testing only:
| /For testing only
| Map<SimpleString, List<Binding>> getMappings();
|
DO NOT use them in core code!!
e.g.:
PostOfficeImpl:load:
| for (SimpleString destination : addressManager.getMappings().keySet())
| {
| pagingManager.createPageStore(destination);
| }
|
And in any case, I thought we discussed and agreed that we would create page stores
lazily?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4195832#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...