Search:

Type: Posts; User: amitgupta1202@gmail.com; Keyword(s):

Search: Search took 0.02 seconds.

  1. Workaround

    Hi,

    I havn't solved it but found a work around that works.

    Use following query?
    class User {
    @id
    String objectId;
    }
  2. I had same problem but I was using wrong maven dependency

    make sure the pom entry is

    <dependency>
    <groupId>javax.mail</groupId>
    <artifactId>mail</artifactId>
    <version>1.4.3</version>
    ...
  3. Problem with @DbRef

    I am stuck at the same place .. did anyone got any solution ?
Results 1 to 3 of 3