You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by GitBox <gi...@apache.org> on 2019/08/07 12:43:53 UTC

[GitHub] [tinkerpop] thirstycrow commented on issue #1176: Generate constructor to use DSL with remote connection

thirstycrow commented on issue #1176: Generate constructor to use DSL with remote connection
URL: https://github.com/apache/tinkerpop/pull/1176#issuecomment-519079807
 
 
   Hi, @spmallette.
   
   An InvocationTargetException like the following one will be throw, if the constructor was not generated for the traversal source class.
   
   I added a test for this. I will do the rebase and update the CHANGELOG once the `tp34` branch is bumped to 3.4.4-SNAPSHOT.
   
   ```
   java.lang.reflect.InvocationTargetException
   	at org.apache.tinkerpop.gremlin.process.traversal.dsl.GremlinDslProcessorTest.shouldCompileRemoteDslTraversal(GremlinDslProcessorTest.java:87)
   Caused by: java.lang.IllegalStateException: org.apache.tinkerpop.gremlin.process.traversal.dsl.SocialTraversalSource.<init>(org.apache.tinkerpop.gremlin.process.remote.RemoteConnection)
   	at org.apache.tinkerpop.gremlin.process.traversal.dsl.GremlinDslProcessorTest.shouldCompileRemoteDslTraversal(GremlinDslProcessorTest.java:87)
   Caused by: java.lang.NoSuchMethodException: org.apache.tinkerpop.gremlin.process.traversal.dsl.SocialTraversalSource.<init>(org.apache.tinkerpop.gremlin.process.remote.RemoteConnection)
   	at org.apache.tinkerpop.gremlin.process.traversal.dsl.GremlinDslProcessorTest.shouldCompileRemoteDslTraversal(GremlinDslProcessorTest.java:87)
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services