Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor CRUD in FedoraNodes and FedoraContent for transparent hierarchy support #354

Closed
wants to merge 6 commits into from

Conversation

lsitu
Copy link
Contributor

@lsitu lsitu commented May 13, 2014

https://www.pivotaltracker.com/s/projects/684825/stories/71230608
My local tests showing that the CRUD operations for objects and files are working as expected now. So I think we are ready to move ahead to evaluation the transparent auto-hierarchy feature. Noted that as mentioned during the standup meeting this morning, there are several existing test cases in FedoraNodesTest and FedoraContentTest classes are failed and ignored at this time, which produce a NullPointerException.

@lsitu
Copy link
Contributor Author

lsitu commented May 13, 2014

Hi Andrew,
Just FYI, when I test it manually, I am using the following command to start jetty and observe the path input/output from the HierarchyConvertor and the incoming/outgoing paths for each request:
java -Dlog.fcrepo.http.api=trace -jar target/fcrepo-webapp-4.0.0-alpha-6-SNAPSHOT-jetty-console.war

@@ -40,7 +40,8 @@
* multi-part identifier to ensure efficient performance of the JCR.
*
* @author ajs6f
* @date Mar 26, 2014
* @author lsitu
* @date May 9, 2014
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do not change date.

@awoods
Copy link

awoods commented May 14, 2014

The last commit in this block should be a completely different PR. It does not belong with the first five commits in this changeset.
lsitu@9b58599

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants