Package org.geotools.arcsde.jndi

Examples of org.geotools.arcsde.jndi.ArcSDEConnectionFactory


                    value = e.getValue();
                    map.put(key, value == null ? null : String.valueOf(e.getValue()));
                }
            }
            // use the JNDI factory to grab the shared pool
            ArcSDEConnectionFactory factory = new ArcSDEConnectionFactory();
            sessionPool = factory.getInstance(map);

        } else {
            throw new DataSourceException("Unknown JNDI resource on path " + jndiName
                    + ". Expected one of [" + ArcSDEConnectionConfig.class.getName() + ", "
                    + ISessionPool.class.getName() + "] but got " + lookup.getClass().getName()
View Full Code Here

TOP

Related Classes of org.geotools.arcsde.jndi.ArcSDEConnectionFactory

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.