Hi, I'm using Spring.
To make sure connections were alive for the whole duration of request I had to but this into Filter and make it available as ThreadLocal connection. That way any serialization, happening as a part of the custom REST API we have, can rely on the connection all the way. It's working for me without any problems. Hope this helps. Regards, -Stefán On Thursday, 20 March 2014 15:32:43 UTC, Andrey Yesyev wrote: > > Well, this issue https://github.com/orientechnologies/orientdb/issues/2135 is > claimed to be closed. > I just updated my libs from maven and still experiencing this issue, > > On Thursday, March 20, 2014 10:09:22 AM UTC-4, [email protected]: >> >> Hi, >> >> If you use maven then its version: "1.7-rc2-SNAPSHOT". >> >> Regards, >> -Stefan >> >> On Thursday, 20 March 2014 13:34:21 UTC, Andrey Yesyev wrote: >>> >>> Hi there, >>> >>> Guys, where I can get the latest updates and bug fixes? >>> I'm interested in 1.7rc2 >>> >>> Thanks! >>> >>> -Andrey >>> >> -- --- 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.
