-
Notifications
You must be signed in to change notification settings - Fork 24
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
Cloud DB Java Server SDK Demo does not compile #15
Comments
@alterEgo123 The dependency related to the error exists in the demo and has been imported to the app.java file (for example, the BookInfo class exists in the directory of .\src\main\java\com\huawei\agc\clouddb\quickstart\model).Check whether the compiled demo project is consistent with that in the repo file and try again.for more guides,please refer to documents. |
@Mayism Even the JavaScript demo doesn't work. It returns this error
I have changed my credentials file and created the Cloud DB Zone as mentioned in the tutorial. |
@alterEgo123 the property of 'executeQuery' depends on the javascript server sdk of clouddb. maybe you should integrate it firstly to solve the error. |
'undefined' refers to |
Hello, @alterEgo123 can you please provide the full stack trace of the java error. I shall take a look at this for you, lets focus on the java error first. If you do want to look into the javascript as well let's keep it on a separate ticket to avoid confusion. Thank you! |
Compiling the Cloud DB Java Server SDK Demo App.java returns the following errors
The text was updated successfully, but these errors were encountered: