Hi Matias It's hard to tell without seeing some code. What concurrency are you referring to?
I do think we need to fix that error though - it's very unhelpful to a typical application developer. Coincidentally, we're currently working on this part of the code so I'll make sure we improve the error message! Nigel On 3 August 2016 at 20:03, Matias Burak <[email protected]> wrote: > Hi, anyone knows why I am getting this error? > > > 'beginning implicit transaction' cannot be done when a session is in the > 'IN_TRANSACTION' state. > > > This is using java-driver v1.0.4 and bolt 3.0.4 > > > It looks that this is happening when the driver is doing a hasNext. > > Is that starting an implicit transaction? > > I think it might have to do with concurrent bolt calls to do certain > operations? It's weird.... > > -- > You received this message because you are subscribed to the Google Groups > "Neo4j" 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 "Neo4j" 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.
