Comment 1 for bug 753205

Revision history for this message
Timo Westkämper (timo-westkamper) wrote :

This problem was caused by the 0.95 version of Morphia. With the upgrade to 0.99 it went away :

    <dependency>
        <groupId>com.google.code.morphia</groupId>
        <artifactId>morphia</artifactId>
        <version>0.99</version>
    </dependency>