Skip to content

Not able to run the modeshape-sample #41

@d-subrahmanyam

Description

@d-subrahmanyam

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions