Re: [Neo4j] buggy webadmin

2011-03-12 Thread Michael Hunger
Regarding the second fact: {firstkey:"Val", secondkey:"Val2"} is no valid JSON, you always have to quote strings. i.e. {"firstkey":"Val", "secondkey":"Val2"} Cheers Michael Am 12.03.2011 um 21:49 schrieb Anton Kulaga: > Hello, I stumbled upon few bugs in neo4j webadmin. > > When I create a

Re: [Neo4j] Neo4j OSGI bundle

2011-03-12 Thread Nicolas Jouanin
Ok, This works fine when using directly bundles which export packages. Thx Le 12 mars 2011 à 09:13, Tobias Ivarsson a écrit : > Oh, right. > > Only the bundles that org.neo4j:neo4j depends on exports packages. I > guess org.neo4j:neo4j > would have to re-export the packages it depends on, so th

[Neo4j] buggy webadmin

2011-03-12 Thread Anton Kulaga
Hello, I stumbled upon few bugs in neo4j webadmin. When I create a relationship between any two nodes in neo4j webadmin I get error that "node 'id of the first node' cannot be found" event if both nodes DO EXIST. Creations of new nodes works fine although webinterface for unknown reasons does not

Re: [Neo4j] Neo4j OSGI bundle

2011-03-12 Thread Andreas Kollegger
Hi Nicolas, We should be using the maven-bundle-plugin on the individual components, but I'll have to check to make sure that they look right. The org.neo4j:neo4j artifact is just a dependency jar, so it doesn't itself have anything to export. That's why Tobias suggested grabbing the individual

Re: [Neo4j] Neo4j OSGI bundle

2011-03-12 Thread Nicolas Jouanin
Hi, I'll try this later on and I'll keep you informed. Also, you could use the maven-bundle-plugin which helps in managing bundle creation and dependencies stuffs. Nicolas. Le 12 mars 2011 à 09:13, Tobias Ivarsson a écrit : > Oh, right. > > Only the bundles that org.neo4j:neo4j depends on ex

Re: [Neo4j] Neo4j OSGI bundle

2011-03-12 Thread Tobias Ivarsson
Oh, right. Only the bundles that org.neo4j:neo4j depends on exports packages. I guess org.neo4j:neo4j would have to re-export the packages it depends on, so that your application can depend on org.neo4j:neo4j and use those packages. Is that the appropriate way? I have little OSGi experience (other