Syncleus / Ferma

An ORM / OGM for the TinkerPop graph stack.
http://syncleus.com/Ferma
Apache License 2.0
137 stars 26 forks source link

addFramedEdge is not setting type resolution key property #7

Closed Jotschi closed 9 years ago

Jotschi commented 9 years ago

Used method:

  <T> T addFramedEdge(final VertexFrame source, final VertexFrame destination, final String label, Class<T> kind);

Version: 2.1.0-SNAPSHOT

I will take a look at this when i find the time and add a testcase that reproduces this problem.

Jotschi commented 9 years ago

Bug was on my implementation side. Closing the issue.