How many instances of DataNucleus’ JDO implementation can run at the same time in the same JVM? I have tried to launch two and it seems that one dies silently. Is this a bug or is this to be expected?
How many instances of DataNucleus’ JDO implementation can run at the same time in
Share
Yes, it is possible. My issue was caused by a coding issue.