Package winstone.jndi.resourceFactories

Examples of winstone.jndi.resourceFactories.WinstoneDataSource


       
        try {
            // If we are working with a datasource
            if (className.equals("javax.sql.DataSource")) {
                try {
                    return new WinstoneDataSource(name, extractRelevantArgs(args, name), loader);
                } catch (Throwable err) {
                    Logger.log(Logger.ERROR, JNDI_RESOURCES,
                            "ContainerJNDIManager.ErrorBuildingDatasource", name, err);
                }
            }
View Full Code Here

TOP

Related Classes of winstone.jndi.resourceFactories.WinstoneDataSource

Copyright © 2018 www.massapicom. 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.