Re: [Dspace-tech] showing login/password page when we cilick on newly submitted item

2010-08-03 Thread Claudia Jürgen
Hello Indu, as you deleted the group Anonyous all the policies associated with it were deleted. Guess you forgot to restore the DEFAULT_ITEM_READ, DEFAULT_BITSTREAM_READ for collections, thus newly ingested items will not derive the rights from these settings. Hope that helps Claudia Jürgen

Re: [Dspace-tech] showing login/password page when we cilick on newly submitted item

2010-08-03 Thread इन्‍दु भूषण Indu Bhushan
Dear Rajshekhar I am submitting item to existing collection. I did not created new collection and publicly readable policy box is checked. With Regards Indu Bhushan 2010/8/3 Rajshekhar Pandey rajshek...@webinito.com Hello Are you submitting item to newly created collection? if yes,

Re: [Dspace-tech] DSpace 1.6.2 Release to fix key issues in 1.6.1

2010-08-03 Thread Clive Gould
Hi I have just successfully upgraded DSpace from 1.5.2 to 1.6.2 on our test server, going via DSpace 1.6.0 as an interim step :) I am in the process of upgrading our production server and wonder if I can skip the 1.6.0 stage and go straight from 1.5.2 to 1.6.2? I have blogged the proposed

Re: [Dspace-tech] [Dspace-devel] DSpace GSoC 'testing' project

2010-08-03 Thread Pere Villega
Hi, I agree with Stuart, maybe it's good to disable the test by default in the initial integration, and once there is good coverage for several classes we enable them again? Right now there may be changes to the code, structure that it's used by the tests, etc... so maybe it's not good to

Re: [Dspace-tech] [Dspace-devel] DSpace GSoC 'testing' project

2010-08-03 Thread Simon Brown
I have a couple of thoughts on this: If local customisations cause previously-passing unit tests to fail, those customisations have pretty much by definition broken the app. That being the case, should the user then blithely install the broken version of the app anyway? Alternatively, if

Re: [Dspace-tech] [Dspace-devel] DSpace GSoC 'testing' project

2010-08-03 Thread Simon Brown
Also, I apologise to Stuart for choosing the wrong spelling of his name. There's probably a moral in there somewhere. :) -- Simon Brown st...@cam.ac.uk - Cambridge University Computing Service +44 1223 3 34714 - New Museums Site, Pembroke Street, Cambridge CB2 3QH

[Dspace-tech] Browse by newe field

2010-08-03 Thread Webshet, Sisay (ILRI)
Hello Guys, I just installed a local dspace instance (1.5.2) on window xp. How ever to add a new field to browse items what files should be customized Based on some Claudia's comment I changed both dspace.cfg the section ## Browse Configuration ## Messages.properties at key

Re: [Dspace-tech] [Dspace-devel] DSpace GSoC 'testing' project

2010-08-03 Thread Andrew Woods
On a separate yet related note, one of the issues that has clearly emerged from this discussion is that within the DSpace context the Maven build framework is being leveraged for two differing uses: development installation. On the development side there are strong arguments for having tests

[Dspace-tech] Search in Dspace-1.6.2

2010-08-03 Thread Lewatle Phaladi
Hi All I have upgraded our production repository from 1.5.2 to 1.6.1, my only concern is a search function sometimes when I typed a key word expecting certain results I just get nothing, is there any way I can improve my DSpace search feature. Regards, Lewatle htmlpfont face = verdana

Re: [Dspace-tech] DSpace 1.6.2 Release to fix key issues in 1.6.1

2010-08-03 Thread Andrea Bollini
Hi Clive, if you have tried a procedure on your test server and it works you should really reply it without changes in production ;-) Anyway, I think that there is not issue to go directly from 1.5.2 to 1.6.2 if all the sql upgrade are processed as in your blog post. I have only notice that

Re: [Dspace-tech] hi

2010-08-03 Thread Tim Donohue
Francis, If you are doing a restore from a database backup, the sequence id should not change. This sequence id is stored in the database itself (in the bitstream table) -- so, when you restore the database that sequence number should be restored. It's worth noting that if you upload a new

Re: [Dspace-tech] [Dspace-devel] DSpace GSoC 'testing' project

2010-08-03 Thread Mark H. Wood
On Tue, Aug 03, 2010 at 01:57:41PM +1200, Stuart Lewis wrote: However, I think we need to be careful in drawing a distinction between the ideal / correct answer, and the position that we are currently in. The DSpace codebase has code that is over 8 years old, and this is our first foray

Re: [Dspace-tech] [Dspace-devel] DSpace GSoC 'testing' project

2010-08-03 Thread Tim Donohue
Hi Andrew, Good point. The only reason this separation of profiles hasn't happened yet is that no one has expressed a need for it or thought to implement it. Obviously, we've now discovered the need throughout these unit testing discussions. It does seem like a relatively easy way to better

Re: [Dspace-tech] DSpace 1.5.2 - Package DSpace i18n

2010-08-03 Thread Marcelo Henrique Gomes
Mark, The property /workspace_dspace/dspace-1.5.2/dspace-xmlui/dspace-xmlui-webapp/src/main/webapp/i18n/messages_pt_BR.xml is fine. The property /workspace_dspace/dspace-1.5.2/dspace-xmlui/dspace-xmlui-webapp/target/dspace-xmlui-webapp-1.5.2/i18n/messages_pt_BR.xml is fine too. But the property

Re: [Dspace-tech] hi

2010-08-03 Thread Tim Donohue
Francis, The number you are looking at is the *handle* of the item, and not the sequence ID. However, the handle should not change during a database restore. In this example, the handle is 10673/4 -- the first number 10673 identifies the repository uniquely. The second number 4 identifies

[Dspace-tech] Error deleting collection

2010-08-03 Thread Bill Jordan
When I try to delete a collection in the 1.6.2 XMLUI interface, I get a referential integrity violation. Here's the stack trace: Caused by: org.postgresql.util.PSQLException: ERROR: unnamed referential integrity violation - key in collection still referenced from community2collection

Re: [Dspace-tech] Error deleting collection

2010-08-03 Thread Claudia Jürgen
Hello Bill, while updating to 1.6 did you get some errors like that: psql:database_schema_15-16.sql:105: ERROR: constraint community2collection_collection_id_fkey of relation community2collection does not exist ALTER TABLE psql:database_schema_15-16.sql:108: ERROR: constraint

[Dspace-tech] Updating Item Handler

2010-08-03 Thread bryce ray
I've run into a small problem when updating the handler in my dspace configuration. Previously the handler was set to: handle.prefix = 123456789 I updated the handler to somehthing like: handle.prefix = 6578 After this I ran ant and ensured it was copied to the directory properly. I then ran

[Dspace-tech] Cas Authentication

2010-08-03 Thread Keith Jones
Has anyone succesfully tied in CAS authentication method with their DSpace instance? I'm trying to get this working for DSpace 1.6.2 within the XMLUI. Thanks -- The Palm PDK Hot Apps Program offers developers who

Re: [Dspace-tech] Updating Item Handler

2010-08-03 Thread Sands Alden Fish
Which version of DSpace? And what is the specific indication that it is still using the old prefix? I am assuming you've restarted your DSpace instance. -- sands fish Software Engineer MIT Libraries Technology Research Development sa...@mit.edumailto:sa...@mit.edu E25-131 On Aug 3, 2010,

[Dspace-tech] Stability of the Admin Functions for the XMLUI?

2010-08-03 Thread Patrick Etienne
DSpace Techies / Devs - I have (what I hope might be) a quick question concerning the level of completion for the administrative functions for the XMLUI interface. My understanding is that there were still some significant options missing from the administration side of the xmlui during the 1.5.2

Re: [Dspace-tech] Metadata appearing twice

2010-08-03 Thread Koushik Banerjee
Hello Allen, Thanks a lot for the guide. Here is what further investigation has unearthed - 1 This duplicate metadata issue doesn't occur with new submissions. For this installation, the DB was copied from an earlier version. It is only with these old items that the duplicate metadata entries show

[Dspace-tech] mvn build 1.5.2 missing xmlui war

2010-08-03 Thread Marvin Weaver
I'm still trying to get 1.5.2 to run on solaris and oracle. When I built the non-source release, an artifact was missing from the repository. Below are the directory contents where the file should have been found. for artifact: org.dspace.modules:xmlui:war:1.5.2 from the specified remote

[Dspace-tech] dc10: The Java Packaging Nightmare

2010-08-03 Thread Hilton Gibson
http://penta.debconf.org/dc10_schedule/events/577.en.html Some more info about packaging DSpace for Debian/Ubuntu. Seems like Torsten Werner is the person to contact. Cheers hg -- Hilton Gibson Systems Administrator JS Gericke Library Room 1025D Stellenbosch University Private Bag X5036

Re: [Dspace-tech] DSpace 1.5.2 - Package DSpace i18n

2010-08-03 Thread Marcelo Henrique Gomes
Why the Maven always do download the DSpace? Is it occurs because my pom.xml contains SNAPSHOT? When I run Maven is it required to set the profile? Thanks Marcelo On Tue, Aug 3, 2010 at 11:32 AM, Marcelo Henrique Gomes marceli...@gmail.com wrote: Mark, The property

[Dspace-tech] mvn build 1.5.2 missing xmlui war solved!

2010-08-03 Thread Marvin Weaver
It was my mistake. The error had actually been the wrong version of ojdbc14. I was using 10.2.0.4.0 and installing it as that with -Dversion=10.2.0.4.0, but the non-source version of dspace REQUIRES version 10.2.0.2.0. of ojdbc14. I got a successful build with a frightening number of

[Dspace-tech] Position: Digital Repository Librarian at NCSU

2010-08-03 Thread Steven Morris
Apologies for cross postings The NCSU Libraries invites applications and nominations for the position of Digital Repository Librarian. The Digital Repository Librarian explores, adapts, and implements emerging digital repository technologies and provides leadership for projects that

Re: [Dspace-tech] Metadata appearing twice

2010-08-03 Thread Koushik Banerjee
Probably this sql command will do the job - delete from metadatavalue where metadata_value_id not in (select min(metadata_value_id) from metadatavalue T2 where T2.item_id=metadatavalue.item_id AND T2.metadata_field_id=metadatavalue.metadata_field_id AND T2.text_value=metadatavalue.text_value);

Re: [Dspace-tech] hi

2010-08-03 Thread فرانسيس Franci$
Hi Tim i do the backup in this fashion first i take the dump /usr/local/pgsql/bin/pg_dump dspace dspace.sql i airchive the assetstore directory on the new machine i first resotre the dump by using this commnad /usr/local/psql/bin/psql -f dspace.sql dspace -h ipaddress as mention on this webiste