After many years of developing web applications for the Websphere platform, I have recently been looking at OSGi especially in connection with the RAP (RichAjayPlatform) project.
I am using a connection pool and the Spring TransactionTemplate. If you want to shutdown the connection pool first all connection have to be returned to the pool, this means connection.close() has to
I try to configure a data source for a Jetty 6 Server in my Eclipse Project. I include these jars in my lib folder:
We\'ve a java application running inside JBoss EAP version 5.1 and until today we\'ve always used the standard thin driver to connect to Oracle.
i am trying to use c3p0 in my current Spring ba开发者_运维知识库sed application. I am no database pooling expert and was wondering if there is a more or less a good example of a c3p0 configuration (in
We have a 3rd party piece of software that uses a bunch of internal middleware and services to connect to outside databases. Through this API I o开发者_C百科nly have a bit of information on the connec
I\'m recntly doing some tests with the new Tomcat JDBC connection pool (org.apache.tomcat.jdbc.pool, version 7.0.20). My understanding of using the validation query is, when I\'m e.g. rebooting the da
When our application starts up it can\'t seem to connect to the database (using JNDI) on websphere 6.1.
Here is a complete program that creates a SQL Server Express database and removes it from the local instance, leaving a file-only database to play with. After playing with it, I want to delete it.
Follow-on to an earlier question: Force SET IDENTITY_INSERT to take effect faster from MS Access I\'m in the process of upsizing from an MS Access backend to a SQL Server backend.Many of the tables h