// it will return true if the RA is configured to use RADirect and we haven't overridden addressList in the activation spec
useRADirect = this.aSpec.useRADirect();
// Configure connection factory
if (useRADirect) {
JMSService jmsservice = this.ra._getJMSService();
this.dcf = new com.sun.messaging.jms.ra.DirectConnectionFactory(jmsservice, null);
this.username = this.aSpec.getUserName();
this.password = this.aSpec.getPassword();