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
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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
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
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.