Writing write-always classes:
2020-04-30T10:46:47.976Z ERROR [JavaFX Application Thread] (c.s.t.c.i.u.ConfigFileHelper) - Error! Failed to generate code. A NullPointerException was thrown.
java.lang.NullPointerException
at com.speedment.runtime.config.util.DocumentDbUtil.isSame(DocumentDbUtil.java:320)
at com.speedment.generator.standard.internal.util.InternalForeignKeyUtil.lambda$getForeignKey$6(InternalForeignKeyUtil.java:331)
at java.util.stream.ReferencePipeline$2$1.accept(Unknown Source)
at java.util.stream.ReferencePipeline$2$1.accept(Unknown Source)
at java.util.stream.ReferencePipeline$2$1.accept(Unknown Source)
at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(Unknown Source)
.....and so on
speedment.json
file, I could have a look at it later today. Note that the json file contains all the metadata for your database.
Caused by: com.speedment.runtime.core.exception.SpeedmentException: Field 'THEIR_MAIN_COMPETITORS' in manager 'com.xxx.PartnermasterManagerImpl@96ac3062' referred to a column that couldn't be found in config model.
DbmsOperationHandlerImpl
to begin with. You also need to sign the CLA as per https://github.com/speedment/speedment/blob/master/CONTRIBUTING.md
EntryPoint
. In newer versions of Speedment, the Main.java file is replaced with the EntryPoint. If your project is called Sakila
, then your entry point class should be called SakilaEntryPoint