Created
October 30, 2017 17:10
-
-
Save srikarn/f0d086a9abf3d526905de491db12a02a to your computer and use it in GitHub Desktop.
Problems faced during software development and solutions to them
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Problem: Object not found error with jdbc even though the object exists | |
Solution: Check to see if the correct datasource is being used, it can be an issue with frameworks like spring-boot, which provide hsql datasource |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment