We aim to make DataNucleus AccessPlatform as compatible with related software as possible.
Here we give an overview of known compatibilities/problems
|
Software
|
Status
|
|
GraniteDS
|
The GraniteDS team wrote a plugin to support DataNucleus. This is in their
2.0.0.B1 release and later.
|
|
Scala
|
In versions up to and including 1.1.1 there was a problem since Scala generates
constructor bytecode that doesn't always initialise the superclass first. This was
fixed in 1.1.2 (datanucleus-enhancer)
|
|
GWT
|
There is a known problem in the serialisation of detached objects where GWT
fails to handle serialisation of a field. This is a problem in GWT since the field
is of type Object[] and every element is Serializable. There is a project
GILEAD that
attempts to handle this for various persistence solutions (and in version 1.3 will
have specific support for DataNucleus, already in Gilead SVN).
Also look at
this
and this.
|