Joshua Hansen
01/30/2024, 9:15 PMjava.lang.IllegalArgumentException: Can't finish initialization for entity MyClassName - the initialization order is broken
Joshua Hansen
01/30/2024, 9:17 PMChantal Loncle
02/02/2024, 4:27 PMnew()
to instantiate an Entity
. If you open a ticket, in addition to the usual, please also include any relevant info such as:
• An example of what's being provided to the init
block of new()
. Is it more than property assignment? Are you nesting calls to new()
?
• Whether you're creating entities in a standard transaction
or suspend transactions.