bjorngranvik / reudd

REgarding User Driven Development - a user centric "data in/report out" web site using Neo4j.
Apache License 2.0
1 stars 0 forks source link

Upgrade neo4j plugin 1.0.1, Grails 2.2.4 and Neo4j 1.9.2 #18

Closed sarmbruster closed 10 years ago

sarmbruster commented 10 years ago

cause for "No bean named 'sessionFactory' is defined " is the usage of hiberate plugin and not configuring valid datasource for hibernate. I've disabled hibernate plugin therefore. solves #16

sarmbruster commented 10 years ago

fixes #19 as well.

matsjonas commented 10 years ago

:+1:

With theese changes the project boots and I am able to add nodes and use the system fully. However, in my terminal an error pops up each time I load a page (see error below). Any ideas?

Otherwise good to merge in my opinion.

| Error 2013-08-29 20:44:03,597 [http-bio-8080-exec-10] ERROR [/ReUDD].[default]  - Servlet.service() for servlet [default] in context with path [/ReUDD] threw exception
Message: It looks like you are missing some calls to the r:layoutResources tag. After rendering your page the following have not been rendered: [defer]
   Line | Method
->> 895 | runTask in java.util.concurrent.ThreadPoolExecutor$Worker
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|   918 | run     in     ''
^   680 | run . . in java.lang.Thread
matsjonas commented 10 years ago

This one actually solves #9 as well since neo4j v 1.9.2 is the latest available. But perhaps we should leave the issue until version 2.X comes out?