[
https://issues.apache.org/jira/browse/ISIS-983?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14256047#comment-14256047
]
ASF subversion and git services commented on ISIS-983:
------------------------------------------------------
Commit 5a92f60aeca3fd6aada52795540493756e858ac0 in isis's branch
refs/heads/master from [~danhaywood]
[ https://git-wip-us.apache.org/repos/asf?p=isis.git;h=5a92f60 ]
ISIS-983: testing neo4j support for todoapp and simpleapp.
changes:
- the todoapp has been changed to use a Set (rather than SortedSet) for
ToDoItem#dependencies... would seem that DataNucleus' neo4j support returns an
object of the incorrect type.
- the neo4j settings in persistor.properties has been moved to the end (and is
commented out).
- replaced tabs for spaces in pom.xml.
With these change the webapps run ok:
* edit in neo4j setting in WEB-INF/persistor.properties
* build using "mvn clean install -P neo4j"
* run using "mvn antrun:run -Pself-host,neo4j -o"
However, note that the integration tests were tested and do NOT pass:
- the issue for simpleapp was that looks like unique index constraints are not
implemented,
- the issue for todoapp looked down to ordering of the dependencies collection.
This commit also:
- renames ToDoSystemInitializer to ToDoAppSystemInitializer (for consistency
with simpleapp)
- adds a new putDataNucleusProperty in IsisConfigurationForJdoIntegTests
> Embedded Neo4J support
> ----------------------
>
> Key: ISIS-983
> URL: https://issues.apache.org/jira/browse/ISIS-983
> Project: Isis
> Issue Type: New Feature
> Components: Core
> Affects Versions: core-1.7.0, core-1.8.0
> Reporter: Jeremy Branham
> Assignee: Dan Haywood
> Priority: Minor
> Labels: feature
> Fix For: core-1.8.0
>
> Original Estimate: 1h
> Remaining Estimate: 1h
>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)