Try forcing that property to be LINK instead of embedded:
*create property Account.person LINK Person* Lvc@ On 27 January 2015 at 16:16, Kareem Jabr <[email protected]> wrote: > I found a workaround for this which is using the api of 1.7.10 with DB > 2.0, this issue is solved as in the maven dependency below: > But I would like to know how to do the same job with 2.0 API: > > <dependency> > <groupId>com.orientechnologies</groupId> > <artifactId>orientdb-enterprise</artifactId> > <!-- <version>2.0</version> --> > <version>1.7.10</version> > </dependency> > <dependency> > <groupId>com.orientechnologies</groupId> > <artifactId>orientdb-client</artifactId> > <!-- <version>2.0</version> --> > <version>1.7.10</version> > </dependency> > <dependency> > <groupId>com.orientechnologies</groupId> > <artifactId>orientdb-core</artifactId> > <!-- <version>2.0</version> --> > <version>1.7.10</version> > </dependency> > <dependency> > <groupId>com.orientechnologies</groupId> > <artifactId>orientdb-object</artifactId> > <!-- <version>2.0</version> --> > <version>1.7.10</version> > </dependency> > <dependency> > <groupId>com.orientechnologies</groupId> > <artifactId>orient-commons</artifactId> > <!-- <version>2.0-M1</version> --> > <version>1.7.10</version> > </dependency> > > > > > -- > > --- > You received this message because you are subscribed to the Google Groups > "OrientDB" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- --- You received this message because you are subscribed to the Google Groups "OrientDB" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
