Package org.jboss.as.connector.deployers.processors

Examples of org.jboss.as.connector.deployers.processors.DataSourceDefinitionDeployer


                                !jndiName.startsWith("java:/")) {
                            jndiName = "java:/" + jndiName;
                        }
                        installDataSourceService(serviceTarget, jndiName, xaDataSource.getModule(), new XaDataSourceService(jndiName, xaDataSource));
                    }
                    updateContext.addDeploymentProcessor(Phase.PARSE, Phase.PARSE_DATA_SOURCE_DEFINITION, new DataSourceDefinitionDeployer());

                    resultHandler.handleResultComplete();
                }
            });
        } else {
View Full Code Here

TOP

Related Classes of org.jboss.as.connector.deployers.processors.DataSourceDefinitionDeployer

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.