Re: [Neo4j] Neo4j Traversal Framework

2016-03-22 Thread Radheshyam Verma
you might have to add some excludes to your code or pull > org.neo4j:neo4j:2.1.8 yourself in your project so it is not pulled again as > transitive dependency. > > Michael > > Am 21.03.2016 um 17:29 schrieb Radheshyam Verma <radhe2...@gmail.com>: > > I dont remember

Re: [Neo4j] Neo4j Traversal Framework

2016-03-21 Thread Radheshyam Verma
So is it not Installation Error? Or it is mismatch in the dependencies On Mon, Mar 21, 2016 at 9:59 PM, Radheshyam Verma <radhe2...@gmail.com> wrote: > I dont remember How I ended up using neo4j 2.1.8 > > In maven dependency tree it pulls SDN 3.3.2 and neo4j kernel 2.1.2 >

Re: [Neo4j] Neo4j Traversal Framework

2016-03-21 Thread Radheshyam Verma
Why? Why not a more recent version? > > Also did you run mvn dependency:tree ? > > > Am 21.03.2016 um 16:57 schrieb Radheshyam Verma <radhe2...@gmail.com>: > > I am using SDN 3.3.2 with neo4j version 2.1.8 > > On Mon, Mar 21, 2016 at 9:13 PM, Michael Hunger < > mic

Re: [Neo4j] Neo4j Traversal Framework

2016-03-21 Thread Radheshyam Verma
check that the neo4j-version that's > pulled in is consistent across > > SDN 3.4.x uses: 2.2.5 > SDN 3.5.x uses: 2.3.2 > > Am 21.03.2016 um 16:24 schrieb Radheshyam Verma <radhe2...@gmail.com>: > > THIS IS THE STACK TRACE OF THE ERROR ON REMOTE SERVER > > thr

Re: [Neo4j] Neo4j Traversal Framework

2016-03-21 Thread Radheshyam Verma
:51 PM, Radheshyam Verma <radhe2...@gmail.com> wrote: > I dont know why but same configuration works on my local. > But not on remote server. > > I even uninstalled Neo4j on my local still it was working on local server. > I deploy same '.war' file on server and it wont save obj

Re: [Neo4j] Neo4j Traversal Framework

2016-03-21 Thread Radheshyam Verma
I dont know why but same configuration works on my local. But not on remote server. I even uninstalled Neo4j on my local still it was working on local server. I deploy same '.war' file on server and it wont save objects. On Mon, Mar 21, 2016 at 8:48 PM, Radheshyam Verma <radhe2...@gmail.

Re: [Neo4j] Neo4j Traversal Framework

2016-03-21 Thread Radheshyam Verma
and Neo4jService is an Autowired field On Mon, Mar 21, 2016 at 8:48 PM, Radheshyam Verma <radhe2...@gmail.com> wrote: > Neo4jService is a class created by me > > > On Mon, Mar 21, 2016 at 8:42 PM, Michael Hunger < > michael.hun...@neotechnology.com> wrote: > >&g

Re: [Neo4j] Neo4j Traversal Framework

2016-03-21 Thread Radheshyam Verma
Neo4jService is a class created by me On Mon, Mar 21, 2016 at 8:42 PM, Michael Hunger < michael.hun...@neotechnology.com> wrote: > What does your configuration look like? And how do you get the Neo4jService > instance? > > Am 21.03.2016 um 15:44 schrieb Radheshyam Verma &l

Re: [Neo4j] Re: Neo4j Traversal Framework

2016-03-21 Thread Radheshyam Verma
#1 SMP Sat Oct 24 01:31:37 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux On Mon, Mar 21, 2016 at 5:16 PM, Radheshyam Verma <radhe2...@gmail.com> wrote: > PS: Thanks For the Quick response. I wasn't ready for this. > > On Mon, Mar 21, 2016 at 5:16 PM, Radheshyam Verma <radhe2...@

Re: [Neo4j] Re: Neo4j Traversal Framework

2016-03-21 Thread Radheshyam Verma
PS: Thanks For the Quick response. I wasn't ready for this. On Mon, Mar 21, 2016 at 5:16 PM, Radheshyam Verma <radhe2...@gmail.com> wrote: > The basic structure of the code is as above though. > > Here is the code that is not working > > @Service > @Transactional >

Re: [Neo4j] Re: Neo4j Traversal Framework

2016-03-21 Thread Radheshyam Verma
The basic structure of the code is as above though. Here is the code that is not working @Service @Transactional public class Neo4jService { @Autowired private Neo4jTemplate template; public User addUser(User user) { template.save(user);

Re: [Neo4j] Re: Neo4j Traversal Framework

2016-03-21 Thread Radheshyam Verma
'org.neo4j.graphdb.TransactionFailureException: commit threw exception' } } Can You help me find the Error On Mon, Mar 14, 2016 at 9:10 PM, Radheshyam Verma <radhe2...@gmail.com> wrote: > Thanks for the response, > > For me "*SDN 3.3.2.RELEASE"* pulls "*neo4j 2.1.7*&

Re: [Neo4j] Re: Neo4j Traversal Framework

2016-03-14 Thread Radheshyam Verma
Thanks for the response, For me "*SDN 3.3.2.RELEASE"* pulls "*neo4j 2.1.7*" and some other dependencies. By "*neo 2.2*" do you mean that I should install "*Neo4j 2.2*" version. PS: I removed all the jars from my machine and rebuilt project then also it worked on my local machine, however not on

Re: [Neo4j] Re: Neo4j Traversal Framework

2016-03-14 Thread Radheshyam Verma
wrote: > What does your pom.xml look like? > > On Mon, Mar 14, 2016 at 10:39 AM, Radheshyam Verma <radhe2...@gmail.com> > wrote: > >> Thanks for response, >> >> It is amazon EC2-unix instance. I run tomcat-8 in the machine with >> Java-spr

Re: [Neo4j] Re: Neo4j Traversal Framework

2016-03-14 Thread Radheshyam Verma
I am using Neo4j 2.1.8 On Mon, Mar 14, 2016 at 4:11 PM, Radheshyam Verma <radhe2...@gmail.com> wrote: > > 4.2.1.RELEASE > 4.3.6.Final > 5.1.31 > 2.8.2 > 4.0.3.RELEASE > > > > > > org.json > json > 20150729 >

Re: [Neo4j] Re: Neo4j Traversal Framework

2016-03-14 Thread Radheshyam Verma
d and packaging the > dependencies manually? Can you list the classpath in use here? > > On Mon, Mar 14, 2016 at 8:32 AM, Radheshyam Verma <radhe2...@gmail.com> > wrote: > >> Hi Mattias Persson, >> I need help regarding an error I get when I start server. Can you he

Re: [Neo4j] Re: Neo4j Traversal Framework

2016-03-14 Thread Radheshyam Verma
a detail. > > On Wed, Jan 27, 2016 at 1:20 PM, Radheshyam Verma <radhe2...@gmail.com> > wrote: > >> Thanks for the reply, >> So you mean that for each iteration of following 'FOR' loop, a query is >> sent to get next node from database if it exists. >> and t

Re: [Neo4j] Re: Neo4j Traversal Framework

2016-01-27 Thread Radheshyam Verma
(in the end > Iterator). You can simply stop pulling more paths after a certain > number of paths have been extracted. > > > On Monday, January 25, 2016 at 8:31:37 AM UTC+1, Radheshyam Verma wrote: >> >> Hi, >> I am using traversal framework to traverse graph which ret

[Neo4j] Neo4j Traversal Framework

2016-01-24 Thread Radheshyam Verma
Hi, I am using traversal framework to traverse graph which returns nodes. Can we somehow specify a limit on number of nodes which the traversal returns like we do in Query using "LIMIT" and "SKIP". Thanks. -- You received this message because you are subscribed to the Google Groups "Neo4j"