-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
I tried clone and build the core wisdom-jcr module by setting the wisdom-framework-version property to 0.10.1-SNAPSHOT. The build was good and successful.
When I try run the modeshape-sample I keep getting a NPE (aka Null Pointer Exception).
On some digging, I found that the save(...) method in the JcrCrudService.java file tries reading the path from the jcrom object, but the same is not being set in the TodoController.java while creating the TodoList which is being saved using the listCrud.save(...). I modified the TodoList.java file to have a Setter/Getter method for the path property and then set a path of "todos" and it were working fine.
Any reason it hadnt been set?
Any reason this project/module has been silent for 2 years?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels