- It's best to clone and load all 3 java sqrl projects into your IDE. You can then run/debug the example app from the IDE as described in sqrl-server-example
- Eclipse: It is helpful to enable the JPA facet when working in eclipse. This performs extra validation o the JPA components. After enabling it, you typically see the error "No persistence.xml file found in project". To fix this:
- Add datastore/derby as a source directory in the project settings. Be sure to add the derby directory not derby/META-INF
- Project menu -> clean.
-
Ensure the bug was not already reported by searching on GitHub under Issues.
-
If you're unable to find an open issue addressing the problem, open a new one. Be sure to include a title and clear description, as much relevant information as possible, and a code sample or an executable test case demonstrating the expected behavior that is not occurring.
-
Open a new GitHub pull request with the patch.
-
Ensure the PR description clearly describes the problem and solution. Include the relevant issue number if applicable.
Thanks!