[Dspace-tech] How the batch metadata edit is safe from creating data inconsistency

2015-06-18 Thread Maatari
Hi, I wonder how is handled batch metadata edit in dspace, such that to avoid data inconsistency. More specifically, Let say that i have an item that is archived. but still in the review workflow. Let say someone is reviewing the metadata of an item, while a batch edit is being done by

[Dspace-tech] How to tear down a service register as a pring bean: Is spring bean destroy-method it supported ?

2015-06-09 Thread Maatari
a system.shutdown. I saw the DSpaceContextListener as a potential point where to programmatically do it (if there is a better listener please let me know), but i wonder if it is not already well manage with bean lifecycle. Best, Maatari I'm using dspace 1.8.2 -- View this message

[Dspace-tech] What is the proper way to create a dspace context object.

2015-05-29 Thread Maatari
Hi, I would like to somewhat submist an item programatically. What would be the steps for it ? In the simplest scenario, i would like to create a context object and then add an item and then commit it. However i am not sure how the context object should be created. New context object would

[Dspace-tech] Integration Tests in dspace

2015-05-28 Thread Maatari
Hi, Does anyone an example of integration test ? In particular how would you do to programmatically submit an item and and see how your consumer react to it, or more generally ensure that a service handle it properly. Best, Maatari -- View this message in context: http://dspace

Re: [Dspace-tech] How does the ElasticSearch Dspace integration is set up ?

2015-05-28 Thread Maatari
Peter, Thank you for the insightful response. Very helpful. -- View this message in context: http://dspace.2283337.n4.nabble.com/How-does-the-ElasticSearch-Dspace-integration-is-set-up-tp4678065p4678104.html Sent from the DSpace - Tech mailing list archive at Nabble.com.

Re: [Dspace-tech] How does the ElasticSearch Dspace integration is set up ?

2015-05-28 Thread Maatari
Thank you for your reply Tim, The thing is i am interested in providing an add on functionality to my cutomized dspace that would use it. This is in dspace 1.8.2. Hence i was interested in the way you would have done it in the subsequent version of dspace. So far it seems to me that you

[Dspace-tech] How to instantiate Dspace Kernel to run integration test of your custom services?

2015-05-27 Thread Maatari
I have try the following code as available in the documentation Dspace Service I am using Dspace 1.8.2 public class Main { public static void main( String[] args) { /* Instantiate the Utility Class */ DSpace dspace = new DSpace(); /* Access get the Service Manager by

[Dspace-tech] How does the ElasticSearch Dspace integration is set up ?

2015-05-27 Thread Maatari
Hi, would anyone be able to briefly explain how is ElasticSearch integrated with Dspace? I red in a forum somewhere that the integration followed 2 approaches 1 - *As part of the Dspace deployment in tomcat.* This is what the author of the post refers to as: *the Dspace-elasticSearch

[Dspace-tech] Aspect chains

2015-05-15 Thread Maatari
Hi, Reading the documentation i'm a bit confused as to where exactly are aspect chains. in the documentation: https://wiki.duraspace.org/display/DSDOC18/XMLUI+Configuration+and+Customization#XMLUIConfigurationandCustomization-AdditionalXMLUILearningResources IT is not clear how the order of

[Dspace-tech] Aspect chains

2015-05-15 Thread Maatari
Hi, Reading the documentation i'm a bit confused as to where exactly are aspect chains. in the documentation: https://wiki.duraspace.org/display/DSDOC18/XMLUI+Configuration+and+Customization#XMLUIConfigurationandCustomization-AdditionalXMLUILearningResources IT is not clear how the order of

Re: [Dspace-tech] Is it possible to use Dspace 1.8.x with Solr 4 ?

2015-05-11 Thread Maatari
Thanks -- View this message in context: http://dspace.2283337.n4.nabble.com/Is-it-possible-to-use-Dspace-1-8-x-with-Solr-4-tp4677787p4677806.html Sent from the DSpace - Tech mailing list archive at Nabble.com. -- One