Hi,
I havn't solved it but found a work around that works.
Use following query?
class User {
@id
String objectId;
}
Type: Posts; User: amitgupta1202@gmail.com; Keyword(s):
Hi,
I havn't solved it but found a work around that works.
Use following query?
class User {
@id
String objectId;
}
make sure the pom entry is
<dependency>
<groupId>javax.mail</groupId>
<artifactId>mail</artifactId>
<version>1.4.3</version>
...
I am stuck at the same place .. did anyone got any solution ?