Directory-based MetadataProvider

Kevin P. Foote kpfoote at iup.edu
Thu Oct 25 12:28:40 EDT 2012


On Thu, 25 Oct 2012, Yuji Shinozaki wrote:
-> Sorry, I am talking about on the IDP.   I confused the issue by calling it a "IDP MetadataProvider".   I really meant to say "SP MetadataProvider on the IDP".
-> 
-> In other words:
-> 
-> I have a bunch of SP Metadata in separate files.  What is the best way to automate loading them into the IDP?

The automation of this is your task.

I believe Scott answered your question. No the IdP does not have a
MetadataProvider of this type. 

Additionally he cited a script contained in an SP deploy which attempts
to do what you are requesting so you could then use the file based
MetadataProvider after running the script on your dir. 

Additional tools exist such as the metadata aggregator and more.. 

------
thanks
  kevin.foote

-> 
-> yuji
-> ---- 
-> 
-> 
-> On Oct 25, 2012, at 11:21 AM, "Cantor, Scott" <cantor.2 at osu.edu> wrote:
-> 
-> >> Is there a directory-based IDP MetadataProvider implementation?
-> > 
-> > No.
-> > 
-> >> The behavior I am looking for is a MetadataProvider which monitors and
-> >> reads a directory and reads any files there for Metadata xml.  I know I can
-> >> probably accomplish the same thing with a script which reads the directory
-> >> and concatenates the metadata into one file, but I want to see what the
-> >> alternatives are.
-> > 
-> > The best alternative to that is to simply generate the metadata directly into a single file, rather than the brittle approach of concatenating things that may end up contaminating the batch.
-> > 
-> > The metagen.sh script in the SP package is an example of one sort of script for this.
-> > 
-> > -- Scott
-> > 
-> > 


More information about the users mailing list