Hi Rohan Why do you want to do this?
I believe you might encounter some problems doing this. The 256 char limit is, if I remember correctly, enforced by the xml schema for the foxml objects. This can be readily changed, however, so that is not a problem. But I believe the label is stored in the backing database, and the table schema specify that the label field is 256 chars. The label is also stored in the Resource Index, which might also enforce a 256 char limit for Literals. Would it be a problem to store the label in a datastream instead? You could put it in one of the fields in the DC datastream, which will make it appear in the Resource Index. Or you could perhaps make a Literal relation in RELS-EXT? Regards Asger On Tue, 2009-03-24 at 21:58 +0100, Sehgal, Rohan wrote: > Hello, > > I am using fedora-2.2.1. > > I would like to create "label" for a fedora object such that the > length of the label is greater than 256 characters. By default, the > system fedora client does not allow me to do this. > > Will some please suggest any means of getting around this? > > thanks, > rohan ------------------------------------------------------------------------------ This SF.net email is sponsored by: High Quality Requirements in a Collaborative Environment. Download a free trial of Rational Requirements Composer Now! http://p.sf.net/sfu/www-ibm-com _______________________________________________ Fedora-commons-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fedora-commons-developers
