Sorry, I should have added this information in original post
I am using sun JDK
Type: Posts; User: smaskar; Keyword(s):
Sorry, I should have added this information in original post
I am using sun JDK
OS:Ubuntu 11.10
____ ____ ____
/ __ \/ __ \/ __ \
/ /_/ / / / / / / /
/ _, _/ /_/ / /_/ /
/_/ |_|\____/\____/ 1.2.0.RC1 [rev dcaa483]
Welcome to Spring Roo. For...
I am planning to upgrade my project's roo from 1.1.5.RELEASE to 1.2.0.M1, If you can share your experience that would be really useful.
Current Setup
Spring roo 1.1.5.RELEASE
GWT 2.2.0...
problem was resolved, It is because of not connection leak but it was related to admin user from sql server 2005.
Admin user has only one dedicated connection and cant be used with pool. Created...
I am not creating a connection, Ibatis is creating a connection for me. I dont have control to close the connection because Ibatis is closing the connection.
but in my case I feel connection is...
Connection is not getting closed for MSSQL Server 2005 (Developer) for sa (admin) user. since admin user has only one dedicated connection database is throwing exception. I tried with other users too...
I am persisting data into the MSSQL Server 2005 database using the JNDI lookup. I can insert the single record at a time, but when I ran the test program for 10 or 20 records i am getting the...