Top "Datasource" questions

Datasource is a name given to the connection set up to a database from a server.

Spring Boot autoconfig is still taking Tomcat Datasource instead HikariCP?

I have my Spring Boot 1.2.5.RELEASE service and I want to use the HikariCP datasource instead of the default tomcat-jdbc. …

java spring spring-boot datasource hikaricp
Spring DriverManagerDataSource vs apache BasicDataSource

What is the difference between Spring DriverManagerDataSource and apache BasicDataSource? Which of them is preferable and in which situations? Thank …

java database spring apache datasource
Creating XA DataSource to DB2 on JBoss

I trying to configure an XA DB2 DataSource, xa-datasource (based on http://community.jboss.org/wiki/SetUpADB2Datasource) using com.…

db2 datasource jboss5.x
Kendo UI AutoComplete datasource transport reads only once

I'm becoming crazy with Kendo UI AutoComplete component. I'm using my own functions to access data with jQuery, so I …

autocomplete datasource kendo-ui transport
Unable to define oracle datasource on Wildfly 10

I'm using wildfly-10.1.0.Final and I'm trying to add an oracle Datasource: <datasource jndi-name="java:jboss/datasources/OracleDS" pool-name="…

oracle jboss datasource wildfly wildfly-10
using datasource with CheckedListBox and all items selected

I using this code to create and add item for DataSource in my CheckedListBox. CheckedListBox1.DataSource = DataSource1.Tables[0]; CheckedListBox1.DisplayMember = "…

c# datasource selected checkedlistbox
referencing configuration.properties outside of the .war

i want to deploy a war and the war should fetch some properties from outside the war (lets say where …

java xml spring datasource
Do I need DataSource in JPA Hibernate project?

I am preparing some application with usage of JPA 2.0, Hibernate as provider, MySQL 5 as database, which will be deployed on …

mysql hibernate jpa-2.0 datasource jboss7.x
Does c3p0 connection pooling ensures max pool size?

I've gone through several question, this is somewhat related but doesn't answer my question. Does the c3p0 connection pooling …

datasource connection-pooling c3p0
Quartz Scheduler : Failed to obtain DB connection from data source

I trying to implement Quartz-Scheduler in Spring-Boot application. But when I'm trying to schedule job, I'getting this exception: 2017-03-21 15:57:42.817 …

java spring spring-boot datasource quartz