You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Admittedly, I'm not sure whether Record support has made it into the release (1.1.1) version of JNoSQL or if it's still in the works, so it may be that this will improve in time outside of this project.
The text was updated successfully, but these errors were encountered:
There were a few things going on. Beyond the first two fixes enumerated there, JNoSQL's DefaultConstructorBuilder needed to have its addEmptyParameter method changed to account for primitive values. Beyond that, Expressly (the EL implementation) doesn't yet support Records, so I added a resolver and applied it to the XPages and Pages contexts.
The initial problem is that
ConstructorBuilder
uses ServiceLoader on init, which won't fly.Fixing that, though, leads to "List not implemented yet", which can be fixed by adding a ValueReader that can handle Lists.
However, that then leads to:
Admittedly, I'm not sure whether Record support has made it into the release (1.1.1) version of JNoSQL or if it's still in the works, so it may be that this will improve in time outside of this project.
The text was updated successfully, but these errors were encountered: