Re: [fcrepo-user] How to injest an new object with REST-API M and PHP?

2011-12-15 Thread aj...@virginia.edu
You can also act against the REST API without an object XML payload at all to create an empty new object, via: [your-host]:[port]/fedora/objects/[pid] or [your-host]:[port]/fedora/objects/new and then populate it with datastreams via: [your-host]:[port]/fedora/objects/[pid]/datastreams/[dsid]

Re: [fcrepo-user] Properties within RELS-EXT?

2012-01-03 Thread aj...@virginia.edu
If by "properties" you simply mean RDF triples with literal objects, it is certainly fine to do that in Fedora 3.x. Keep in mind that in your example below, you are making "kb:timestamp" and "kb:status" assertions about the _object_ "info:fedora/kb:33001", _not_ about the rel:isConstituentOf _r

Re: [fcrepo-user] question

2012-01-04 Thread aj...@virginia.edu
The basic search service to which you refer is not really meant to support end-user applications, although it certainly can. If you want to use it, I would suggest you so do programmatically via the REST API endpoint: https://wiki.duraspace.org/display/FEDORA35/REST+API#RESTAPI-findObjects Alte

Re: [fcrepo-user] Install Fedora as same user running Tomcat?

2012-01-17 Thread aj...@virginia.edu
I believe that such is the usual practice. An alternative would to create a group with appropriate permissions and put both your "tomcat" and "fedora" users in that group, then assign permissions based on that group. Keep in mind that in operation, only some of the pieces of a Fedora home direc

Re: [fcrepo-user] Fedora Replication and Mirroring Question

2012-01-23 Thread aj...@virginia.edu
I welcome correction from those who know more, but I believe this should be possible with RMI journaling (using several servers equipped with RmiTransport and one with RmiJournalReceiver). --- A. Soroka Online Library Environment the University of Virginia Library On Jan 23, 2012, at 7:15 A

Re: [fcrepo-user] Implementing Content Models

2012-02-02 Thread aj...@virginia.edu
A section from your Fedora log that shows what happens when you try to access the method list would be very helpful. It should be available in $YOUR_FEDORA_HOME/server/logs/fedora.log. --- A. Soroka Online Library Environment the University of Virginia Library On Feb 1, 2012, at 3:37 PM, Bur

Re: [fcrepo-user] Fedora & AFS - Is it possible to increase the number of volumes in Fedora?

2012-02-13 Thread aj...@virginia.edu
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I'm curious as to whence the 256-volume limit is arising: is it from Fedora, or from limitations in your OS? In any event, you may wish to examine TwoStore, a solution we built for a not dissimilar problem. http://ir.lib.virginia.edu/catalog/libra-

Re: [fcrepo-user] Still having trouble with CMA content models ...

2012-02-27 Thread aj...@virginia.edu
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I'm afraid I'm not familiar with SaxonServlet enough to answer your question directly, but here's some friendly advice: if you're going to be moving 2.5MB XML files through dynamic disseminations on a regular basis, you may want to look to a more po

Re: [fcrepo-user] Hardware requirements

2012-03-06 Thread aj...@virginia.edu
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 That is definitely _not_ normal operation. Ingest is one of the most expensive operations Fedora can perform, but five minutes is _way_ out of whack. You shouldn't add any more resources until you know what's wrong in this configuration. Can you tel

Re: [fcrepo-user] Hardware requirements

2012-03-06 Thread aj...@virginia.edu
ingesting multi-gigabyte managed datastreams. It's not > something that many people do, but it does take a while to stream such > files through the server and back into storage. > > regards, > Greg > > On 03/06/2012 08:34 AM, aj...@virginia.edu wrote: >> -BE

Re: [fcrepo-user] How to alter PID of existing object

2012-03-06 Thread aj...@virginia.edu
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 The best way here forward here would be to delete the current object and make use of the fact that when you create an object, you can assign its PID to your choice (assuming, of course, that your choice is not already in use). Did you use the REST o

Re: [fcrepo-user] How to alter PID of existing object

2012-03-07 Thread aj...@virginia.edu
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 You may want to ask this question on the Islandora list. It is possible to assign PIDs on creation ad hoc by using the APIs, but that's something that is controlled by client software, in this case Islandora. - --- A. Soroka Software & Systems Engin

Re: [fcrepo-user] Fedora G Search - XSLT authentication

2012-03-12 Thread aj...@virginia.edu
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 You can pass authentication credentials to retrieve datastreams and disseminations in the XSLT by using GSearch extension functions instead of using the built-in XPath/XSLT functions. For example, the signature of getDatastreamText is: getDatastrea

Re: [fcrepo-user] Properties within RELS-EXT?

2012-03-12 Thread aj...@virginia.edu
t and info exchange list for Fedora users.' >> Ämne: Re: [fcrepo-user] Properties within RELS-EXT? >> >> And to add it's also valid to have URIs as objects of the triples in >> addition to >> literals. >> >> I'd recommend that you crea

Re: [fcrepo-user] Fedora G Search - XSLT authentication

2012-03-12 Thread aj...@virginia.edu
Soroka Software & Systems Engineering :: Online Library Environment the University of Virginia Library On Mar 12, 2012, at 2:03 PM, Remi Malessa wrote: > That sounds great. Could you tell me how to add these extra functions to > XSLT, please? > > Remi > > On 03/12/2012 03:43 PM, aj

Re: [fcrepo-user] Authentication Problem with External Referenced Policies

2012-03-20 Thread aj...@virginia.edu
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 This may be a simplistic idea, but are the policies on the col:policy object set so that it can effectively be referenced from the other objects? In other words, might the 401 be occurring because col:policy/POLICY is off-limits? Or do you have a re

Re: [fcrepo-user] Fedora G Search - XSLT authentication

2012-03-21 Thread aj...@virginia.edu
at 5:29 AM, Remi Malessa wrote: > Is there a function to return a datastream as an XML tree ? > > Remi > > On 03/12/2012 06:11 PM, aj...@virginia.edu wrote: >> -BEGIN PGP SIGNED MESSAGE- >> Hash: SHA1 >> >> You can see how it's done wi

Re: [fcrepo-user] Authentication Problem with External Referenced Policies

2012-03-21 Thread aj...@virginia.edu
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 By "recursion" I mean that I'm wondering (and this is just off the top of my head) if: 1) Your data objects are guarded by col:policy/POLICY. 2) Upon a request for one of your data objects, the policy engine attempts to retrieve col:policy/POLICY.

Re: [fcrepo-user] Authentication Problem with External Referenced Policies

2012-03-22 Thread aj...@virginia.edu
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Daniel-- We discussed this problem a bit on the Fedora committers' call this morning, and here are some more things to try: Firstly, did you use a "fedora.server" -style URL for your reference to the policy datastream? If so, that might circumvent

Re: [fcrepo-user] REST API modifyDatastream on DC fails with: InputStream cannot be null

2012-04-04 Thread aj...@virginia.edu
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jonathan-- I have no problem doing just that with the Web admin-- are you getting the same stack trace with the admin and via curl? - --- A. Soroka Software & Systems Engineering :: Online Library Environment the University of Virginia Library On A

Re: [fcrepo-user] Writing to multiple storage targets from Fedora

2012-04-05 Thread aj...@virginia.edu
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 One last suggestion: Fedora does offer a repository-to-repository journaling system, which may be of interest. It's not a storage-level option, but if one of your concerns is failover and robustness of service, it may fit into your designs. https:

Re: [fcrepo-user] Saxon XSLT processor

2012-04-26 Thread aj...@virginia.edu
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I'm not sure if I'm getting at your desire, but the processor used for internal repository workflow should have no bearing on what you use for dynamic disseminations, if that's what you are asking about. Or are you actually altering or augmenting th

Re: [fcrepo-user] Saxon XSLT processor

2012-04-26 Thread aj...@virginia.edu
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 The Fedora demos use the SaxonServlet (which is not so much _in_ Fedora as distributed with it) to disseminate datastreams via XSLT. It's not clear to me what you mean by "datastreams that implement XSLT services". Can you please describe your conte

Re: [fcrepo-user] Best practices advice for RELS-EXT relationships?

2012-05-08 Thread aj...@virginia.edu
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Another factor in the choice may be ordering: do the parts of the whole have an order amongst themselves, or are the relations of interest only those between the parent and child? - --- A. Soroka Software & Systems Engineering :: Online Library Envi

Re: [fcrepo-user] Upgrading Fedora

2012-06-13 Thread aj...@virginia.edu
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 If you are using the same configuration (particularly with respect to low-level storage), then to my knowledge you ought be able to follow that procedure. I know of no differences between 3.4.x and 3.5.x that should matter, here. - --- A. Soroka So

Re: [fcrepo-user] fedora-rebuild and blankExistingTables

2012-06-19 Thread aj...@virginia.edu
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 It's not quite clear to me why you would want to do this... rebuilding the database is meant to ensure that your database is completely coherent with your data (object XML and datastreams). Can you tell us more about your use case? - --- A. Soroka S

Re: [fcrepo-user] fedora-rebuild and blankExistingTables

2012-06-20 Thread aj...@virginia.edu
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Recommendation seconded! Journaling is supported in Fedora for this exact purpose. To your original question-- yes, as far as I know you are going to have to write fresh code to make the rebuilder do what you want it to do. But as Aaron says, I woul

Re: [fcrepo-user] how to purge Fedora Commons JMS queue

2012-06-20 Thread aj...@virginia.edu
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 How is your repository messaging module configured? (E.g. your fedora.fcfg stanza and/or activemq.xml.) - --- A. Soroka Software & Systems Engineering :: Online Library Environment the University of Virginia Library On Jun 20, 2012, at 5:37 AM, Luca

Re: [fcrepo-user] how to purge Fedora Commons JMS queue

2012-06-20 Thread aj...@virginia.edu
? - --- A. Soroka Software & Systems Engineering :: Online Library Environment the University of Virginia Library On Jun 20, 2012, at 9:48 AM, Luca Lelli wrote: > Il 20/06/2012 15.11, aj...@virginia.edu ha scritto: >> -BEGIN PGP SIGNED MESSAGE- >> Hash: SHA1 >>

Re: [fcrepo-user] Volunteers needed: Session Chairs at OR12 Fedora User Group

2012-06-25 Thread aj...@virginia.edu
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jon-- That's anything with a "UGF*" session code? - --- A. Soroka Software & Systems Engineering :: Online Library Environment the University of Virginia Library On Jun 25, 2012, at 4:46 PM, Dunn, Jon William Butcher wrote: > Fedora community: >

Re: [fcrepo-user] fedora reindexing fails

2012-07-31 Thread aj...@virginia.edu
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Assuming that you're talking about a "fresh" external Mulgara, then yes, you must rebuild. The Resource Index is, as the name implies, merely a convenient index of the relationships in your repository-- not an independent datastore. - --- A. Soroka

Re: [fcrepo-user] Errors using findObjects with Soap API-A

2012-08-02 Thread aj...@virginia.edu
Do you have the log for the Fedora instance in question available? Can you show what it records at that moment? --- A. Soroka Online Library Environment the University of Virginia Library On Thu, Aug 2, 2012 at 11:51 AM, Rangel, Minnie wrote: > Thanks for the response, > > Unfortunately I am t

Re: [fcrepo-user] ActiveMQ problem on Fedora startup

2012-08-13 Thread aj...@virginia.edu
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Is there any logging coming out of ActiveMQ right before the section you've shown us? I'm wondering if it is having any difficulty rebuilding the KahaDB store on which it relies... - --- A. Soroka Software & Systems Engineering :: Online Library Env

Re: [fcrepo-user] ActiveMQ problem on Fedora startup

2012-08-13 Thread aj...@virginia.edu
> destination: topic://ActiveMQ.Advisory.Connection > DEBUG 2012-08-13 11:28:40.089 [ActiveMQ Task-3] > (org.apache.activemq.broker.region.AbstractRegion) localhost adding consumer: > ID:corpus.ato.uqam.ca-42176-1344871431734-2:1:-1:1 for destination: > ActiveMQ.Advisory.TempQueu

Re: [fcrepo-user] Messaging client AtomApimMessage getCategoryTerm() method private?

2012-08-29 Thread aj...@virginia.edu
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 FCREPO-855 was just a discussion of the fact that sometimes parameter values are not actually included in the Atom messages themselves, but the larger discussion was about how to expose state-changes via the event stream. Steve Bayliss built a nice

Re: [fcrepo-user] Messaging client AtomApimMessage getCategoryTerm() method private?

2012-08-29 Thread aj...@virginia.edu
Library Environment the University of Virginia Library On Aug 29, 2012, at 12:32 PM, Edwin Shin wrote: > Adam, > > Any idea where that code lives? Or a JIRA ticket or the like? > > > On Aug 30, 2012, at 12:16 AM, aj...@virginia.edu wrote: > >> -BEGIN PGP SIGNED ME

Re: [fcrepo-user] question sparql/rels-ext

2012-09-06 Thread aj...@virginia.edu
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Many of you will think of a broken record when you hear this, but I never tire of saying it. {grin} If your need is essentially to put a literal property on objects (whether that be a title or the name of a collection to which the object belongs) yo

Re: [fcrepo-user] Recommended memory

2012-09-13 Thread aj...@virginia.edu
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Can you supply more information about the actual pattern of usage here? What are the web services in use, at what scale, serving what kinds of content...? Additionally, are you using the Resource Index, and if so, is it being supported by a built-in

Re: [fcrepo-user] ITQL querying MODS

2012-09-25 Thread aj...@virginia.edu
Are you in a position to write some Java code for the purpose? It is possible to insert your own custom-built triple extractors into Fedora's workflow for generating RDF in the RI, but it is normally done in Java. --- A. Soroka Software & Systems Engineering :: Online Library Environment the Uni

Re: [fcrepo-user] ITQL querying MODS

2012-09-25 Thread aj...@virginia.edu
e but I really don't know where > to start. Do you have some online documentation about this? > > Enrico Anello > Food and Agriculture Organization of the United Nations > Via Delle Terme di Caracalla, 1 - 00100 Rome (Italy) > > On 09/25/2012 02:25 PM, aj...@virginia.edu w

Re: [fcrepo-user] Out of memory for large base64 ingests

2012-09-25 Thread aj...@virginia.edu
Which version of Fedora are you using? In 3.6.x, there exists a means of using the SOAP/MTOM serialization which may help you save a little space by avoiding base64 encoding. Alternatively, you could use the REST or SOAP API to create your object, then use the REST or SOAP/MTOM API to add your l

Re: [fcrepo-user] FESLPOLICY with ActionAttributeDesignator action:id problem

2012-10-04 Thread aj...@virginia.edu
To be clear, you're talking about including both the old-school Fedora action value, and the mapped FESL action value, under the same attribute ID? --- A. Soroka Software & Systems Engineering :: Online Library Environment the University of Virginia Library On Oct 4, 2012, at 11:58 AM, Benjamin

Re: [fcrepo-user] FESLPOLICY with ActionAttributeDesignator action:id problem

2012-10-04 Thread aj...@virginia.edu
& Systems Engineering :: Online Library Environment the University of Virginia Library On Oct 4, 2012, at 12:59 PM, Benjamin Armintor wrote: > Yes, putting both values in the bag. > > On Thu, Oct 4, 2012 at 12:30 PM, aj...@virginia.edu > wrote: >> To be clear, you're talkin

Re: [fcrepo-user] FESLPOLICY with ActionAttributeDesignator action:id problem

2012-10-04 Thread aj...@virginia.edu
icies. > > On Thu, Oct 4, 2012 at 4:49 PM, aj...@virginia.edu wrote: >> I'm not strongly against it, and it seemed (from the comments at the issue) >> that Steve Bayliss thought that the best compromise, but I am a little >> troubled by the fact that two values with

Re: [fcrepo-user] findObjects REST API and 3.6 problem

2012-10-09 Thread aj...@virginia.edu
Can you show us your Spring config for authN (config/spring/web/security.xml)? I could be totally off-base here, but I suspect this may have to do with the fact that findObjects is supported by a distinct servlet. --- A. Soroka Software & Systems Engineering :: Online Library Environment the Uni

[fcrepo-user] Fedora 3.6.2 is on the way!

2012-11-01 Thread aj...@virginia.edu
Fedora Commons 3.6.2 is on the way! We have entered the period of "code freeze", during which the prospective release is vigorously pummeled with tests. The actual release of code is expected to occur in two weeks from today, barring any unexpectedly catastrophic results in testing. These are

Re: [fcrepo-user] Logging Fedora Web Admin

2012-11-09 Thread aj...@virginia.edu
In fact the web administrator _is_ a client for Fedora. It's using Fedora's other interfaces. It just happens to be deployed conveniently with Fedora. (You could deploy it anywhere, XACML policies permitting.) So unfortunately, any changes to the logging configuration of the web administrator wo

Re: [fcrepo-user] Moving the data directory

2012-11-13 Thread aj...@virginia.edu
Can you file a Jira ticket for this with a description of how you encountered the problem? We can follow up and figure out what's going wrong. Have any users experienced a similar difficulty? --- A. Soroka Software & Systems Engineering :: Online Library Environment the University of Virginia L

Re: [fcrepo-user] Hwo do i typify the digital objects?

2012-11-15 Thread aj...@virginia.edu
Have you examined the documentation of the Content Model Architecture? https://wiki.duraspace.org/display/FEDORA36/Content+Model+Architecture --- A. Soroka Software & Systems Engineering :: Online Library Environment the University of Virginia Library On Nov 15, 2012, at 8:01 AM, Denis Mur wrote

[fcrepo-user] 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-user] question about 3.6.2 spring config

2012-12-03 Thread aj...@virginia.edu
Greg-- This is only part of the information you require, but to my knowledge, any Spring XML supplied in /server/config/spring _will_ be instantiated. So you can put config there. As to the interactions with fedora.fcfg, I'll leave that to those who know more about it. --- A. Soroka Software &

Re: [fcrepo-user] doRegistry systemVersion column

2012-12-04 Thread aj...@virginia.edu
It's a good deal more common to have the relation pointing the other way. Is there a particular reason you chose for parent->child? There might be a better (more performant) way to get the same effect. --- A. Soroka Software & Systems Engineering :: Online Library Environment the University of V

Re: [fcrepo-user] Dublin-Core dc:terms: How to simulate dc:terms with RELS-INT/RELS-EXT

2013-01-08 Thread aj...@virginia.edu
The DC datastream was never meant to support anything more than simple repository administration. It is not (and was never) meant to support description of any richness. Populating it will let you use the FieldSearch service to do simple searching and adminstration. That was always its only and

Re: [fcrepo-user] Maven for fedora-client

2013-01-11 Thread aj...@virginia.edu
If you are looking for the moden Mediashelf-contributed client (and if you aren't, you really should consider it) it is in Maven Central: http://repo1.maven.org/maven2/com/yourmediashelf/fedora/ --- A. Soroka the University of Virginia Library On Fri, Jan 11, 2013 at 3:35 PM, Nguyen, Vincent (C

Re: [fcrepo-user] Managed vs. External Storage

2013-03-06 Thread aj...@virginia.edu
The limits on upload depend radically on your network design. Uploading from a single node to itself, the limits may be in the several GBs. Uploading across a limited network, maybe not so much. Fedora has no inherent limitations on the upload process, but many other pieces of the system probabl

Re: [fcrepo-user] Managed vs. External Storage

2013-03-06 Thread aj...@virginia.edu
ng files and externally managing/referencing the preservation masters. > > I would love to hear more use cases for this type of application. > Specifically, how people are managing preservation masters--which are really > kind of our bread and butter as digital preservation-minded pe

Re: [fcrepo-user] LLStorage

2013-03-06 Thread aj...@virginia.edu
Part of the impetus of the Akubra development was to support many different kinds of disposition for content across persistence services. I can't speak to the efforts around particular vendor-specific solutions, but as a homegrown example I can point at: http://uvalib.github.com/twostore/ whi

Re: [fcrepo-user] Chaining disseminators (output --> input)

2013-04-02 Thread aj...@virginia.edu
Just as a small side point: _every_ dissemination has the PID in question available as a "special" parameter in WSDL. --- A. Soroka The University of Virginia Library On Apr 2, 2013, at 6:43 AM, Egbert Gramsbergen wrote: > The example you mention (feeding the result of a risearch to an xslt) ca

Re: [fcrepo-user] change existing repository from fesl to legacy

2013-04-18 Thread aj...@virginia.edu
Can you tell us a little about why this is your desire? (What's the specific use case(s)?) --- A. Soroka The University of Virginia Library On Apr 18, 2013, at 10:05 AM, Richard Shrake wrote: > Hi. I know that legacy authentication is approaching end of life, but I need > to switch from FESL a

Re: [fcrepo-user] Akubra and multiple file systems

2013-04-18 Thread aj...@virginia.edu
We devised our own simple Akubra implementation for exactly this kind of problem: http://uvalib.github.io/twostore/ --- A. Soroka The University of Virginia Library On Apr 18, 2013, at 11:42 AM, Gary Phillips wrote: > Hello, > > I've spent some time looking at akubra and the HashPathIdMapper

Re: [fcrepo-user] change existing repository from fesl to legacy

2013-04-19 Thread aj...@virginia.edu
jatoka. The Islandora documentation for this ( > https://wiki.duraspace.org/display/ISLANDORA6131/Chapter+11+-+Installing+Solution+Pack+Dependencies#Chapter11-InstallingSolutionPackDependencies-Djatoka > ) only has information for legacy authentication. > > On Thu, Apr 18, 2013 at 11:08

Re: [fcrepo-user] inverse predicates for RDF queries

2013-04-25 Thread aj...@virginia.edu
As Scott wisely indicates, you're perhaps asking a question about how your physical data model is going to support your work. Fedora will happily record almost any relationship you want, but different patterns of recordation are going incur varying costs for different patterns of use. I welcome

Re: [fcrepo-user] disseminator urls vs google scholar

2013-06-04 Thread aj...@virginia.edu
I think this may be a better question for Google Scholar support, but I notice listed in this page: http://www.google.com/intl/en/scholar/inclusion.html the requirement that 'the full text of your paper is in a PDF file that ends with ".pdf"'. That appears under instructions for "Individual Aut

Re: [fcrepo-user] Fedora 3.6.2 and Java 7?

2013-07-19 Thread aj...@virginia.edu
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I can't say I've tried myself, but I believe there are some incompatibilities in libraries supporting JMS messaging, and possibly elsewhere. The next version we release (3.7) _is_ JDK7 ready. It may be possible to remove the offending libraries manu

Re: [fcrepo-user] Does gsearch index content with solr?

2013-07-24 Thread aj...@virginia.edu
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I was one of the people who instigated Gert to add that functionality.The motivation is to be able to extract technical assertions about binary datastreams and use them in indexing. It's not extracting content from images, although it could extract

Re: [fcrepo-user] Does gsearch index content with solr?

2013-07-24 Thread aj...@virginia.edu
f there's something strange in the image file. > > Alternately, what's the source file and I'll have a look... > > Alistair > > -- > mov eax,1 > mov ebx,0 > int 80h > > > > > On 24/07/2013 13:42, "aj...@virginia.edu" wrote:

[fcrepo-user] Tomorrow's committers' meeting

2013-09-18 Thread aj...@virginia.edu
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 The weekly Fedora committers' call will occur tomorrow at 11AM EDT. Please find connection information at the link below, and feel free to suggest additional agenda topics. https://wiki.duraspace.org/display/FCREPO/2013-09-19+-+Fedora+Committer+Meet

Re: [fcrepo-user] Labels too long for doregistry.label

2013-10-21 Thread aj...@virginia.edu
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Just for some context, is there a particular reason that this piece of description must be loaded as object labels? Those are awfully long... might they perhaps be better persisted as metadata in datastreams? - --- A. Soroka The University of Virgin

[fcrepo-user] FCREPO-579: API-M REST vs SOAP difference for creating new objects

2010-11-29 Thread aj...@virginia.edu
As has been mooted on this list before, the REST API-M offers the ability to create a totally "blank" or empty (up to the required components) object by POSTing nothing to /fedora/objects/new. The SOAP API-M requires at least a skeleton object to parameterize the "ingest" method. I see a Jira i

Re: [fcrepo-user] FCREPO-579: API-M REST vs SOAP difference for creating new objects

2010-11-29 Thread aj...@virginia.edu
empty byte >stream > is received by "ingest", a template (empty) object should be created >(which > is effectively what the REST API does). > > ie push the behaviour currently implemented in the REST API to the SOAP >API. > If that's acceptable it should

[fcrepo-user] ECM Views in 3.4?

2010-11-30 Thread aj...@virginia.edu
We are interested in using the ECM Views functionality, and understand from the 3.4 release notes that ECM functionality has been incorporated into the core repository services. I am wondering how to go about addressing any views I create. The Sourceforge documentation for ECM at: http://source