RE: How would I use neo4j with Apache Isis?

2014-12-20 Thread Branham, Jeremy [HR]
I'm not sure what the implications are, but I was able to get a neo4j datastore working with Apache Isis by modifying org.apache.isis.objectstore.jdo.datanucleus.DataNucleusApplicationComponents#createSchema in the "Isis Core Runtime module" to check if the datanucleus StoreManager supports the

How would I use neo4j with Apache Isis?

2014-12-20 Thread Branham, Jeremy [HR]
I am attempting to use neo4j as a backing store for Apache Isis but it looks like some development may be needed. If I add the datanucleus-neo4j dependency, it appears the neo4j JDO connection is initializing but Apache Isis is expecting a different type of StoreManager. This is the exception I

Re: Exception on latest snapshot when executing this.wrapperFactory.wrap()

2014-12-20 Thread GESCONSULTOR
Thanks Martin. Seems possible. I executed "Project - Clean" and "Maven - Update project" checking the update snapshots option. But it's possible some old code/jars remained ... > El 20/12/2014, a las 13:35, Martin Grigorov escribió: > > Hi Oscar, > > To me this looks like a temporary issue

Re: Exception on latest snapshot when executing this.wrapperFactory.wrap()

2014-12-20 Thread Martin Grigorov
Hi Oscar, To me this looks like a temporary issue with the classpath. I've experienced such kind of exceptions when both Maven and my IDE clean/build at the same time. Next time you see something like this make sure you rebuild the project and try again. On Dec 20, 2014 10:35 AM, "GESCONSULTOR" w

Re: Exception on latest snapshot when executing this.wrapperFactory.wrap()

2014-12-20 Thread GESCONSULTOR
HI Martin. It happened right after pressing the login button. But yesterday I updated to the latest snapshot and It runned ok. So it's not happening now. Thanks, Oscar > El 19/12/2014, a las 21:51, Martin Grigorov escribió: > > The exception message says the problem is related to the sign i