Pavel created TINKERPOP-2200:
--------------------------------
Summary: AddEdgeStartStep used DetachedFactory.detach instead of
EventStrategy.detach
Key: TINKERPOP-2200
URL: https://issues.apache.org/jira/browse/TINKERPOP-2200
Project: TinkerPop
Issue Type: Bug
Components: process
Reporter: Pavel
It lead to exceptions like this even if you disable detach for EventStrategy
{code}
java.lang.IllegalStateException: Property addition is not supported
at
org.apache.tinkerpop.gremlin.structure.Element$Exceptions.propertyAdditionNotSupported(Element.java:133)
~[gremlin-core-3.3.4.jar:3.3.4]
at
org.apache.tinkerpop.gremlin.structure.util.detached.DetachedElement.property(DetachedElement.java:80)
~[gremlin-core-3.3.4.jar:3.3.4]
{code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)