Title: Message
Bharat,
What's wrong with using a connection pool in the case you mentioned? You can always use a datasource that is not pooled. Just use the JNDI name of the non-pooled connection.
 
Regards,
 
Richard
 
-----Original Message-----
From: Bharat Nagwani [mailto:[EMAIL PROTECTED]
Sent: Tuesday, March 01, 2005 10:27 AM
To: [email protected]
Subject: Database Connection without Datasource

 

Hi,

 

Is there a way to specify connection properties in xml file to create a single connection (no conn. Pool) instead of using datasource? Lets say

my application runs once per day. It creates a connection does some processing and ends. Datasource

in this case is not a right choice.

 

thanks

Reply via email to