[jira] [Created] (TINKERPOP3-698) g.V("1", "2") throws an error with tinkergraph

2015-05-21 Thread Dylan Millikin (JIRA)
Dylan Millikin created TINKERPOP3-698: - Summary: g.V("1", "2") throws an error with tinkergraph Key: TINKERPOP3-698 URL: https://issues.apache.org/jira/browse/TINKERPOP3-698 Project: TinkerPop 3

[jira] [Commented] (TINKERPOP3-696) Gremlin-server running gremlin-groovy[scripts] on new session

2015-05-21 Thread Dylan Millikin (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP3-696?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14555638#comment-14555638 ] Dylan Millikin commented on TINKERPOP3-696: --- Great!! And thanks for all the

[jira] [Created] (TINKERPOP3-697) Allow setting time on MutableMetrics

2015-05-21 Thread Matthias Broecheler (JIRA)
Matthias Broecheler created TINKERPOP3-697: -- Summary: Allow setting time on MutableMetrics Key: TINKERPOP3-697 URL: https://issues.apache.org/jira/browse/TINKERPOP3-697 Project: TinkerPop 3

Re: [jira] [Updated] (TINKERPOP3-695) test not calling convertId()

2015-05-21 Thread Stephen Mallette
This is an interesting problem. Technically, the solution is to impose a feature check on all tests that @LoadDataWith like this: !supportUserSuppliedId || supportsNumericId This mechanism doesn't exist atm unfortunately. Of course, that will greatly decrease your test coverage as many tests wi

Re: [jira] [Updated] (TINKERPOP3-695) test not calling convertId()

2015-05-21 Thread Ran Magen
Yes, because I support UserSuppliedIds of type String. Or am I understanding it wrong? On Thu, 21 May 2015 at 20:02 stephen mallette (JIRA) wrote: > > [ > https://issues.apache.org/jira/browse/TINKERPOP3-695?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel > ] > > stephen m

Re: TinkerPop3 M9

2015-05-21 Thread Matthias Broecheler
We looked into using jitpack for Titan, but concluded that it doesn't support multi-module projects due to the way it is setup. On Thu, May 21, 2015 at 12:25 PM Jim Lloyd wrote: > I've filed an issue with jitpack: > https://github.com/jitpack/jitpack.io/issues/67 > > I also visited their chat ro

Re: TinkerPop3 M9

2015-05-21 Thread Jim Lloyd
I've filed an issue with jitpack: https://github.com/jitpack/jitpack.io/issues/67 I also visited their chat room https://gitter.im/jitpack-io# and someone there said they are looking into the issue now. If anyone has been able to build a tinkerpop app using jitpack.io for their maven repository I

Re: tinkerpop and schemas

2015-05-21 Thread pieter-gmail
Hi, You ask, "are you thinking only about giving TP3 the ability to express the underlying datastore's schema" Yes and no. I am not thinking of giving tinkerpop any schema modification ability. Tinkerpop is afterall schemaless. However any tinkerpop graph does have a implicit schema. I'd almo

Re: TinkerPop3 M9

2015-05-21 Thread Stephen Mallette
ah - so you have to change your maven coordinates completely.that kinda makes sense actually given the way jitpack works i guess. On Thu, May 21, 2015 at 2:10 PM, Jim Lloyd wrote: > I pushed a branch that shows my modified pom.xml. > > https://github.com/RedSeal-co/ts-tinkerpop/commit/5decc7

Re: TinkerPop3 M9

2015-05-21 Thread Jim Lloyd
I pushed a branch that shows my modified pom.xml. https://github.com/RedSeal-co/ts-tinkerpop/commit/5decc7592790e55cb94cabc5ba4dcb19d57818b3 When I run `mvn clean install` from that branch I get these errors: [WARNING] The POM for org.apache.tinkerpop:gremlin-groovy:jar:3.0.0.M9-incubating-rc3 is

[jira] [Commented] (TINKERPOP3-656) IoRegistry Chaining

2015-05-21 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP3-656?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14554757#comment-14554757 ] stephen mallette commented on TINKERPOP3-656: - This has an effect on Greml

Re: TinkerPop3 M9

2015-05-21 Thread Stephen Mallette
hmm - i haven't used jitpack. maybe someone else can chime in if they've had success. if you're totally stuck it's pretty easy to build tinkerpop locally - just clone the repo and checkout the branch: git clone https://github.com/apache/incubator-tinkerpop.git cd incubating-tinkerpop git checkou

Re: TinkerPop3 M9

2015-05-21 Thread Jim Lloyd
Yes, I did. On Thu, May 21, 2015 at 10:36 AM Stephen Mallette wrote: > I assume you added the jipack repo to your pom ? > > > jitpack.io > https://jitpack.io > > > > On Thu, May 21, 2015 at 1:22 PM, Jim Lloyd wrote: > > > I'm trying to configure to ts-tinkerpop > >

Re: TinkerPop3 M9

2015-05-21 Thread Stephen Mallette
I assume you added the jipack repo to your pom ? jitpack.io https://jitpack.io On Thu, May 21, 2015 at 1:22 PM, Jim Lloyd wrote: > I'm trying to configure to ts-tinkerpop > to build using 3.0.0-M9-rc3 > from jitpack.io and am not able to m

Re: TinkerPop3 M9

2015-05-21 Thread Jim Lloyd
I'm trying to configure to ts-tinkerpop to build using 3.0.0-M9-rc3 from jitpack.io and am not able to make it work. It could be that I'm simply bumping up against a limitation in my knowledge of maven. Jitpack claims that I should include a dependency l

[jira] [Updated] (TINKERPOP3-695) test not calling convertId()

2015-05-21 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP3-695?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette updated TINKERPOP3-695: Priority: Major (was: Blocker) Affects Version/s: (was: 3.0.0.G

Re: addV() & addVertex() inconsistencies over transactions

2015-05-21 Thread Dylan Millikin
Indeed, that works. Maybe it's just me being a little dumb. Thanks! On Thu, May 21, 2015 at 12:15 PM, Marko Rodriguez wrote: > Hello, > > Did you iterate your traversal? > > graph.tx().open(); g.addV().iterate(); graph.tx().commit(); > > Marko. > > http://markorodriguez.com > > On May 2

Re: addV() & addVertex() inconsistencies over transactions

2015-05-21 Thread Marko Rodriguez
Hello, Did you iterate your traversal? graph.tx().open(); g.addV().iterate(); graph.tx().commit(); Marko. http://markorodriguez.com On May 21, 2015, at 10:00 AM, Dylan Millikin wrote: > Hey, > > This one is somewhat obvious but a little bit of a pain and worth > discussing. > I'm us

[jira] [Closed] (TINKERPOP3-696) Gremlin-server running gremlin-groovy[scripts] on new session

2015-05-21 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP3-696?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette closed TINKERPOP3-696. --- Resolution: Fixed Fixed via Gremlin Server's {{LifeCycleHook}} > Gremlin-server r

[jira] [Closed] (TINKERPOP3-553) Gremlin Server Shutdown Notification

2015-05-21 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP3-553?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette closed TINKERPOP3-553. --- Resolution: Implemented Fix Version/s: 3.0.0.GA Assignee: stephen m

Gremlin Server LifeCycleHook

2015-05-21 Thread Stephen Mallette
Dylan Millikin pointed out that Gremlin Server init scripts were firing each time a new session was created. Technically, that's just what they were supposed to do, as the init is really for the ScriptEngine and not just for Gremlin Server and its life cycle. Of course, there are scenarios where

addV() & addVertex() inconsistencies over transactions

2015-05-21 Thread Dylan Millikin
Hey, This one is somewhat obvious but a little bit of a pain and worth discussing. I'm using the titan09 branch and gremlin-console M9-RC3 to test these (default configuration) Basically these two queries don't yield the same results: graph.tx().open(); graph.addVertex(); graph.tx().commit(); W

[jira] [Commented] (TINKERPOP3-696) Gremlin-server running gremlin-groovy[scripts] on new session

2015-05-21 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP3-696?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14554364#comment-14554364 ] stephen mallette commented on TINKERPOP3-696: - forgot to answer your final

[jira] [Commented] (TINKERPOP3-696) Gremlin-server running gremlin-groovy[scripts] on new session

2015-05-21 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP3-696?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14554334#comment-14554334 ] stephen mallette commented on TINKERPOP3-696: - I think I've come up with a

[jira] [Commented] (TINKERPOP3-696) Gremlin-server running gremlin-groovy[scripts] on new session

2015-05-21 Thread Dylan Millikin (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP3-696?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14554317#comment-14554317 ] Dylan Millikin commented on TINKERPOP3-696: --- I see. I agree that isolation i

[jira] [Updated] (TINKERPOP3-696) Gremlin-server running gremlin-groovy[scripts] on new session

2015-05-21 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP3-696?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette updated TINKERPOP3-696: Fix Version/s: 3.0.0.GA Assignee: stephen mallette Issue Type: Im

[jira] [Updated] (TINKERPOP3-691) TP3 is too prescriptive in exception

2015-05-21 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP3-691?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette updated TINKERPOP3-691: Component/s: test-suite > TP3 is too prescriptive in exception > ---