Package com.sun.enterprise.connectors.util

Examples of com.sun.enterprise.connectors.util.JmsRaUtil.upgradeIfNecessary()


            if (moduleName.equals(ConnectorConstants.DEFAULT_JMS_ADAPTER)) {
                // Upgrade jms resource adapter, if necessary before starting
                // the RA.
    try {
                  JmsRaUtil raUtil = new JmsRaUtil();
                  raUtil.upgradeIfNecessary();
    }
    catch (Throwable t) {
              _logger.log(Level.FINE,"Cannot upgrade jmsra"+ t.getMessage());
    }
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.