Re: [Neo4j] OSGi and Neo4j - superbundle approach

2011-07-20 Thread Toni Menzel
from https://oss.sonatype.org/content/groups/ops4j/ . On Thu, Jul 21, 2011 at 12:00 AM, Peter Neubauer < peter.neuba...@neotechnology.com> wrote: > And, there was a bug in Pax Exam not shutting down the bundles > properly. Fixed by Toni Menzel in 5 minutes. Thanks! > > I added some build instru

Re: [Neo4j] Neo4j is moving to git

2011-01-27 Thread Toni Menzel
, > we'll > be making the switch completely! > > It's all good, just suggesting we be cognizant of the things that are > different in Git. > > -Original Message- > From: user-boun...@lists.neo4j.org [mailto:user-boun...@lists.neo4j.org] > On > Behalf Of

Re: [Neo4j] Neo4j is moving to git

2011-01-27 Thread Toni Menzel
______ > Neo4j mailing list > User@lists.neo4j.org > https://lists.neo4j.org/mailman/listinfo/user > > ___ > Neo4j mailing list > User@lists.neo4j.org > https://lists.neo4j.org/mailman/listinfo/user > -- *Toni Menzel - http://www.okidokiteam.com* ___ Neo4j mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user

Re: [Neo4j] Neo4j is moving to git

2011-01-27 Thread Toni Menzel
, > -- > Tobias Ivarsson > Hacker, Neo Technology > www.neotechnology.com > Cellphone: +46 706 534857 > ___ > Neo4j mailing list > User@lists.neo4j.org > https://lists.neo4j.org/mailman/listinfo/user > -- *Toni Menz

Re: [Neo4j] Versioning :)

2010-10-06 Thread Toni Menzel
version? >> 2. Should the maven version keep in sync with the non-maven version? >> >> Opinions? >> >> Cheers, >> Andreas >> >> ___ >> Neo4j mailing list >> User@lists.neo4j.org >> https:/

Re: [Neo4j] OSGi Dependency Injection

2010-09-09 Thread Toni Menzel
. > > For now, though, I intend to touch as little as possible. I'll have to make > some subtle changes to the kernel startup to enable it to be OSGi aware, > but > the changes should be invisible in non-OSGi environments. > > Cheers, > Andreas > > On Wed, Sep 8, 2010

Re: [Neo4j] OSGi Dependency Injection

2010-09-08 Thread Toni Menzel
x or use concierge which is really small. It in the end really gets about what role the extensions will/can play. If they are really a vital part, if neo is a composition of services, then going full osgi can be a natural destination. Anyway, i put in some thoughts and assumptions, hope its not

Re: [Neo4j] Building apoc-bundle/org.apache.lucene.core raises PatternSyntaxException

2010-08-16 Thread Toni Menzel
ur high performance graph database. > http://www.thoughtmade.com - Scandinavia's coolest Bring-a-Thing party. > > > > On Mon, Aug 16, 2010 at 4:50 PM, Toni Menzel wrote: > > zazu:org.apache.lucene.core tonit$ java -version > > java version "1.6.0_20" > > Java(TM) S

Re: [Neo4j] Building apoc-bundle/org.apache.lucene.core raises PatternSyntaxException

2010-08-16 Thread Toni Menzel
navia's coolest Bring-a-Thing party. > > > > On Mon, Aug 16, 2010 at 4:42 PM, Toni Menzel wrote: > > When trying to build the aforementioned component with Maven 3 Beta2 i > get > > the following problem: > > # cd laboratory/components/apoc-bundle/org.apache

[Neo4j] Building apoc-bundle/org.apache.lucene.core raises PatternSyntaxException

2010-08-16 Thread Toni Menzel
ore information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException zazu:org.apache.lucene.core tonit$ -- snap -- -- Toni Menzel Independent Software Developer Professional Profile: h

Re: [Neo4j] Query for combination of properties

2010-07-07 Thread Toni Menzel
 content:"hello" AND language:"eng" > > to look for the word "hello" in an English language Node (actually a > "Document" in Lucene). > > I think this is different from ranges, where you want to match a single > key matching a g

Re: [Neo4j] Query for combination of properties

2010-07-07 Thread Toni Menzel
> Thanks for any help, or at least a confirmation that such multi field > Lucene query is possible or not witn neo4j 1.0. > > Regards, > --- > balazs > ___ > Neo4j mailing list > User@lists.neo4j.org > https://lists.neo4j.org/mailman/li

Re: [Neo4j] org.neo4j.commons

2010-07-07 Thread Toni Menzel
> undistinguished > > >> >> >> It'd be great to hear your oppinion on this. >> >> -- >> Mattias Persson, [matt...@neotechnology.com] >> Hacker, Neo Technology >> www.neotechnology.com >> > > > > -- > Mattias Persson, [matt

Re: [Neo4j] TransactionFailureException

2010-07-06 Thread Toni Menzel
hrown. > I don't found anything about that an the homepage, wiki etc. > > Thank you for helping. > > Alex > ___ > Neo4j mailing list > User@lists.neo4j.org > https://lists.neo4j.org/mailman/listinfo/user > -- Toni M

Re: [Neo4j] Querying Neo4j

2010-07-05 Thread Toni Menzel
lass, but it is > not correct. > So, how can I just get data from database? > Thanks in advance! > ___ > Neo4j mailing list > User@lists.neo4j.org > https://lists.neo4j.org/mailman/listinfo/user > -- Toni Menzel Independent

Re: [Neo4j] architecture question

2010-06-29 Thread Toni Menzel
...@gmail.com >> ___ >> Neo4j mailing list >> User@lists.neo4j.org >> https://lists.neo4j.org/mailman/listinfo/user > ___ > Neo4j mailing list > User@lists.neo4j.org > https://lists.neo4j.org/mailman/listinfo/user > --

Re: [Neo4j] architecture question

2010-06-29 Thread Toni Menzel
> Best Regards, > Dmitry N. Medvedev, > > Tel.: > +7 (903) 506 0376 > > E-mail: > dmitry.medve...@gmail.com > > > > On Wed, Jun 30, 2010 at 03:38, Toni Menzel wrote: > >> HI Dmitry, >> >> 2010/6/30 Дмитрий Медведев : >> > Hi. &g

Re: [Neo4j] About Transactions & Traversers

2010-06-29 Thread Toni Menzel
ons in > all the Iterator's methods. > > But that's all in the past. You no longer need to be in a transaction > to read stuff from neo4j (kernel version 1.1-SNAPSHOT) > > 2010/6/29, Toni Menzel : >> Guys, >> >> i am a bit puzzled with using traverser

Re: [Neo4j] architecture question

2010-06-29 Thread Toni Menzel
st Regards, > Dmitry N. Medvedev, > > Tel.: > +7 (903) 506 0376 > > E-mail: > dmitry.medve...@gmail.com > ___ > Neo4j mailing list > User@lists.neo4j.org > https://lists.neo4j.org/mailman/listinfo/user > -- Ton

[Neo4j] About Transactions & Traversers

2010-06-29 Thread Toni Menzel
its just something i found quite "un-"handy to implement but common. cheers, Toni -- Toni Menzel Independent Software Developer Professional Profile: http://okidokiteam.com t...@okidokiteam.com http://www.ops4j.org - New Energy for OSS Communities