Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Possible defect - database connection timeout issue #1

Closed
mc256 opened this issue Apr 1, 2018 · 1 comment
Closed

Possible defect - database connection timeout issue #1

mc256 opened this issue Apr 1, 2018 · 1 comment
Labels
enhancement New feature or request

Comments

@mc256
Copy link
Member

mc256 commented Apr 1, 2018

public Connection getConnection() { return this.db_connection; } in CitrusDAO.java

In case the connection idle for a long time, the connection might timeout, therefore, it requires to reconnect. Please do not forget the verify the connection before return.

@mc256 mc256 added the enhancement New feature or request label Apr 1, 2018
vishal0027 added a commit that referenced this issue Apr 20, 2018
@mc256
Copy link
Member Author

mc256 commented Apr 20, 2018

fixed by using context.xml and restructuring DAO classes

@mc256 mc256 closed this as completed Apr 20, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant