throwAtomikosJMSException("Property 'uniqueResourceName' of class AtomikosConnectionFactoryBean cannot be null.");
try {
getReference();
ConnectionFactory cf = doInit();
connectionPool = new ConnectionPool(cf, this);
} catch ( AtomikosJMSException e ) {
//don't log: AtomikosJMSException is logged on creation by the factory methods
throw e;
}