Northwind example with Java Spring & Hibernate
Hi,
I have downloaded java northwind example from github (https://github.com/Breeze/breeze.js.samples/tree/master/java/NorthBreeze)
Then i create northwind database and deploy server with Java. The server return data and metadata json look good.
But when i deploy client and call server, i received error:
"Metadata query failed for: http://localhost:8081/NorthBreeze/breeze/northbreeze/Metadata. Unable to either parse or import metadata: Error configuring an instance of 'NavigationProperty'. The 'foreignKeyNamesOnServer' parameter is optional or it must be an array where each element must be a 'string'; [object Object]"
Here is my Medata JSON return, please see this file in URL:
Can anyone help me?
Thanks very much.
