Menu

HIEOS Repository

Help
WittigM
2012-06-19
2013-05-20
  • WittigM

    WittigM - 2012-06-19

    Hi there…..

    i have done the following test 11966   (xtest -run -err -t 11966)

    it does the following…..

    Verify that the XDS.b Document Repository can accept a single document via the Provide and Register Document Set-b transaction and forward the updated metadata to the Public Registry.
    ->
    Testing Document Repository Actor
    Submit a Submission Set containing a single Document using the Provide and Register Document Set-b transaction to your Repository. Your Repository forwards the metadata on to the Public Registry via the Register Document Set-b transaction.

    Test done fine.

    My Question is… Where can i find the Repository on my local maschine? or… where can i define where the submitted File should saved.

    Regards Marco

     
  • WittigM

    WittigM - 2012-06-20

    I have found a location in the repository-database (it seems that the document is saved there under the attribute "bytes")

    My Question from above is…. is there an ability to modify some config files, so that the transmitted file is saved on the local filesystem (e.g. a folder named "repository") like @ iheOS project from NIST ???

    I guess not…. or?

    Regards Marco

     
  • Bernie Thuman

    Bernie Thuman - 2012-06-30

    You can create your own implementation if you want this behavior.  Implement (subclass) the "pluggable" abstract class … com.vangent.hieos.services.xds.repository.storage.XDSRepositoryStorage and then set the "RepoStorageClassImpl"  configuration item in "xconfig.xml" to your File-system-based class implementation.

     

Log in to post a comment.