POSTing to an /objects/{domainType} resource

2015-07-14 Thread Kambiz Darabi
Hello, as a new user of Isis, I would first like to thank you for open-sourcing the software. I am a developer from Germany who is interested in using Isis (and RO) for a customer project. Reading section 9 in the RO spec, I would have expected to be able to POST the following to http://~/objects

RE: Neo4j and Apache Isis

2015-07-14 Thread Branham, Jeremy [HR]
I haven't used jetty:run goal either. This is the class Dan mentioned - https://github.com/isisaddons/isis-app-neoapp/blob/master/server/src/main/java/com/sprint/isis/neo4j/server/Wrapper.java It's probably a little hacky but I wasn’t sure how else to do it. Jeremy D. Branham Technology Architec

Re: Neo4j and Apache Isis

2015-07-14 Thread Dan Haywood
Um, no. Though I haven't run it using jetty:run, rather I just have run it using org.apache.isis.WebServer utility class from the webapp module. There's a class called "Wrapper" that (I think... I didn't write this) is what exposes the neo4j console; perhaps that's what's missing? I'll try using

Re: Neo4j and Apache Isis

2015-07-14 Thread Vladimir Nišević
Hi Dan, I've just tried out this example but have problems when opening the neo4j server http://localhost:7474/ I've started the app thru webapp -> Run maven -> jetty:run and Isis starts fine. Run Fixture scripts works as well, I see sample Hosts entites created.. Do I have to start the neo4j s