2324252627282930313233
} public boolean associate(InvocationContext ctx) { if (getBeanStore() == null) { // Don't reassociate setBeanStore(new InvocationContextBeanStore(namingScheme, ctx)); return true; } else { return false; } }