Re: [fcrepo-dev] fcrepo-648 issue branch update

2010-08-10 Thread Benjamin Armintor
Thanks, Chris. I'll try to get that serialization issue sorted by week's end. On Tue, Aug 10, 2010 at 10:19 PM, Chris Wilper wrote: > Hi Ben, > > On Tue, Aug 10, 2010 at 6:14 PM, Benjamin Armintor wrote: >> If anyone is following development in this branch, you'll be happy to >> know that: a cou

Re: [fcrepo-dev] fcrepo-648 issue branch update

2010-08-10 Thread Chris Wilper
Hi Ben, On Tue, Aug 10, 2010 at 6:14 PM, Benjamin Armintor wrote: > If anyone is following development in this branch, you'll be happy to > know that: a couple of small bugs have been fixed, the integration > tests pass, rebuilds should work, and a new example Spring config was > added (the Model

[fcrepo-dev] REST API and responses

2010-08-10 Thread Scott Prater
Below are some comments from one of my developer colleagues, who knows almost nothing about Fedora, but is working on an application to ingest objects. Perhaps the REST API error handling and responses could be improved in future releases? I could open a ticket for it, if others think it would

[fcrepo-dev] fcrepo-648 issue branch update

2010-08-10 Thread Benjamin Armintor
If anyone is following development in this branch, you'll be happy to know that: a couple of small bugs have been fixed, the integration tests pass, rebuilds should work, and a new example Spring config was added (the ModelBasedTripleGenerator configuration we discussed last week on the conference

Re: [fcrepo-dev] Parsing arguments in AutoPurge class?

2010-08-10 Thread Benjamin Armintor
I would've been inclined to a heavier hand, and have the final parameter be a URI. If instead of a pid, you have the fedora-local uri 'info:fedora/$PID', then you can't confuse a protocol with a namespace. But that's a change that might not be tolerable. On 8/10/10, Scott Prater wrote: > Steve

Re: [fcrepo-dev] Parsing arguments in AutoPurge class?

2010-08-10 Thread Scott Prater
Steve Bayliss had the following suggestion: "Re the FCREPO-756 question, one thought I had would be to make the pid parameter either take a pid (as now) or take a file:// URI to specify the pid file (should be fairly easy to detect in the code, and relatively consistent in that the pid paramete

[fcrepo-dev] Parsing arguments in AutoPurge class?

2010-08-10 Thread Scott Prater
I'm about 90% of the way towards enabling batch purges of objects in the the Fedora org.fcrepo.client.utility.AutoPurger class. (See this feature request I recently opened: https://jira.duraspace.org/browse/FCREPO-756) There's one niggly problem that I can't resolve to my satisfaction, though: