Marcus Ataide
Marcus Ataide
@MartinEden Have you find a way to pass JVM args when debugging with IDE using this gradle plugin? Seems that this doesnt work: https://stackoverflow.com/questions/25079244/how-to-pass-jvm-options-from-bootrun/26141841#26141841
There no threshold?
What is missing?
@marcosmko An embed class can't be an Entity also?
@PatrickAlphaC I tried to create an upgradeable smart contract + chain.link and many issues appear when I try to deploy it, hardhat and truffle cannot estimate gas fee and failed...
When you start the application, you want to: 1. Create only if not exist. 2. Drop everything and create again. 3. Only update the models.
I found that I am getting this error: `com.math.pro.ak.io.jsondb.io.JsonFileLockException: JsonReader failed to obtain a file lock for file /Users/marcus/Documents/Workspace/proak-desktop/eMasters/Temp/db/lock/User.json.lock` ``` Caused by: java.nio.channels.OverlappingFileLockException: null at sun.nio.ch.SharedFileLockTable.checkList(FileLockTable.java:255) at sun.nio.ch.SharedFileLockTable.add(FileLockTable.java:152) at sun.nio.ch.FileChannelImpl.lock(FileChannelImpl.java:1062)...
What I found is that "User" has a model "Game", wich has a field valid, wich was missing the setter method.
@FarooqKhan, what happened was that I was looking for the `collectionExists` error inside the library and I accidentally just remove a piece of code that broke the lock logic. So,...