Skip to content

Instantly share code, notes, and snippets.

@srikarn
Created October 30, 2017 17:10
Show Gist options
  • Save srikarn/f0d086a9abf3d526905de491db12a02a to your computer and use it in GitHub Desktop.
Save srikarn/f0d086a9abf3d526905de491db12a02a to your computer and use it in GitHub Desktop.
Problems faced during software development and solutions to them
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