Ok, there is now a first bundle that can be deplyed into Newton at https://svn.neo4j.org/laboratory/users/peter/neo4j-newton/, you need to deploy two Newton artifacts in order to get maven to build.
For deployment, you 1) copy your neo service bundle to a convenient newton location, e.g. the other demo builds: cd neo4j-newton mvn install cp neo4j-newton-service/target/neo4j-newton-service-1.0.jar $NEWTON_HOME/demo/build/lib/ 2) copy the composite deplyment descriptor somewhere convenient, e.g. the Newton demo scripts: mkdir $NEWTON_HOME/demo/build/neo4j cp neo4j-newton-service/neo4j-service.compostie $NEWTON_HOME/demo/build/neo4j/ 3) start newton with cd $NEWTON_HOME bin/container 4) Scan the bundles and install the neo4j one > cds scan boot demo/build/lib > installer install demo/xml/neo4j/neo4j-service.composite You should be able to see the $NEWTON_HOME/target/neostore, created by the started Neo4j engine, and see the service registered with >lsb -1 find the neo4j bundle # >services [neo4j-bundle-number] The next step is to actually start to consume the service, e.g. with a console command. Newton uses KF as the framework, so the neo4j KF command plugin should come in handy! /peter On Tue, May 27, 2008 at 12:55 PM, Peter Neubauer <[EMAIL PROTECTED]> wrote: > Hi folks, > I am thinking of checking out Newton http://www.codecauldron.org, and > see if we can build a Neo bundle and deploy it into the fabric. Anyone > doing that? I intend to use PaxConstruct to build the bundles instead > of the ant scripts, so we get a maven based deployment. > > Who else is interested? > > /peter > > -- > GTalk: neubauer.peter > Skype peter.neubauer > ICQ 18762544 > GTalk neubauer.peter > Phone +46704 106975 > LinkedIn http://www.linkedin.com/in/neubauer > > http://www.neo4j.org - New Energy for Data - the Graph Database. > http://www.ops4j.org - New Energy for OSS Communities - Open > Participation Software. > http://www.qi4j.org - New Energy for Java - Domain Driven Development. > -- GTalk: neubauer.peter Skype peter.neubauer ICQ 18762544 GTalk neubauer.peter Phone +46704 106975 LinkedIn http://www.linkedin.com/in/neubauer http://www.neo4j.org - New Energy for Data - the Graph Database. http://www.ops4j.org - New Energy for OSS Communities - Open Participation Software. http://www.qi4j.org - New Energy for Java - Domain Driven Development. _______________________________________________ Neo mailing list [email protected] https://lists.neo4j.org/mailman/listinfo/user

