/* */ {
/* 279 */ this.poolingStrategy.getManagedConnectionFactory().setLogWriter(logWriter);
/* */ }
/* */ catch (ResourceException re)
/* */ {
/* 283 */ log.warn("Unable to set log writer '" + logWriter + "' on " + "managed connection factory", re);
/* 284 */ log.warn("Linked exception:", re.getLinkedException());
/* */ }
/* 286 */ if ((this.poolingStrategy instanceof PreFillPoolSupport))
/* */ {
/* 289 */ PreFillPoolSupport prefill = (PreFillPoolSupport)this.poolingStrategy;