activegraph icon indicating copy to clipboard operation
activegraph copied to clipboard

jRuby with server instead of embedded mode

Open klobuczek opened this issue 6 years ago • 1 comments

currently jruby implies embedded. Do you have any idea what's the best way to clean that up?

s.add_dependency('neo4j-community', '~> 2.0') if RUBY_PLATFORM =~ /java/

Additional information which could be helpful if relevant to your issue:

Code example (inline, gist, or repo)

Runtime information:

Neo4j database version: neo4j gem version: neo4j-core gem version:

klobuczek avatar Feb 14 '18 01:02 klobuczek

Thanks for opening this issue. This is definitely something I've wanted fixed for a while, though I haven't looked at the code for a while either. Removing the dependency is definitely a first step, though I think the documentation would then need to have a section on using Neo4j in embedded mode in jRuby with at least one part explaining including the neo4j-community or neo4j-enterprise gems (though it looks like those gems haven't even been updated for Neo4j 3.0. Uggghh...)

cheerfulstoic avatar Feb 20 '18 21:02 cheerfulstoic