Had this today, right out of the gate. Using 64-bit STS on Windows 7.
The problem is that there are too many classes being passed to the DataNucleus enhancer, particularly after you've added...
Type: Posts; User: rossjudson; Keyword(s):
Had this today, right out of the gate. Using 64-bit STS on Windows 7.
The problem is that there are too many classes being passed to the DataNucleus enhancer, particularly after you've added...
Putting in this change...thanks for the note!
As of M3 you can add a MANY_TO_ONE reference to the child object -- as an example, you can add an "invoice" field (of type Invoice) to an entity of type "LineItem". This appears to work in at least...