[fcrepo-dev] New prototype component for extracting XML metadata into the Resource Index

2012-11-15 Thread aj...@virginia.edu
On occasion, these lists see a question about indexing XML metadata into the Resource Index. It has been possible to do that, but has required writing fresh Java to engage with the RDF triple generation gear that Fedora provides. Recently I wrote a component, housed here: http://ajs6f.github.co

Re: [fcrepo-dev] [fcrepo] Fcrepo 1024 (#9)

2012-11-15 Thread Scott Prater
It's been a while, but about a year or more ago I wrote a test for Akubra to test a fix to a race condition that Adam had pointed out. It uses the Threadweaver library: http://code.google.com/p/thread-weaver/ Here's the test I wrote: https://github.com/akubra/akubra/blob/master/akubra-fs/src/

Re: [fcrepo-dev] [fcrepo] Fcrepo 1024 (#9)

2012-11-15 Thread aj...@virginia.edu
Jesper- Thanks so much for this contribution! On the committers' call today, we discussed your fix and it looks very good. We would like to have an integration test to go with it, especially (as we all know) concurrency is very tricky. {grin} Will you have some time to create a test or two for