Re: [Dspace-tech] [Junk released by Allow List] Custom Metadata Question

2008-01-22 Thread Chad Hansen
Thank you. I had entered the metadata elements in the Metadata Registry, but I 
had changed them, and did not change the element names in the form accordingly.

Thanks.
---
Chad

From: [EMAIL PROTECTED] [EMAIL PROTECTED]
Sent: Friday, January 18, 2008 12:01 PM
To: Chad Hansen
Cc: dspace-tech@lists.sourceforge.net
Subject: Re: [Junk released by Allow List] [Dspace-tech] Custom Metadata 
Question

This might be a dumb question, but did you add the metadata elements
through the Metadata Registry? If so, are you using the correct schema
name and element in your input forms entries?

Shane Beers
Digital Repository Services Librarian
George Mason University
[EMAIL PROTECTED]
http://mars.gmu.edu
703-993-3742



On Jan 18, 2008, at 1:49 PM, Chad Hansen wrote:

 I have added some custom metadata fields for a collection I have
 through the dspace-admin section of my dspace site.
 I then wanted to have a custom submission form for that collection.
 So, editing the input-forms.xml file and restarting tomcat
 everything seemed to work.
 The custom form showed up and I started to fill it out. However,
 after clicking to go to the next step I get an Internal Server Error.
 My log files say this...

 2008-01-18 10:51:57,519 WARN  org.dspace.content.Item @ [EMAIL PROTECTED]
 :session_id
 =76D5376B8A0004E20F9FD0FA686A38BF:ip_addr=10.25.100.136:bad_dc:Bad
 DC field. SchemaID=2, element: creator qualifier: collector
 value: joe, smith
 2008-01-18 10:51:57,518 ERROR
 org.dspace.app.webui.servlet.SubmissionController @ Error loading
 step class'org.dspace.submit.step.DescribeStep':
 java.sql.SQLException: bad_dublin_core SchemaID=2, creator collector
at org.dspace.content.Item.update(Item.java:1500)
at org.dspace.content.WorkspaceItem.update(WorkspaceItem.java:
 490)
at
 org.dspace.submit.step.DescribeStep.doProcessing(DescribeStep.java:
 282)
at
 org
 .dspace
 .app.webui.submit.JSPStepManager.doStepEnd(JSPStepManager.java:424)
at
 org
 .dspace
 .app.webui.submit.JSPStepManager.processStep(JSPStepManager.java:281)
at
 org
 .dspace
 .app
 .webui.servlet.SubmissionController.doStep(SubmissionController.java:
 407)...
 .
 .
 .

 What I take from this is that my custom metadata fields are not
 dublin core fields.
 Am I able to have custom fields in a custom submit form?

 Thanks,
 Chad

 ---
 Chad G. Hansen

 -
 This SF.net email is sponsored by: Microsoft
 Defy all challenges. Microsoft(R) Visual Studio 2008.
 http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Reindexing after 1.5 upgrade

2008-01-22 Thread Chad Hansen
Thanks. That seemed to do it for me.
-
Chad

From: Graham Triggs [EMAIL PROTECTED]
Sent: Friday, January 18, 2008 1:21 PM
To: Chad Hansen
Cc: dspace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] Reindexing after 1.5 upgrade

Hi,

The problem is that a document has been written to your Lucene indexes
that hasn't got a handle.

You could update the DSIndexer to check if the handle is null first, but
with the other changes to how the indexes are populated in 1.5, you
would be best off simply recreating your index from scratch. To do so,
just run:

/dspace/bin/dsrun org.dspace.search.DSIndexer -b

G

Chad Hansen wrote:
 I have just upgraded to 1.5 (after checking out and building the source). I 
 also ran the 14-15 sql script on my existing database.
 The only visible problem I have run into is when I try to re-index. After 
 running /dspace/bin/index-all I get the following output:

 Creating browse index
 Creating search index
 Exception in thread main java.lang.IllegalArgumentException: Handle is null
 at 
 org.dspace.handle.HandleManager.findHandleInternal(HandleManager.java:376)
 at 
 org.dspace.handle.HandleManager.resolveToObject(HandleManager.java:224)
 at org.dspace.search.DSIndexer.cleanIndex(DSIndexer.java:635)
 at org.dspace.search.DSIndexer.main(DSIndexer.java:548)

 Thanks,
 Chad


 ---
 Chad G. Hansen


 -
 This SF.net email is sponsored by: Microsoft
 Defy all challenges. Microsoft(R) Visual Studio 2008.
 http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech





This e-mail is confidential and should not be used by anyone who is not the 
original intended recipient. BioMed Central Limited does not accept liability 
for any statements made which are clearly the sender's own and not expressly 
made on behalf of BioMed Central Limited. No contracts may be concluded on 
behalf of BioMed Central Limited by means of e-mail communication. BioMed 
Central Limited Registered in England and Wales with registered number 3680030 
Registered Office Middlesex House, 34-42 Cleveland Street, London W1T 4LB
This email has been scanned by Postini.
For more information please visit http://www.postini.com


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] finding a collections handle

2008-01-22 Thread Claudia Juergen
Hi Jeffrey,

the collection handle is displayed

a) on the edit screen of a collection in the headline
- log in as admin
- navigate to the collection
- click edit in the admin tools
You'll see the headline
Edit Collection prefix/number
e.g. Edit Collection 2003/21

b) as part of the URL
Navigate to a a collection and the URL will contain the handle in the form
[yourURL]/handle/prefix/number
e.g. https://eldorado.uni-dortmund.de/handle/2003/21
Prefix/number is the handle


hope that helps

Claudia

 Where is a collections handle on a web page?

 757-864-7114
 LARC/J.L.Shipman/jshipman
 [EMAIL PROTECTED]



 -
 This SF.net email is sponsored by: Microsoft
 Defy all challenges. Microsoft(R) Visual Studio 2008.
 http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech




-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] finding a collections handle

2008-01-22 Thread LARC/J.L.Shipman/jshipman

Where is a collections handle on a web page?

757-864-7114
LARC/J.L.Shipman/jshipman
[EMAIL PROTECTED]



-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] URI

2008-01-22 Thread Dorothea Salo
On Jan 22, 2008 11:14 AM, Eduardo de Paula Neves [EMAIL PROTECTED] wrote:

 I have one old application that export full data to import to Dspace (no
 incremental).
 So I need to to destroy then rebuild a collection every day.

Interesting use-case. DSpace wasn't designed for changing data...

 What can I do
 to make that the document keeps the URI every time I destroy and rebuild. Is
 that possible?

... but it can be beaten into submission, at least in this case.

What I think you'd want to do is import the collection daily using the
ItemImporter's --replace function. You'll have to track which items
got which handles, and make sure the mapfile and the item folders do
the right thing. Once you have it set up, though, it should be a
fairly straightforward and automatable process.

I recommend exporting the collection from DSpace (I assume it's in
there already?) so that you can see what individual item folders
should look like. You don't have to reimport that collection dump;
it's purely for your information.

Dorothea

-- 
Dorothea Salo[EMAIL PROTECTED]
Digital Repository Librarian  AIM: mindsatuw
University of Wisconsin
Rm 218, Memorial Library
(608) 262-5493

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] DSpace-tech Digest, Vol 21, Issue 54

2008-01-22 Thread rcastro


Estimado(a) señor(a): [EMAIL PROTECTED]

   En estos momentos me encuentro fuera de la oficina y no estaré
disponible para responderle hasta el 04 de febrero de 2008. 

   De antemano, muchas gracias

Rodrigo Castro


Dear customer: [EMAIL PROTECTED]

   At the moment I am outside the office, I will not be able to answer you
until February 04th, 2008. 

   Thank you.


 Rodrigo Castro







-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Rebuild failed

2008-01-22 Thread Christian Voelker
Hello,

Am 22.01.2008 um 20:38 schrieb pavan krishnamurthy:

 I am trying to recompile dspace . When i do ant clean it says Build
 Failed . Can anyone please point out the error i am encountering

 [EMAIL PROTECTED] dspace-1.4.2-source]$ ant clean
 Buildfile: build.xml

 BUILD FAILED
 /usr/local/src/dspace/dspace-1.4.2-source/build.xml:88: No supported
 regular expression matcher found

 Total time: 0 seconds

 I am using Fedora 6 , dspace 1.4.2.

ant is build in a very modular fashion. You dont see that
if you download it from the apache site, but we have had
a similar thing before with somebody running DSpace on
Debian. There, the package management splits up ant into
two packages ant and ant-optional. I bet Fedora does
something similar. So, you should go to your favorite
package manager, may it be rpm, yum or whatever and search
for packages containing ant and installing the add-ons if
there are any. If I am right with my guess, it would be
fine if you could update the wiki with your findings.

Bye, Christian


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] DSpace-tech Digest, Vol 21, Issue 55

2008-01-22 Thread rcastro


Estimado(a) señor(a): [EMAIL PROTECTED]

   En estos momentos me encuentro fuera de la oficina y no estaré
disponible para responderle hasta el 04 de febrero de 2008. 

   De antemano, muchas gracias

Rodrigo Castro


Dear customer: [EMAIL PROTECTED]

   At the moment I am outside the office, I will not be able to answer you
until February 04th, 2008. 

   Thank you.


 Rodrigo Castro







-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] DSpace-tech Digest, Vol 21, Issue 55

2008-01-22 Thread Shane Beers

Hey guys, only two more weeks of this!

Shane Beers
Digital Repository Services Librarian
George Mason University
[EMAIL PROTECTED]
http://mars.gmu.edu
703-993-3742



On Jan 22, 2008, at 3:22 PM, [EMAIL PROTECTED] wrote:


Estimado(a) señor(a): [EMAIL PROTECTED]

En estos momentos me encuentro fuera de la oficina y no estaré  
disponible para responderle hasta el 04 de febrero de 2008.


De antemano, muchas gracias
Rodrigo Castro


Dear customer: [EMAIL PROTECTED]

At the moment I am outside the office, I will not be able to answer  
you until February 04th, 2008.

Thank you.
Rodrigo Castro

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Setting authorization to add bitstreams

2008-01-22 Thread Jennifer . Whalan
I have a better understanding of what you were talking about now. We have items
that have an old photo, which we want to delete, and a new photo, which we want
to upload.

One staff member, can upload the new photo, as long as they don't delete the old
photo first. If they delete the old photo, they UI says that they need ADD and
WRITE permissions for this bundle.

From what I can tell, the user has all the permissions for the bundle with the
old photo, but as soon as that photo is deleted, so is the bundle, and so are
their permissions. But they still have all the permissions for the item itself.
And the permissions don't seem to cascade down.

So, I have a few questions:

1. Does anyone know any particular way to fix/work around this?

2. Could this be considered a bug?

3. We're on 1.4.2. For anyone using 1.5, does the same thing happen?


Thanks
Jennifer
Territory Stories Administrator
Northern Territory Library






We just had a similar problem to this, and I found that by using the wildcard
authorisation tool, if I set WRITE, ADD, and REMOVE permissions on both the
items and bitstreams for the particular collection, that the user was able to
add bitstreams. Perhaps if you don't care about the user deleting bitstreams,
you don't need to worry about the REMOVE permissions though.


Jennifer

Territory Stories Administrator
Northern Territory Library





We have a DSpace 1.4.2 setup with a custom Web interface. There is a group of
users who have permission to Add and Write in a collection. They are able to add
new records with metadata, but they cannot add new bitstreams. When they try to
add bitstreams, they get an error message saying Authorization denied for
action ADD on ITEM:50 by user 9.

Members of the Administrators group can add both metadata and bitstreams, so
that action is possible.

In looking at the Authorization settings for a collection, I see
DEFAULT_BITSTREAM_READ, but I do not see options for bitstream Add or Write.

Any suggestions?

Thanks,
Bob

Robert A. Feldman
Kristine Fallon Associates, Inc.
30 East Adams Street, Suite 1040
Chicago, IL 60603
312-641-9339 (Voice)
312-641-9337 (Fax)
[EMAIL PROTECTED]

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech



-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech



-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] How to get the connection to DSpace(how to build the DSpace request in Application)

2008-01-22 Thread Feng Wang
Thans for your Support. It is very useful
I have a question still. Can u give me a example for OAI,like search all the 
Papers about a person who named John, Smith. how whould the request in OAI look 
like? You know, i just wanna know, thanks

Regards!
Feng


 Original-Nachricht 
 Datum: Mon, 21 Jan 2008 09:33:39 -
 Von: Robin Taylor [EMAIL PROTECTED]
 An: \'Feng Wang\' [EMAIL PROTECTED]
 Betreff: RE: [Dspace-tech] How to get the connection to DSpace(how to build 
 the DSpace request in Application)

 There are two APIs for Dspace that I know of - OIA and SRW. This site may
 help  https://mams.melcoe.mq.edu.au/zope/mams/pubs/Installation/oai_srw
 
 Cheers, Robin.
  
 
 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of Feng Wang
 Sent: 20 January 2008 23:29
 To: dspace-tech@lists.sourceforge.net
 Subject: [Dspace-tech] How to get the connection to DSpace(how to build
 the
 DSpace request in Application)
 
 Hi everyone,
 
 Does someone know how I can take the communication between the DSpace DL
 and
 Application?
 
 I want to know, how can I write the application to get the connection to
 DSpace? Like use the OAI-PHM or something else? How can I build the
 URL-Request in my Application to DSpace? I mean, the Syntax of the
 Request?
 
 E.g. I want to search a paper about the Bill Gates with Microsoft
 something
 in DSpace Server. How can I write the URL of the HTTP GET in my
 Application
 about the author”Bill Gates” and the title “Microsoft”.
 Regards
 Feng
 
  
 
 
 
 --
 Der GMX SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen! 
 Ideal für Modem und ISDN: http://www.gmx.net/de/go/smartsurfer
 
 -
 This SF.net email is sponsored by: Microsoft Defy all challenges.
 Microsoft(R) Visual Studio 2008.
 http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech

-- 
Der GMX SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen! 
Ideal für Modem und ISDN: http://www.gmx.net/de/go/smartsurfer

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] How can build a Application to manage the DSpace Repository remote??

2008-01-22 Thread Feng Wang
Hi everyone,
I am writing the master thesis about the DLs. My supervisor asks me to write a 
program that can get the connect remote to the DSpace Server.  It’s just one of 
the functions.
 
Mainly the GUI should have two functions 
  
1.It can play as one normal user/reader  that search and get the Docs remote, 
just like a browser

2.Or it can also work as admin, that manager the collection remote ,like ingest 
or delete the Docs or Object in DSpace Server and DB by the command from the my 
GUI Application.

I know the first Requirement is possible. Maybe use the OAI-PHM in DSpace(pls, 
I need some advices too)! 

But the second one, I do not know, how can I implement it. Does someone tell 
me, whether it is possible! And How? 

Please help me, because it is very important to me, thanks!
Regards 
Feng

-- 
GMX FreeMail: 1 GB Postfach, 5 E-Mail-Adressen, 10 Free SMS.
Alle Infos und kostenlose Anmeldung: http://www.gmx.net/de/go/freemail

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech