[Neo] Can't argue with that.

2008-04-10 Thread Mattias Persson
http://xkcd.com/403/ ___ Neo mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user

Re: [Neo] Re: Neo shell problems...

2008-04-30 Thread Mattias Persson
Hi, now I'm back (the brain behind the neo shell :) ). For starters, the Not in transaction bug was only found in the 1.0-b6 release. It's fixed though, only the shell download link doesn't refer to the latest jar file! Could someone please fix that! (I'll attach the right shell-1.0-b6.jar as

Re: [Neo] EmbeddedNeo implements NeoService

2008-04-30 Thread Mattias Persson
Ok, great Philip! 2008/4/28 Philip Jägenstedt [EMAIL PROTECTED]: OK, updated the wiki for you... Philip On 4/28/08, Emil Eifrem [EMAIL PROTECTED] wrote: On Mon, Apr 28, 2008 at 1:47 AM, Philip Jägenstedt [EMAIL PROTECTED] wrote: I'm back with a more philosophical question.

Re: [Neo] Maturity of Python bindings?

2008-04-30 Thread Mattias Persson
It could be a problem in maven because wou have to specify the java source code version (i.e 1.6 or whatever you use). Maven has a tendency to default to java 1.4. So here is what you'll want to include in your pom.xml: build plugins

Re: Compiling with Java 1.5 pom.xml (Was: [Neo] Maturity of Python bindings?)

2008-04-30 Thread Mattias Persson
Sorry for the late reply on your previous mail, this is what I answered exactely :) 2008/4/28 Philip Jägenstedt [EMAIL PROTECTED]: On 4/28/08, Emil Eifrem [EMAIL PROTECTED] wrote: You probably want to put it into a file RelTypes.java, which looks like: That was my first attempt, the

Re: [Neo] Re: Neo shell problems...

2008-04-30 Thread Mattias Persson
Philip Jägenstedt [EMAIL PROTECTED]: Looks like the mailing list doesn't like attachments. On 4/30/08, Mattias Persson [EMAIL PROTECTED] wrote: Hi, now I'm back (the brain behind the neo shell :) ). For starters, the Not in transaction bug was only found in the 1.0-b6 release. It's

[Neo] Deploy to dist.neo4j.org

2008-05-05 Thread Mattias Persson
Hi I need to deploy the latest neo/shell version to dist.neo4j.org since those doesn't seem to be the latest... how do I do it, or is there someone who can do it? ___ Neo mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user

Re: [Neo] Re: Neo shell problems...

2008-05-05 Thread Mattias Persson
want it. Philip On 5/5/08, Mattias Persson [EMAIL PROTECTED] wrote: Oh, you're using Windows right? I guess that fix came in after shell 1.0-b6. Should work just fine in neo/shell 1.0-rc1. I figure I could patch the b6 version with that fix as well... 2008/5/5 Philip

Re: [Neo] Re: Neo shell problems...

2008-05-05 Thread Mattias Persson
-util/artifactId version0.4-SNAPSHOT/version /dependency Shouldn't rc1 include everything that b6 does? I moved to rc1 because I got some ClassNotFoundException with neo-b6 and index-utils-0.3-SNAPSHOT (I think). Philip On 5/5/08, Mattias Persson [EMAIL PROTECTED] wrote

Re: [Neo] Re: Neo shell problems...

2008-05-05 Thread Mattias Persson
Yep, all that's in 1.0-b6 is in 1.0-rc1 as well. 2008/5/5 Mattias Persson [EMAIL PROTECTED]: Allright weird, and you have: dependency groupIdorg.neo4j/groupId artifactIdshell/artifactId version1.0-rc1-SNAPSHOT/version /dependency as well right? I just

Re: [Neo] Deploy to dist.neo4j.org

2008-05-05 Thread Mattias Persson
need to deploy a shell fix for neo-1.0-b6? If so mail me the jar and I'll put it there. -Johan On Mon, May 5, 2008 at 1:54 PM, Mattias Persson [EMAIL PROTECTED] wrote: Hi I need to deploy the latest neo/shell version to dist.neo4j.org since those doesn't seem to be the latest

Re: [Neo] Re: Neo shell problems...

2008-05-05 Thread Mattias Persson
critical, but I guess you'd want to fix it. Philip On 5/5/08, Mattias Persson [EMAIL PROTECTED] wrote: Yep, all that's in 1.0-b6 is in 1.0-rc1 as well. 2008/5/5 Mattias Persson [EMAIL PROTECTED]: Allright weird, and you have: dependency

Re: [Neo] Re: Neo shell problems...

2008-05-05 Thread Mattias Persson
/08, Mattias Persson [EMAIL PROTECTED] wrote: I'll try to reproduce it, what version of Ubuntu/Java are you using? 2008/5/5 Philip Jägenstedt [EMAIL PROTECTED]: Nope, I haven't explicitly included the shell, but doing so I get shell-1.0-rc1-SNAPSHOT.jar instead. However, quit

Re: [Neo] Re: Neo shell problems...

2008-05-05 Thread Mattias Persson
, Mattias Persson [EMAIL PROTECTED] wrote: Allright thanks for the digging, I've tried with Ubuntu Hardy and java 1.5 just like you and I can't reproduce it... However! Now it hits me that it just must be the fact that it's run inside a webapp. 'man' searches for available commands

Re: [Neo] Does RelationshipType enum need to be unique?

2008-05-08 Thread Mattias Persson
I fixed that bug... there will be a new SNAPSHOT of neo in an hour or two! 2008/5/8 Philip Jägenstedt [EMAIL PROTECTED]: I've used this DynamicRelationType in my project, but there is something strange going on. Look at what I see in the neo shell: $ ls (me) --[INDEX_SERVICE]-- (1) (me)

[Neo] Node energies

2008-05-09 Thread Mattias Persson
I just had an idéa. I'm currently working on neo as a triple store components and there are many cases when you have both the subject and the object (both nodes) and you would like to know which would be the most optimized node to start from when doing queries. One simple measurement would be to

Re: [Neo] Re: Transactions in IndexService?

2008-05-11 Thread Mattias Persson
I guess having each request wrapped in one transaction sounds sane and to answer your previous question the indices (changes to your IndexService) aren't really written until you call tx.finish(). So that's either a bug in the IndexService (btw which one do you use, LuceneIndexService or

Re: [Neo] Re: Transactions in IndexService?

2008-05-11 Thread Mattias Persson
tx.success(). 2008/5/11 Philip Jägenstedt [EMAIL PROTECTED]: On 5/11/08, Mattias Persson [EMAIL PROTECTED] wrote: Hmm allright, great that it's working though. Also it would be nice to know which structural changes you made to your code to make it work. What this code does is to take a bunch of ids

Re: [Neo] Re: Transactions in IndexService?

2008-05-11 Thread Mattias Persson
2008/5/11 Philip Jägenstedt [EMAIL PROTECTED]: On 5/11/08, Mattias Persson [EMAIL PROTECTED] wrote: Allright, I'm pretty sure that it's all about the usage of tx.failure() (which is very seldom needed btw). In the first code snippet you call tx.failure() inside the for-loop and continues

Re: [Neo] Re: Transactions in IndexService?

2008-05-11 Thread Mattias Persson
the error, it wasn't even there when the problem first occured. On 5/11/08, Mattias Persson [EMAIL PROTECTED] wrote: Also with some irrelevant parts taken out: for ( UUID id : artistIds ) { ... try { artist.updateWikipediaBlurb(); } catch (WikipediaException e

Re: [Neo] Re: Transactions in IndexService?

2008-05-11 Thread Mattias Persson
Allright, cool. 2008/5/11 Philip Jägenstedt [EMAIL PROTECTED]: Sure. Unfortunately there are a lot of dependencies, but if you give me some time I could try to remove as much as possible and then send a copy. Philip On 5/11/08, Mattias Persson [EMAIL PROTECTED] wrote: Allright, gotcha. I

Re: [Neo] Node retrieval failing in OSGi environment

2008-05-31 Thread Mattias Persson
Yes there is. groupIdorg.neo4j/groupId artifactIdneo/artifactId version1.0-rc1-SNAPSHOT/version 2008/5/30 Peter Neubauer [EMAIL PROTECTED]: Ok, will try that. is there a maven deployed artifact for the rc1-SNAPSHOTs? /peter On Fri, May 30, 2008 at 3:16 PM, Johan Svensson [EMAIL PROTECTED]

Re: [Neo] Neo4j for personal information database

2008-09-02 Thread Mattias Persson
I guess a very natural place would be to add it to the neo-utils Collection implementations. There's a lot of work in and around collections already done there. Maybe I could take a look at extending that implementation with Comparator. 2008/9/1 Johan Svensson [EMAIL PROTECTED]: I think we could

Re: [Neo] Neo Template API

2008-09-24 Thread Mattias Persson
. -- Mattias Persson Neo Technology [EMAIL PROTECTED] 2008/9/24 Michael Hunger [EMAIL PROTECTED]: Hi folks, after a cool geek cruise with Emil and other. I added my contribution to the svn. You can find it under neo-template-api. It's an IoC, ResourceManagement API (like Spring Templates) which

Re: [Neo] Groovy and Neo4J - A working example

2008-12-12 Thread Mattias Persson
Nice, That would actually be my next question :) Cool things indeed. 2008/12/12 Guillaume Laforge glafo...@gmail.com: You can also do some fun things like: def myNodeName = firstName assert person.${myNodeName} == firstName :-) On Fri, Dec 12, 2008 at 11:41 AM, Mattias Persson matt

Re: [Neo] Groovy and Neo4J - A working example

2008-12-12 Thread Mattias Persson
___ Neo mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user -- Mattias Persson, [matt...@neotechnology.com] Neo Technology, www.neotechnology.com ___ Neo mailing list User

Re: [Neo] cost of startup and shutdown of NeoService instances

2008-12-15 Thread Mattias Persson
://lists.neo4j.org/mailman/listinfo/user -- Mattias Persson, [matt...@neotechnology.com] Neo Technology, www.neotechnology.com ___ Neo mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user

Re: [Neo] cost of startup and shutdown of NeoService instances

2008-12-15 Thread Mattias Persson
___ Neo mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user -- Mattias Persson, [matt...@neotechnology.com] Neo Technology, www.neotechnology.com ___ Neo mailing list User@lists.neo4j.org https

Re: [Neo] VerboseQuadStore and spaql

2009-01-30 Thread Mattias Persson
___ Neo mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user -- Mattias Persson, [matt...@neotechnology.com] Neo Technology, www.neotechnology.com ___ Neo mailing list User@lists.neo4j.org https

Re: [Neo] VerboseQuadStore and spaql

2009-01-30 Thread Mattias Persson
, -- Emil EifrÃ(c)m, CEO [e...@neotechnology.com] Neo Technology, www.neotechnology.com Cell: +46 733 462 271 | US: 206 403 8808 ___ Neo mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user -- Mattias Persson, [matt

Re: [Neo] VerboseQuadStore and spaql

2009-02-09 Thread Mattias Persson
? To investigate further I'd need some sample data from you which I could perform the query upon. Best, Mattias 2009/1/30 Mattias Persson matt...@neotechnology.com: Allright, it seems you are using sparql-on-sail and not our integrated neo sparql-engine. I have quite little experience

Re: [Neo] Google Alert - neo4j

2009-02-13 Thread Mattias Persson
alert. Manage your alerts. -- Tobias Ivarsson tobias.ivars...@neotechnology.com Hacker, Neo Technology www.neotechnology.com Cellphone: +46 706 534857 -- Mattias Persson, [matt...@neotechnology.com] Neo Technology, www.neotechnology.com ___ Neo

Re: [Neo] Uses of NotFoundException

2009-02-13 Thread Mattias Persson
___ Neo mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user -- Mattias Persson, [matt...@neotechnology.com] Neo Technology, www.neotechnology.com ___ Neo mailing list User@lists.neo4j.org https

[Neo] Fwd: re :VerboseQuadStore

2009-02-17 Thread Mattias Persson
-- Forwarded message -- From: Lyudmila L. Balakireva lu...@lanl.gov Date: 2009/2/17 Subject: Re: re :VerboseQuadStore To: Mattias Persson matt...@neotechnology.com Hi, actually I had rdf in the form as you mentioned. But when you serialize rdf from neo it's outputs

Re: [Neo] re :VerboseQuadStore

2009-02-19 Thread Mattias Persson
://localhost:8080/neofl/ore/photo/1437207680/2009-01-13T19:21:23;); rc.add( file, , RDFFormat.RDFXML,context); // rc.add( file, , RDFFormat.RDFXML); } Thank you, Lyudmila Balalkireva lu...@lanl.gov -- Mattias Persson

Re: [Neo] db recovery

2009-02-19 Thread Mattias Persson
___ Neo mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user -- Mattias Persson, [matt...@neotechnology.com] Neo Technology, www.neotechnology.com ___ Neo mailing list User@lists.neo4j.org

Re: [Neo] Fwd: Re: re :VerboseQuadStore

2009-02-20 Thread Mattias Persson
-NIE-2-Virus-Scanner: amavisd-new at mailrelay1.lanl.gov Date: Thu, 19 Feb 2009 09:52:31 +0100 Subject: Re: re :VerboseQuadStore From: Mattias Persson matt...@neotechnology.com To: lu...@lanl.gov Cc: Neo4j user discussions user@lists.neo4j.org X-Proofpoint-Virus-Version: vendor=fsecure engine=1.12.7400

Re: [Neo] Importing RDF from XML file

2009-03-10 Thread Mattias Persson
for that. I would be grateful for any hints, even if they involve 3rd party software. Thanks, Chris ___ Neo mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user -- Mattias Persson, [matt...@neotechnology.com] Neo Technology

Re: [Neo] Importing RDF from XML file

2009-03-12 Thread Mattias Persson
org.openrdf.repository.RepositoryConnection I checked the RepositoryConnection apidocs against your source code, and it should all fit together. But as I haven't used Java in a while, I might be missing something obvious. Changing the version if openrdf sesame to 2.2.4 (newest) doesn't help. Cheers, Chris -- Mattias Persson

Re: [Neo] Importing RDF from XML file

2009-03-12 Thread Mattias Persson
No problem, just glad to help! 2009/3/12 Chris Laux ctl...@googlemail.com: Oh, I didn't consider javac's ability to simulate a different version, how naive :) Works fine now, thanks a lot for your help. On Thu, Mar 12, 2009 at 11:46 AM, Mattias Persson matt...@neotechnology.com wrote: Yep

Re: [Neo] [Commits] r2718 - components/index-util/trunk/src/main/java/org/neo4j/util/index

2009-04-05 Thread Mattias Persson
concatenating / characters in paths without checkinf if they already exists aren't that great. ___ Commits mailing list comm...@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/commits -- Mattias Persson, [matt...@neotechnology.com] Neo

Re: [Neo] Input on new batch insert API?

2009-05-06 Thread Mattias Persson
://twitter.com/emileifrem ___ Neo mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user -- Mattias Persson, [matt...@neotechnology.com] Neo Technology, www.neotechnology.com ___ Neo

Re: [Neo] Neo shell 'traverse' command

2009-05-20 Thread Mattias Persson
for OSS Communities - Open Participation Software. http://www.qi4j.org        - New Energy for Java - Domain Driven Development. On Wed, May 20, 2009 at 10:41 AM, Mattias Persson matt...@neotechnology.com wrote: Hi all, I'm missing some nice 'traverse' command in the shell. Something

Re: [Neo] Neo shell 'traverse' command

2009-05-20 Thread Mattias Persson
Of course the scripts will have to exist server-side, but that can change too so that you point to a script file in the client or write a small script in the prompt and send down to the ShellServer. 2009/5/20 Mattias Persson matt...@neotechnology.com: Well, basically it's the ame idea here

Re: [Neo] basic Neo4j programs

2009-05-25 Thread Mattias Persson
: sail, indexService, neo Thanks again for your attention, Michael Grobe Indiana University Just glad to help out Best, Mattias -Original Message- From: user-boun...@lists.neo4j.org [mailto:user-boun...@lists.neo4j.org] On Behalf Of Mattias Persson Sent: Monday, May 25, 2009 4

Re: [Neo] [Commits] r2951 - components/neo/trunk/src/java/org/neo4j/impl/shell/apps

2009-06-24 Thread Mattias Persson
/listinfo/commits ___ Neo mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user -- Mattias Persson, [matt...@neotechnology.com] Neo Technology, www.neotechnology.com ___ Neo

Re: [Neo] how to decouple transaction management from access to underlying nodes

2009-06-24 Thread Mattias Persson
User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user -- Mattias Persson, [matt...@neotechnology.com] Neo Technology, www.neotechnology.com ___ Neo mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user

Re: [Neo] how to decouple transaction management from access to underlying nodes

2009-06-25 Thread Mattias Persson
. There really should be an implementation of a tx-iterator in neo-utils that does just that. ___ Neo mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user -- Mattias Persson, [matt...@neotechnology.com] Neo Technology

Re: [Neo] Investigating railway network application using Neo4j

2009-06-29 Thread Mattias Persson
@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user -- Mattias Persson, [matt...@neotechnology.com] Neo Technology, www.neotechnology.com ___ Neo mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user

Re: [Neo] Investigating railway network application using Neo4j

2009-06-30 Thread Mattias Persson
Mattias Persson matt...@neotechnology.com: Yep, those errors are easily fixed. Your private methods needs to be static as well. I fixed those errors (see attachment). 2009/6/30 Bert Fitié b...@analytag.com: Hi, Mattias I started off with the following partial code but got three types of errors

Re: [Neo] More complex comparisons for IndexService

2009-07-01 Thread Mattias Persson
@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user ___ Neo mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user -- Mattias Persson, [matt...@neotechnology.com] Neo Technology, www.neotechnology.com

Re: [Neo] indexing relationships

2009-07-07 Thread Mattias Persson
/listinfo/user ___ Neo mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user -- Mattias Persson, [matt...@neotechnology.com] Neo Technology, www.neotechnology.com ___ Neo

Re: [Neo] More complex comparisons for IndexService

2009-07-07 Thread Mattias Persson
mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user ___ Neo mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user -- Mattias Persson, [matt...@neotechnology.com] Neo Technology

Re: [Neo] Which version of Neo4j?!

2009-07-20 Thread Mattias Persson
___ Neo mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user -- Mattias Persson, [matt...@neotechnology.com] Neo Technology, www.neotechnology.com ___ Neo mailing list User@lists.neo4j.org https://lists.neo4j.org

Re: [Neo] neo-meta properties

2009-07-20 Thread Mattias Persson
of the neo-meta package? Cheers, Rob. On Thu, Jul 16, 2009 at 9:17 PM, Mattias Persson matt...@neotechnology.com wrote: Right, we should probably add such a method. What you can do is: DynamicRelationshipType.withName( plays.getName() ) to get that relationship type (plays). 2009/7

Re: [Neo] Side effect

2009-07-28 Thread Mattias Persson
I just committed a fix for it (rev. 3017) ... it should do the trick 2009/7/28 Mattias Persson matt...@neotechnology.com: You're absolutely right... I see the problem in the iterator implementation of that method. I or Johan will fix that soon. 2009/7/27 Neil Ellis neil.el...@peepwl.com: Hi

Re: [Neo] Transformer...

2009-07-30 Thread Mattias Persson
--- Jayway AB, +46 701 469284 www.jayway.com Jayway is the founder of Öredev and Qi4J www.oredev.org www.qi4j.org ___ Neo mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user -- Mattias Persson, [matt

Re: [Neo] Searching 'links', based on their attributes ?

2009-07-31 Thread Mattias Persson
in advance for your answers,  Best regards,  sni. ___ Neo mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user -- Mattias Persson, [matt...@neotechnology.com] Neo Technology, www.neotechnology.com

Re: [Neo] Searching 'links', based on their attributes ? [SOLUTION]

2009-08-01 Thread Mattias Persson
: Searching 'links', based on their attributes ?      (Mattias Persson) -- Message: 1 Date: Fri, 31 Jul 2009 10:50:24 +0200 From: Mattias Persson matt...@neotechnology.com Subject: Re: [Neo] Searching 'links', based

Re: [Neo] Wikipedia entries for graph database, Neo4f?

2009-08-03 Thread Mattias Persson
___ Neo mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user -- Mattias Persson, [matt...@neotechnology.com] Neo Technology, www.neotechnology.com ___ Neo mailing list User@lists.neo4j.org https://lists.neo4j.org

Re: [Neo] meta structure

2009-08-03 Thread Mattias Persson
type, etc. But the thing is I cannot access or put values on the properties that I have created. I ran out of options, can u give me some hint? Thanks again Jers On Mon, Aug 3, 2009 at 5:39 PM, Mattias Persson matt...@neotechnology.comwrote: Hi, I think you'd like to use something

Re: [Neo] meta structure

2009-08-03 Thread Mattias Persson
, with all the data type( string, integer...), data range, etc. Can you give an idea on how can I use or put values in it? I'm lost here. Thanks. Jers On Mon, Aug 3, 2009 at 11:08 PM, Mattias Persson matt...@neotechnology.comwrote: 2009/8/3 Jerry Juanico jtjuan...@gmail.com: Using the sample

Re: [Neo] neo4j Beginner Question

2009-08-14 Thread Mattias Persson
://lists.neo4j.org/mailman/listinfo/user -- Mattias Persson, [matt...@neotechnology.com] Neo Technology, www.neotechnology.com ___ Neo mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user

Re: [Neo] neo4j Beginner Question

2009-08-14 Thread Mattias Persson
iletişim kurmanıza yardımcı olur. http://www.microsoft.com/turkiye/windows/windowslive/products/social-network-connector.aspx ___ Neo mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user -- Mattias Persson, [matt

Re: [Neo] Question about RDF

2009-08-26 Thread Mattias Persson
https://lists.neo4j.org/mailman/listinfo/user -- Mattias Persson, [matt...@neotechnology.com] Neo Technology, www.neotechnology.com ___ Neo mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user

Re: [Neo] Load hugh graph

2009-08-26 Thread Mattias Persson
/?days=1view=News ___ Neo mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user -- Mattias Persson, [matt...@neotechnology.com] Neo Technology, www.neotechnology.com ___ Neo mailing

Re: [Neo] Question about RDF

2009-08-26 Thread Mattias Persson
-- Mattias Persson, [matt...@neotechnology.com] Neo Technology, www.neotechnology.com ___ Neo mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user

Re: [Neo] NeoServiceLifecycle in OSGi

2009-08-26 Thread Mattias Persson
to NeoServiceLifecycleImpl and adding the interface, but am reluctant to change a published api. Would this be disruptive to many people? I don't think so... it's a fairly new class and I don't think many people have found it :) I say go for it. On Aug 26, 2009, at 6:19 AM, Mattias Persson wrote: Hi Andreas

Re: [Neo] Lucene Full text bathinserter

2009-09-07 Thread Mattias Persson
, or with the EmbeddedReadOnlyNeo service? Thanks, Rob. ___ Neo mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user -- Mattias Persson, [matt...@neotechnology.com] Neo Technology, www.neotechnology.com

Re: [Neo] Api - setProperties(Map properties) ?

2009-09-08 Thread Mattias Persson
if there isn't an argument for a setProperties(Map properties) method on the PropertyContainer class? Any thoughts? Dan ___ Neo mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user -- Mattias Persson, [matt

Re: [Neo] Looking at DB contents

2009-09-09 Thread Mattias Persson
https://lists.neo4j.org/mailman/listinfo/user ___ Neo mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user -- Mattias Persson, [matt...@neotechnology.com] Neo Technology, www.neotechnology.com

Re: [Neo] Looking at DB contents

2009-09-09 Thread Mattias Persson
only locks. However, I left the shell open and the traverser was blocked. I did not do anything in the shell other than read-only commands. -Todd On Wed, Sep 9, 2009 at 5:47 AM, Mattias Persson matt...@neotechnology.comwrote: I don't follow entirely... you mean that the shell held locks

Re: [Neo] Looking at DB contents

2009-09-09 Thread Mattias Persson
? 2009/9/9 Mattias Persson matt...@neotechnology.com: That's strange since the shell only wraps commands in transactions. This means that leaving the shell open, just standing on a node doesn't create/hold a lock or transaction whatsoever. You could debug this kind of problem (when it appears

Re: [Neo] Counting nodes

2009-09-18 Thread Mattias Persson
___ Neo mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user -- Mattias Persson, [matt...@neotechnology.com] Neo Technology, www.neotechnology.com ___ Neo mailing list User@lists.neo4j.org https://lists.neo4j.org

Re: [Neo] [Commits] r3108 - components/index-util/trunk/src/main/java/org/neo4j/util/index

2009-09-18 Thread Mattias Persson
...@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/commits -- Mattias Persson, [matt...@neotechnology.com] Neo Technology, www.neotechnology.com ___ Neo mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user

Re: [Neo] Neo4j bundle packaging

2009-09-21 Thread Mattias Persson
on LinkedData scale ___ Neo mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user -- Mattias Persson, [matt...@neotechnology.com] Neo Technology, www.neotechnology.com ___ Neo mailing

Re: [Neo] Neo4j bundle packaging

2009-09-22 Thread Mattias Persson
://twitter.com/peterneubauer http://www.neo4j.org                - Relationships count. http://www.oredev.se               - The best thing since the wall came down. http://www.linkedprocess.org   - Distributed computing on LinkedData scale On Mon, Sep 21, 2009 at 10:25 PM, Mattias Persson matt

Re: [Neo] Neo4j bundle packaging

2009-09-22 Thread Mattias Persson
2009/9/22 Mattias Persson matt...@neotechnology.com: 2009/9/22 Peter Neubauer neubauer.pe...@gmail.com: Hi there, On Tue, Sep 22, 2009 at 9:44 AM, Mattias Persson matt...@neotechnology.com wrote: 2009/9/22 Andreas Kollegger akolleg...@tembopublic.org: Export-Package!${bundle.namespace

Re: [Neo] threading

2009-10-12 Thread Mattias Persson
can, would it be helpful to send it you? It would be very helpful if you can send me sample code that reproduce the issue. Regards, -Johan ___ Neo mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user -- Mattias

Re: [Neo] NPE during XA transaction

2009-11-11 Thread Mattias Persson
@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user -- Mattias Persson, [matt...@neotechnology.com] Neo Technology, www.neotechnology.com ___ Neo mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user

Re: [Neo] Lucene version

2009-11-18 Thread Mattias Persson
After playing with it more, the culprit seems to be not the symbolic link but the local drive :-/ When I delete the neo4j directory with the db and start the application from the local drive then I'm getting the NPEs - even if I shut the server down and start it again. When I delete the neo

Re: [Neo] Lucene version

2009-11-18 Thread Mattias Persson
to see if there's something to be done to help lucene in these areas. 2009/11/18 Jakub Kotowski jakubkotow...@gmx.net: Mattias Persson schrieb: After playing with it more, the culprit seems to be not the symbolic link but the local drive :-/ When I delete the neo4j directory with the db and start

Re: [Neo] Relationship Design Question

2009-11-20 Thread Mattias Persson
/ ___ Neo mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user -- Mattias Persson, [matt...@neotechnology.com] Neo Technology, www.neotechnology.com ___ Neo mailing list User

Re: [Neo] Persistance of nodeID

2009-11-20 Thread Mattias Persson
by reading the referenceNode. Will it work ? Thank you -- ker2x ___ Neo mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user -- Mattias Persson, [matt...@neotechnology.com] Neo Technology, www.neotechnology.com

Re: [Neo] Persistance of nodeID

2009-11-20 Thread Mattias Persson
2009/11/20 Mattias Persson matt...@neotechnology.com: The best way to achieve that is to create relationships to those nodes... such as ReferenceNode --[CONFIGURATION]-- ConfigurationNode ReferenceNode --[INDEX]-- IndexNode a.s.o. That's more of a neo-style-approach. The node ids persist

Re: [Neo] Persistance of nodeID

2009-11-20 Thread Mattias Persson
2009/11/20 Laurent Laborde kerdez...@gmail.com: On Fri, Nov 20, 2009 at 12:19 PM, Mattias Persson matt...@neotechnology.com wrote: 2009/11/20 Mattias Persson matt...@neotechnology.com: The best way to achieve that is to create relationships to those nodes... such as ReferenceNode

Re: [Neo] Persistance of nodeID

2009-11-20 Thread Mattias Persson
On Fri, Nov 20, 2009 at 12:19 PM, Mattias Persson matt...@neotechnology.com wrote: 2009/11/20 Mattias Persson matt...@neotechnology.com: The best way to achieve that is to create relationships to those nodes... such as ReferenceNode --[CONFIGURATION]-- ConfigurationNode ReferenceNode --[INDEX

Re: [Neo] Persistance of nodeID

2009-11-20 Thread Mattias Persson
to the next problem. -- Ker2x sysadmin DBA @ http://www.over-blog.com/ ___ Neo mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user -- Mattias Persson, [matt...@neotechnology.com] Neo Technology, www.neotechnology.com

Re: [Neo] Confused about version and documention

2009-11-21 Thread Mattias Persson
-- Mattias Persson, [matt...@neotechnology.com] Neo Technology, www.neotechnology.com ___ Neo mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user

Re: [Neo] Missing views and options in Neoclipse

2009-11-23 Thread Mattias Persson
graph that appears? There are 102 nodes with property username and value user...@neo4j.org Thanks Eddy ___ Neo mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user -- Mattias Persson, [matt...@neotechnology.com] Neo

Re: [Neo] LuceneIndexBatchInserter doubt

2009-12-04 Thread Mattias Persson
information, you only have to send an e-mail and I will try to explain it better. Núria. 2009/12/3 Mattias Persson matt...@neotechnology.com This is something I'd like to reproduce and I'll do some testing on this tomorrow 2009/12/3 Núria Trench nuriatre...@gmail.com: Hello, Last week, I

Re: [Neo] Maven Dependency For Neo Util for Lucene BatchInserter?

2009-12-04 Thread Mattias Persson
___ Neo mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user -- Mattias Persson, [matt...@neotechnology.com] Neo Technology, www.neotechnology.com ___ Neo mailing list User

Re: [Neo] LuceneIndexBatchInserter doubt

2009-12-07 Thread Mattias Persson
in the maven repository. Núria. 2009/12/4 Mattias Persson matt...@neotechnology.com I fixed the problem and also added a cache per key for faster getNodes/getSingleNode lookup during the insert process. However the cache assumes that there's nothing in the index when the process starts (which

Re: [Neo] LuceneIndexBatchInserter doubt

2009-12-09 Thread Mattias Persson
Núria Trench nuriatre...@gmail.com: Hi Todd, The sample code creates nodes and relationships by parsing 4 csv files. Thank you for trying to trigger this behaviour with this sample. Núria 2009/12/9 Mattias Persson matt...@neotechnology.com Could you provide me with some sample code which can

Re: [Neo] LuceneIndexBatchInserter doubt

2009-12-09 Thread Mattias Persson
to attach it again. Núria. 2009/12/9 Mattias Persson matt...@neotechnology.com Hi again, Núria (it was I, Mattias who asked for the sample code). Well... the fact that you parse 4 csv files doesn't really help me setup a test for this... I mean how can I know that my test will be similar to yours

Re: [Neo] LuceneIndexBatchInserter doubt

2009-12-10 Thread Mattias Persson
in a rar file. Thanks, Núria. 2009/12/9 Núria Trench nuriatre...@gmail.com Yes, you are right. But there is one csv file that is too big to be packed with other files and I am reducing it. I am sending the other files now. 2009/12/9 Mattias Persson matt...@neotechnology.com By the way

Re: [Neo] SingleValueIndex org.neo4j.api.core.NotFoundException: More than one relationship

2009-12-11 Thread Mattias Persson
/mailman/listinfo/user -- Mattias Persson, [matt...@neotechnology.com] Neo Technology, www.neotechnology.com ___ Neo mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user

Re: [Neo] Counting nodes

2009-12-11 Thread Mattias Persson
the optimized version. What's the relationship between number of documents and nodes? Would that be all indexed nodes regardless of the key? On Sep 18, 2009, at 3:46 AM, Mattias Persson wrote: Looking at the Lucene javadocs I can see that you can ask an index (IndexReader) the number

Re: [Neo] LuceneIndexBatchInserter doubt

2009-12-11 Thread Mattias Persson
. So I think that with these fixes (1) and (2) and the latest index-util 0.9-SNAPSHOT your sample will run fine. Also you could try without calling optimize. See more information at http://wiki.neo4j.org/content/Indexing_with_BatchInserter 2009/12/10 Mattias Persson matt...@neotechnology.com

Re: [Neo] Neo Shell listing a relationship's property

2009-12-12 Thread Mattias Persson
. Thanks, Todd ___ Neo mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user -- Mattias Persson, [matt...@neotechnology.com] Neo Technology, www.neotechnology.com ___ Neo

  1   2   3   4   5   6   7   8   9   10   >