neo4j / neo4j-jdbc

Official Neo4j JDBC Driver
http://neo4j.github.io/neo4j-jdbc/
Apache License 2.0
135 stars 53 forks source link

Issue while connecting NEO4J to JASPERSOFT #109

Closed jyothi1121 closed 6 years ago

jyothi1121 commented 7 years ago

I am trying to connect NEO4J to JASPER SOFT. I referred below link for connection process. http://neo4j-contrib.github.io/neo4j-jdbc/#_jdbc_compatibility STEP 1 "Creating new Data Adapters" is successful and Database is successfully connected to JDBC.

But in STEP 2 "Retrieve Columns from Database" , i am facing an issue while fetching data from NEO4J database which is a part of creating JASPER report. I am getting an error like "GETTING METADATA FOR NEO4J.....PLEASE WAIT...". I am not sure whether this issue is regarding driver problem or URL problem. Please provide me a solution for this.

inserpio commented 7 years ago

Hi, I'm afraid something's missing on the metadata side. We're currently working on it. As you can find in the guide, there's a working example of how to use the driver with Jasper. Which version of Jasper are you using?

jyothi1121 commented 7 years ago

I followed exactly the same steps as mentioned in the working example after which i am getting the above issue. Currently, I am using Jaspersoft studio version 6.4.0

inserpio commented 7 years ago

Let me double check it

jexp commented 6 years ago

@inserpio did you check this?

omarlarus commented 6 years ago

It'll be fixed with the PR 166