[Dspace-tech] Internal Error submiting item

2009-02-18 Thread Miguel A. Robledo

Hi,

I installed Dspace 1.5.0 then I created a test Community and Collection.
Then I intented submit an item but when i finish the first step and
clicked on Next button I received the next message  Internal System
Error: The system has experienced an internal error. Please try to do
what you were doing again, and if the problem persists, please contact
us so we can fix the problem.

Anybody know the reason?

I attach the log file.

Thanks.
2009-02-18 09:38:37,297 INFO  org.dspace.authenticate.PasswordAuthentication @ 
marobl...@santafe.gov.ar:session_id=03268998976C2942A22D712D3DED3051:ip_addr=127.0.0.1:authenticate:type=PasswordAuthentication
  
2009-02-18 09:38:37,309 INFO  org.dspace.app.webui.servlet.PasswordServlet @ 
marobl...@santafe.gov.ar:session_id=03268998976C2942A22D712D3DED3051:ip_addr=127.0.0.1:login:type=explicit
 
2009-02-18 09:38:39,404 INFO  org.dspace.app.webui.servlet.CommunityListServlet 
@ 
marobl...@santafe.gov.ar:session_id=03268998976C2942A22D712D3DED3051:ip_addr=127.0.0.1:view_community_list:
   
2009-02-18 09:38:40,700 INFO  org.dspace.app.webui.servlet.DSpaceServlet @ 
marobl...@santafe.gov.ar:session_id=03268998976C2942A22D712D3DED3051:ip_addr=127.0.0.1:view_collection:collection_id=4
   
2009-02-18 09:38:40,700 INFO  org.dspace.browse.BrowseEngine @ 
marobl...@santafe.gov.ar:session_id=03268998976C2942A22D712D3DED3051:ip_addr=127.0.0.1:browse_mini:
  
2009-02-18 09:38:42,221 INFO  org.dspace.content.Item @ 
marobl...@santafe.gov.ar:session_id=03268998976C2942A22D712D3DED3051:ip_addr=127.0.0.1:update_item:item_id=14
   
2009-02-18 09:38:42,222 INFO  org.dspace.content.Item @ 
marobl...@santafe.gov.ar:session_id=03268998976C2942A22D712D3DED3051:ip_addr=127.0.0.1:create_item:item_id=14
   
2009-02-18 09:38:42,240 INFO  org.dspace.content.Item @ 
marobl...@santafe.gov.ar:session_id=03268998976C2942A22D712D3DED3051:ip_addr=127.0.0.1:update_item:item_id=14
   
2009-02-18 09:38:42,242 INFO  org.dspace.content.WorkspaceItem @ 
marobl...@santafe.gov.ar:session_id=03268998976C2942A22D712D3DED3051:ip_addr=127.0.0.1:create_workspace_item:workspace_item_id=13item_id=14collection_id=4
 
2009-02-18 09:38:42,244 INFO  org.dspace.content.WorkspaceItem @ 
marobl...@santafe.gov.ar:session_id=03268998976C2942A22D712D3DED3051:ip_addr=127.0.0.1:update_workspace_item:workspace_item_id=13
  
2009-02-18 09:38:42,244 INFO  org.dspace.content.Item @ 
marobl...@santafe.gov.ar:session_id=03268998976C2942A22D712D3DED3051:ip_addr=127.0.0.1:update_item:item_id=14
   
2009-02-18 09:38:46,718 INFO  org.dspace.content.WorkspaceItem @ 
marobl...@santafe.gov.ar:session_id=03268998976C2942A22D712D3DED3051:ip_addr=127.0.0.1:update_workspace_item:workspace_item_id=13
  
2009-02-18 09:38:46,719 INFO  org.dspace.content.Item @ 
marobl...@santafe.gov.ar:session_id=03268998976C2942A22D712D3DED3051:ip_addr=127.0.0.1:update_item:item_id=14
   
2009-02-18 09:38:46,720 INFO  org.dspace.content.WorkspaceItem @ 
marobl...@santafe.gov.ar:session_id=03268998976C2942A22D712D3DED3051:ip_addr=127.0.0.1:update_workspace_item:workspace_item_id=13
  
2009-02-18 09:38:46,721 INFO  org.dspace.content.Item @ 
marobl...@santafe.gov.ar:session_id=03268998976C2942A22D712D3DED3051:ip_addr=127.0.0.1:update_item:item_id=14
   
2009-02-18 09:38:46,754 ERROR org.dspace.app.webui.servlet.SubmissionController 
@ Error loading step class'org.dspace.submit.step.DescribeStep':

org.apache.jasper.JasperException: /submit/edit-metadata.jsp(990,31) Attribute 
value  LocaleSupport.getLocalizedMessage(pageContext, help.index) + 
#describe2 is quoted with  which must be escaped when used within the value 
at 
org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHandler.java:40)
   
at 
org.apache.jasper.compiler.ErrorDispatcher.dispatch(ErrorDispatcher.java:407)   
   
at 
org.apache.jasper.compiler.ErrorDispatcher.jspError(ErrorDispatcher.java:198)   
   
at org.apache.jasper.compiler.Parser.parseQuoted(Parser.java:301)   
  
at 
org.apache.jasper.compiler.Parser.parseAttributeValue(Parser.java:250)  
   
at 

Re: [Dspace-tech] [Dspace-general] Internal Error submiting item

2009-02-18 Thread Claudia Jürgen
Hi Miguel,

this is due to missing escape quotations in some jsp's. The bug has been 
fixed meanwhile:

It occurs in:
[dspace-source]/dspace-jspui/dspace-jspui-webapp/src/main/webapp
/help/format.jsp
/submit/edit-metadata.jsp
/submit/review.jsp
/submit/show-uploaded-file.jsp
/upload-file-list.jsp

You can either get the corrected jsp's from 1.5.x
or insert the missing escape quotations, e.g.:
[dspace-source]/dspace-jspui/dspace-jspui-webapp/src/main/webapp/submit/ 
edit-metadata.jsp

dspace:popup page=%= LocaleSupport.getLocalizedMessage(pageContext, 
help.index) + #describe2%

just espcape the quotations

dspace:popup page=%= LocaleSupport.getLocalizedMessage(pageContext, 
\help.index\) + \#describe2\%fmt:message 
key=jsp.submit.edit-metadata.help/


Hope that helps

Claudia Jürgen






Miguel A. Robledo schrieb:
 Hi,
 
 I installed Dspace 1.5.0 then I created a test Community and Collection.
 Then I intented submit an item but when i finish the first step and
 clicked on Next button I received the next message  Internal System
 Error: The system has experienced an internal error. Please try to do
 what you were doing again, and if the problem persists, please contact
 us so we can fix the problem.
 
 Anybody know the reason?
 
 I attach the log file.
 
 Thanks.
 
 
 
 
 ___
 Dspace-general mailing list
 dspace-gene...@mit.edu
 http://mailman.mit.edu/mailman/listinfo/dspace-general

--
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Customizing fields in Advanced Search in dspace 1.4.2

2009-02-18 Thread Vitor Martins
Hi Sue,
thanks for help, but in my case i only want to change the label identifier 
for the label year, not change the configuration.
Make changes in dspace.cfg seems to be only to modify the instances.
It appears:
search.index.1 = author:dc.contributor.*
search.index.2 = author:dc.creator.*
search.index.3 = title:dc.title.*
search.index.4 = keyword:dc.subject.*
search.index.5 = abstract:dc.description.abstract
search.index.6 = author:dc.description.statementofresponsibility
search.index.7 = series:dc.relation.ispartofseries
search.index.8 = abstract:dc.description.tableofcontents
search.index.9 = mime:dc.format.mimetype
search.index.10 = sponsor:dc.description.sponsorship
search.index.11 = identifier:dc.identifier.*
search.index.12 = language:dc.language.iso

In my case i want to modify the label in the message.properties file.
Change the: 
jsp.search.advanced.type.id = Identificador 
for the
jsp.search.advanced.type.id = Ano

Thanks again!!
  - Original Message - 
  From: Thornton, Susan M. (LARC-B702)[NCI INFORMATION SYSTEMS] 
  To: Vitor Martins 
  Cc: dspace tech 
  Sent: Tuesday, February 17, 2009 4:04 PM
  Subject: RE: [Dspace-tech] Customizing fields in Advanced Search in dspace 
1.4.2


  If you are adding a new search field or modifying an existing one, you'll 
also have to modify the search.index. field(s) in dspace.cfg, and you'll have 
to make the corresponding changes in Advanced.jsp.



  Sue



  Sue Walker-Thornton

  ConITS Contract
  NASA Langley Research Center
  Integrated Library Systems Application  Database Administrator

  130 Research Drive

  Hampton, VA  23666

  Office: (757) 224-4074
  Fax:(757) 224-4001
  Pager: (757) 988-2547 
  Email:  susan.m.thorn...@nasa.gov








--

  From: Vitor Martins [mailto:vmart...@icict.fiocruz.br] 
  Sent: Tuesday, February 17, 2009 12:20 PM
  To: dspace-tech@lists.sourceforge.net
  Subject: [Dspace-tech] Customizing fields in Advanced Search in dspace 1.4.2



  Hi fellows,



  i customized the file Message.properties to change the label of the fields in 
advanced search form. 

  But after compiling all the system, the change didn´t take any effect. Do i 
have to make changes in other files?



  Thanks for help!



--



  No virus found in this incoming message.
  Checked by AVG - www.avg.com 
  Version: 8.0.237 / Virus Database: 270.10.25/1958 - Release Date: 02/18/09 
08:57:00
--
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Anonymous user deleted

2009-02-18 Thread Vitor Martins
How can i recover the user anonymous? Only via database?

  - Original Message - 
  From: Vitor Martins 
  To: dspace-tech@lists.sourceforge.net 
  Sent: Tuesday, February 17, 2009 1:10 PM
  Subject: Anonymous user deleted


  Hi, fellows.
  
   I use Dspace 1.4.2 in a Debian Linux.
  
   Accidentally I deleted the e-person Anonymous and also click to erase
   some advanced politics of items and after restart the politics some
   users that could view some items don´t view anymore.
   Do you know the file that is responsible for the e-persons or the
   politics, i have backup of these files and i can restart the system
   before the changes.
   Please help me.

  How can i use the cron command in debian?
--
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Customizing fields in Advanced Search in dspace 1.4.2

2009-02-18 Thread Claudia Jürgen
Hi Vitor,

if you change a label in the advanced search e.g. identifier to year. 
This will not change the search you are doing when hence selecting year. 
The search will still be performed in the identifier index.

Hope that helps

Claudia Jürgen



Vitor Martins schrieb:
 Hi Sue,
 thanks for help, but in my case i only want to change the label identifier 
 for the label year, not change the configuration.
 Make changes in dspace.cfg seems to be only to modify the instances.
 It appears:
 search.index.1 = author:dc.contributor.*
 search.index.2 = author:dc.creator.*
 search.index.3 = title:dc.title.*
 search.index.4 = keyword:dc.subject.*
 search.index.5 = abstract:dc.description.abstract
 search.index.6 = author:dc.description.statementofresponsibility
 search.index.7 = series:dc.relation.ispartofseries
 search.index.8 = abstract:dc.description.tableofcontents
 search.index.9 = mime:dc.format.mimetype
 search.index.10 = sponsor:dc.description.sponsorship
 search.index.11 = identifier:dc.identifier.*
 search.index.12 = language:dc.language.iso
 
 In my case i want to modify the label in the message.properties file.
 Change the: 
 jsp.search.advanced.type.id = Identificador 
 for the
 jsp.search.advanced.type.id = Ano
 
 Thanks again!!
   - Original Message - 
   From: Thornton, Susan M. (LARC-B702)[NCI INFORMATION SYSTEMS] 
   To: Vitor Martins 
   Cc: dspace tech 
   Sent: Tuesday, February 17, 2009 4:04 PM
   Subject: RE: [Dspace-tech] Customizing fields in Advanced Search in dspace 
 1.4.2
 
 
   If you are adding a new search field or modifying an existing one, you'll 
 also have to modify the search.index. field(s) in dspace.cfg, and you'll 
 have to make the corresponding changes in Advanced.jsp.
 
 
 
   Sue
 
 
 
   Sue Walker-Thornton
 
   ConITS Contract
   NASA Langley Research Center
   Integrated Library Systems Application  Database Administrator
 
   130 Research Drive
 
   Hampton, VA  23666
 
   Office: (757) 224-4074
   Fax:(757) 224-4001
   Pager: (757) 988-2547 
   Email:  susan.m.thorn...@nasa.gov
 
 
 
 
 
 
 
 
 --
 
   From: Vitor Martins [mailto:vmart...@icict.fiocruz.br] 
   Sent: Tuesday, February 17, 2009 12:20 PM
   To: dspace-tech@lists.sourceforge.net
   Subject: [Dspace-tech] Customizing fields in Advanced Search in dspace 1.4.2
 
 
 
   Hi fellows,
 
 
 
   i customized the file Message.properties to change the label of the fields 
 in advanced search form. 
 
   But after compiling all the system, the change didn´t take any effect. Do i 
 have to make changes in other files?
 
 
 
   Thanks for help!
 
 
 
 --
 
 
 
   No virus found in this incoming message.
   Checked by AVG - www.avg.com 
   Version: 8.0.237 / Virus Database: 270.10.25/1958 - Release Date: 02/18/09 
 08:57:00
 
 
 
 
 --
 Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
 -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
 -Strategies to boost innovation and cut costs with open source participation
 -Receive a $600 discount off the registration fee with the source code: SFAD
 http://p.sf.net/sfu/XcvMzF8H
 
 
 
 
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech

--
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Anonymous user deleted

2009-02-18 Thread Claudia Jürgen
Hi Vitor,

there is no eperson anonymous, but a group.

If you delete a group or eperson the associated authorization policies 
are deleted, too. You can recreate the group anonymous, but this will 
not recreate the resource policies etc.

In your case having deleted the group Anonymous and tampered with 
advanced authorizations, you got to use a backup of your database prior 
to these changes.

Hope that helps

Claudia Jürgen


Vitor Martins schrieb:
 How can i recover the user anonymous? Only via database?
 
   - Original Message - 
   From: Vitor Martins 
   To: dspace-tech@lists.sourceforge.net 
   Sent: Tuesday, February 17, 2009 1:10 PM
   Subject: Anonymous user deleted
 
 
   Hi, fellows.
   
I use Dspace 1.4.2 in a Debian Linux.
   
Accidentally I deleted the e-person Anonymous and also click to erase
some advanced politics of items and after restart the politics some
users that could view some items don´t view anymore.
Do you know the file that is responsible for the e-persons or the
politics, i have backup of these files and i can restart the system
before the changes.
Please help me.
 
   How can i use the cron command in debian?
 
 
 
 
 --
 Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
 -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
 -Strategies to boost innovation and cut costs with open source participation
 -Receive a $600 discount off the registration fee with the source code: SFAD
 http://p.sf.net/sfu/XcvMzF8H
 
 
 
 
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech

--
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Anonymous user deleted

2009-02-18 Thread Vitor Martins
Claudia ,

you´re fantastic thanks again.
The group Anonymous is responsible to show to anybody in internet the files 
in the repository, right?
I have some users (e-person) that after the exclusion of the anonymous group 
don´t see the contents of a title in a collection that they had access in 
the past.
I have studied all the permissions and levels (communities, collections and 
items, advanced politics of items also) but the users can´t see the old 
items that were submitted before the exclusion.

I think the people responsible for the database didn´t recover the version 
correctly.
Do you know the steps to do this recover?
I think i´m disturbing you so much, my apologies.

Thanks a lot!
Vitor


- Original Message - 
From: Claudia Jürgen claudia.juer...@ub.uni-dortmund.de
To: Vitor Martins vmart...@icict.fiocruz.br
Cc: dspace-tech@lists.sourceforge.net
Sent: Wednesday, February 18, 2009 10:33 AM
Subject: Re: [Dspace-tech] Anonymous user deleted


Hi Vitor,

there is no eperson anonymous, but a group.

If you delete a group or eperson the associated authorization policies
are deleted, too. You can recreate the group anonymous, but this will
not recreate the resource policies etc.

In your case having deleted the group Anonymous and tampered with
advanced authorizations, you got to use a backup of your database prior
to these changes.

Hope that helps

Claudia Jürgen


Vitor Martins schrieb:
 How can i recover the user anonymous? Only via database?

   - Original Message - 
   From: Vitor Martins
   To: dspace-tech@lists.sourceforge.net
   Sent: Tuesday, February 17, 2009 1:10 PM
   Subject: Anonymous user deleted


   Hi, fellows.
   
I use Dspace 1.4.2 in a Debian Linux.
   
Accidentally I deleted the e-person Anonymous and also click to erase
some advanced politics of items and after restart the politics some
users that could view some items don´t view anymore.
Do you know the file that is responsible for the e-persons or the
politics, i have backup of these files and i can restart the system
before the changes.
Please help me.

   How can i use the cron command in debian?


 

 --
 Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, 
 CA
 -OSBC tackles the biggest issue in open source: Open Sourcing the 
 Enterprise
 -Strategies to boost innovation and cut costs with open source 
 participation
 -Receive a $600 discount off the registration fee with the source code: 
 SFAD
 http://p.sf.net/sfu/XcvMzF8H


 

 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech






No virus found in this incoming message.
Checked by AVG - www.avg.com
Version: 8.0.237 / Virus Database: 270.10.25/1958 - Release Date: 02/18/09 
08:57:00


--
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Anonymous user deleted

2009-02-18 Thread Claudia Jürgen
Hi Vitor,

this largely depends on the database, if you're using postgres, see
http://www.postgresql.org/docs/8.3/interactive/app-pgrestore.html

Hope that helps

Claudia Jürgen


Vitor Martins schrieb:
 Claudia ,
 
 you´re fantastic thanks again.
 The group Anonymous is responsible to show to anybody in internet the 
 files in the repository, right?
 I have some users (e-person) that after the exclusion of the anonymous 
 group don´t see the contents of a title in a collection that they had 
 access in the past.
 I have studied all the permissions and levels (communities, collections 
 and items, advanced politics of items also) but the users can´t see the 
 old items that were submitted before the exclusion.
 
 I think the people responsible for the database didn´t recover the 
 version correctly.
 Do you know the steps to do this recover?
 I think i´m disturbing you so much, my apologies.
 
 Thanks a lot!
 Vitor
 
 
 - Original Message - From: Claudia Jürgen 
 claudia.juer...@ub.uni-dortmund.de
 To: Vitor Martins vmart...@icict.fiocruz.br
 Cc: dspace-tech@lists.sourceforge.net
 Sent: Wednesday, February 18, 2009 10:33 AM
 Subject: Re: [Dspace-tech] Anonymous user deleted
 
 
 Hi Vitor,
 
 there is no eperson anonymous, but a group.
 
 If you delete a group or eperson the associated authorization policies
 are deleted, too. You can recreate the group anonymous, but this will
 not recreate the resource policies etc.
 
 In your case having deleted the group Anonymous and tampered with
 advanced authorizations, you got to use a backup of your database prior
 to these changes.
 
 Hope that helps
 
 Claudia Jürgen
 
 
 Vitor Martins schrieb:
 How can i recover the user anonymous? Only via database?

   - Original Message -   From: Vitor Martins
   To: dspace-tech@lists.sourceforge.net
   Sent: Tuesday, February 17, 2009 1:10 PM
   Subject: Anonymous user deleted


   Hi, fellows.
   
I use Dspace 1.4.2 in a Debian Linux.
   
Accidentally I deleted the e-person Anonymous and also click to 
 erase
some advanced politics of items and after restart the politics some
users that could view some items don´t view anymore.
Do you know the file that is responsible for the e-persons or the
politics, i have backup of these files and i can restart the system
before the changes.
Please help me.

   How can i use the cron command in debian?


 

 --
  

 Open Source Business Conference (OSBC), March 24-25, 2009, San 
 Francisco, CA
 -OSBC tackles the biggest issue in open source: Open Sourcing the 
 Enterprise
 -Strategies to boost innovation and cut costs with open source 
 participation
 -Receive a $600 discount off the registration fee with the source 
 code: SFAD
 http://p.sf.net/sfu/XcvMzF8H


 

 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech
 
 
 
  
 
 
 
 
 No virus found in this incoming message.
 Checked by AVG - www.avg.com
 Version: 8.0.237 / Virus Database: 270.10.25/1958 - Release Date: 
 02/18/09 08:57:00
 

--
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Customizing fields in Advanced Search in dspace 1.4.2

2009-02-18 Thread Claudia Jürgen
Hi,

in DSpace 1.4.2 after changing something in:
[dspace-source]/config/language-packs/Messages.properties you got to 
rebuild, see
https://eldorado.uni-dortmund.de/bitstream/2003/23572/11/customizationDSpace.pdf
for details.

Hope that helps

Claudia Jürgen


Vitor Martins schrieb:
 Hi Claudia, thanks again,
 I don´t want to change the contents of the search.
 I only want to change the label that appears in the advanced form  :-)
 The changes must be made in the Message.properties file, right?
 But it´s not take any effect.
 
 Eg: in the advanced form we have identifier. I only want to change 
 this word identifier for the word Year or date for example.
 
 Thanks a lot my friend!
 
 - Original Message - From: Claudia Jürgen 
 claudia.juer...@ub.uni-dortmund.de
 To: Vitor Martins vmart...@icict.fiocruz.br
 Cc: Thornton, Susan M. (LARC-B702)[NCI INFORMATION SYSTEMS] 
 susan.m.thorn...@nasa.gov; dspace tech 
 dspace-tech@lists.sourceforge.net
 Sent: Wednesday, February 18, 2009 10:28 AM
 Subject: Re: [Dspace-tech] Customizing fields in Advanced Search in 
 dspace 1.4.2
 
 
 Hi Vitor,
 
 if you change a label in the advanced search e.g. identifier to year.
 This will not change the search you are doing when hence selecting year.
 The search will still be performed in the identifier index.
 
 Hope that helps
 
 Claudia Jürgen
 
 
 
 Vitor Martins schrieb:
 Hi Sue,
 thanks for help, but in my case i only want to change the label 
 identifier for the label year, not change the configuration.
 Make changes in dspace.cfg seems to be only to modify the instances.
 It appears:
 search.index.1 = author:dc.contributor.*
 search.index.2 = author:dc.creator.*
 search.index.3 = title:dc.title.*
 search.index.4 = keyword:dc.subject.*
 search.index.5 = abstract:dc.description.abstract
 search.index.6 = author:dc.description.statementofresponsibility
 search.index.7 = series:dc.relation.ispartofseries
 search.index.8 = abstract:dc.description.tableofcontents
 search.index.9 = mime:dc.format.mimetype
 search.index.10 = sponsor:dc.description.sponsorship
 search.index.11 = identifier:dc.identifier.*
 search.index.12 = language:dc.language.iso

 In my case i want to modify the label in the message.properties file.
 Change the:
 jsp.search.advanced.type.id = Identificador
 for the
 jsp.search.advanced.type.id = Ano

 Thanks again!!
   - Original Message -   From: Thornton, Susan M. 
 (LARC-B702)[NCI INFORMATION SYSTEMS]
   To: Vitor Martins
   Cc: dspace tech
   Sent: Tuesday, February 17, 2009 4:04 PM
   Subject: RE: [Dspace-tech] Customizing fields in Advanced Search in 
 dspace 1.4.2


   If you are adding a new search field or modifying an existing one, 
 you'll also have to modify the search.index. field(s) in dspace.cfg, 
 and you'll have to make the corresponding changes in Advanced.jsp.



   Sue



   Sue Walker-Thornton

   ConITS Contract
   NASA Langley Research Center
   Integrated Library Systems Application  Database Administrator

   130 Research Drive

   Hampton, VA  23666

   Office: (757) 224-4074
   Fax:(757) 224-4001
   Pager: (757) 988-2547
   Email:  susan.m.thorn...@nasa.gov








 --
  


   From: Vitor Martins [mailto:vmart...@icict.fiocruz.br]
   Sent: Tuesday, February 17, 2009 12:20 PM
   To: dspace-tech@lists.sourceforge.net
   Subject: [Dspace-tech] Customizing fields in Advanced Search in 
 dspace 1.4.2



   Hi fellows,



   i customized the file Message.properties to change the label of the 
 fields in advanced search form.

   But after compiling all the system, the change didn´t take any 
 effect. Do i have to make changes in other files?



   Thanks for help!



 --
  




   No virus found in this incoming message.
   Checked by AVG - www.avg.com
   Version: 8.0.237 / Virus Database: 270.10.25/1958 - Release Date: 
 02/18/09 08:57:00


 

 --
  

 Open Source Business Conference (OSBC), March 24-25, 2009, San 
 Francisco, CA
 -OSBC tackles the biggest issue in open source: Open Sourcing the 
 Enterprise
 -Strategies to boost innovation and cut costs with open source 
 participation
 -Receive a $600 discount off the registration fee with the source 
 code: SFAD
 http://p.sf.net/sfu/XcvMzF8H


 

 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech
 
 
 
  
 
 
 
 
 No virus found in this incoming message.
 Checked by AVG - www.avg.com
 Version: 8.0.237 / Virus Database: 270.10.25/1958 - Release Date: 
 

Re: [Dspace-tech] Customizing fields in Advanced Search in dspace 1.4.2

2009-02-18 Thread Vitor Martins
Claudia i think i know the solution:

I change the messages.properties that is in the path: 
[dspace-source]/config/Messages.properties
not the : [dspace-source]/config/language-packs/Messages.properties
That´s the problem.

You´re the best. thanks again!

- Original Message - 
From: Claudia Jürgen claudia.juer...@ub.uni-dortmund.de
To: Vitor Martins vmart...@icict.fiocruz.br
Cc: Thornton, Susan M. (LARC-B702)[NCI INFORMATION SYSTEMS] 
susan.m.thorn...@nasa.gov; dspace tech 
dspace-tech@lists.sourceforge.net
Sent: Wednesday, February 18, 2009 11:04 AM
Subject: Re: [Dspace-tech] Customizing fields in Advanced Search in dspace 
1.4.2


Hi,

in DSpace 1.4.2 after changing something in:
[dspace-source]/config/language-packs/Messages.properties you got to
rebuild, see
https://eldorado.uni-dortmund.de/bitstream/2003/23572/11/customizationDSpace.pdf
for details.

Hope that helps

Claudia Jürgen


Vitor Martins schrieb:
 Hi Claudia, thanks again,
 I don´t want to change the contents of the search.
 I only want to change the label that appears in the advanced form  :-)
 The changes must be made in the Message.properties file, right?
 But it´s not take any effect.

 Eg: in the advanced form we have identifier. I only want to change
 this word identifier for the word Year or date for example.

 Thanks a lot my friend!

 - Original Message - From: Claudia Jürgen
 claudia.juer...@ub.uni-dortmund.de
 To: Vitor Martins vmart...@icict.fiocruz.br
 Cc: Thornton, Susan M. (LARC-B702)[NCI INFORMATION SYSTEMS]
 susan.m.thorn...@nasa.gov; dspace tech
 dspace-tech@lists.sourceforge.net
 Sent: Wednesday, February 18, 2009 10:28 AM
 Subject: Re: [Dspace-tech] Customizing fields in Advanced Search in
 dspace 1.4.2


 Hi Vitor,

 if you change a label in the advanced search e.g. identifier to year.
 This will not change the search you are doing when hence selecting year.
 The search will still be performed in the identifier index.

 Hope that helps

 Claudia Jürgen



 Vitor Martins schrieb:
 Hi Sue,
 thanks for help, but in my case i only want to change the label
 identifier for the label year, not change the configuration.
 Make changes in dspace.cfg seems to be only to modify the instances.
 It appears:
 search.index.1 = author:dc.contributor.*
 search.index.2 = author:dc.creator.*
 search.index.3 = title:dc.title.*
 search.index.4 = keyword:dc.subject.*
 search.index.5 = abstract:dc.description.abstract
 search.index.6 = author:dc.description.statementofresponsibility
 search.index.7 = series:dc.relation.ispartofseries
 search.index.8 = abstract:dc.description.tableofcontents
 search.index.9 = mime:dc.format.mimetype
 search.index.10 = sponsor:dc.description.sponsorship
 search.index.11 = identifier:dc.identifier.*
 search.index.12 = language:dc.language.iso

 In my case i want to modify the label in the message.properties file.
 Change the:
 jsp.search.advanced.type.id = Identificador
 for the
 jsp.search.advanced.type.id = Ano

 Thanks again!!
   - Original Message -   From: Thornton, Susan M.
 (LARC-B702)[NCI INFORMATION SYSTEMS]
   To: Vitor Martins
   Cc: dspace tech
   Sent: Tuesday, February 17, 2009 4:04 PM
   Subject: RE: [Dspace-tech] Customizing fields in Advanced Search in
 dspace 1.4.2


   If you are adding a new search field or modifying an existing one,
 you'll also have to modify the search.index. field(s) in dspace.cfg,
 and you'll have to make the corresponding changes in Advanced.jsp.



   Sue



   Sue Walker-Thornton

   ConITS Contract
   NASA Langley Research Center
   Integrated Library Systems Application  Database Administrator

   130 Research Drive

   Hampton, VA  23666

   Office: (757) 224-4074
   Fax:(757) 224-4001
   Pager: (757) 988-2547
   Email:  susan.m.thorn...@nasa.gov








 --


   From: Vitor Martins [mailto:vmart...@icict.fiocruz.br]
   Sent: Tuesday, February 17, 2009 12:20 PM
   To: dspace-tech@lists.sourceforge.net
   Subject: [Dspace-tech] Customizing fields in Advanced Search in
 dspace 1.4.2



   Hi fellows,



   i customized the file Message.properties to change the label of the
 fields in advanced search form.

   But after compiling all the system, the change didn´t take any
 effect. Do i have to make changes in other files?



   Thanks for help!



 --




   No virus found in this incoming message.
   Checked by AVG - www.avg.com
   Version: 8.0.237 / Virus Database: 270.10.25/1958 - Release Date:
 02/18/09 08:57:00


 

 --

 Open Source Business Conference (OSBC), March 24-25, 2009, San
 Francisco, CA
 -OSBC tackles the biggest issue in open source: Open Sourcing the
 Enterprise
 -Strategies to boost innovation and cut costs with open source
 

Re: [Dspace-tech] Customizing fields in Advanced Search in dspace 1.4.2

2009-02-18 Thread Vitor Martins
ClaUDIA
the following error always appears when i try to compile the system:

# An unexpected error has been detected by HotSpot Virtual Machine:
#
#  SIGSEGV (0xb) at pc=0xb7c3f210, pid=5087, tid=2874485680
#
# Java VM: Java HotSpot(TM) Client VM (Blackdown-1.4.2-03 mixed mode)
# Problematic frame:
# V  [libjvm.so+0xc5210]
#
# An error report file with more information is saved as hs_err_pid5087.log
#
# If you would like to submit a bug report, please visit:
#   http://www.blackdown.org/cgi-bin/jdk

What´s this means?
Thanks!

- Original Message - 
From: Claudia Jürgen claudia.juer...@ub.uni-dortmund.de
To: Vitor Martins vmart...@icict.fiocruz.br
Cc: Thornton, Susan M. (LARC-B702)[NCI INFORMATION SYSTEMS] 
susan.m.thorn...@nasa.gov; dspace tech 
dspace-tech@lists.sourceforge.net
Sent: Wednesday, February 18, 2009 11:04 AM
Subject: Re: [Dspace-tech] Customizing fields in Advanced Search in dspace 
1.4.2


Hi,

in DSpace 1.4.2 after changing something in:
[dspace-source]/config/language-packs/Messages.properties you got to
rebuild, see
https://eldorado.uni-dortmund.de/bitstream/2003/23572/11/customizationDSpace.pdf
for details.

Hope that helps

Claudia Jürgen


Vitor Martins schrieb:
 Hi Claudia, thanks again,
 I don´t want to change the contents of the search.
 I only want to change the label that appears in the advanced form  :-)
 The changes must be made in the Message.properties file, right?
 But it´s not take any effect.

 Eg: in the advanced form we have identifier. I only want to change
 this word identifier for the word Year or date for example.

 Thanks a lot my friend!

 - Original Message - From: Claudia Jürgen
 claudia.juer...@ub.uni-dortmund.de
 To: Vitor Martins vmart...@icict.fiocruz.br
 Cc: Thornton, Susan M. (LARC-B702)[NCI INFORMATION SYSTEMS]
 susan.m.thorn...@nasa.gov; dspace tech
 dspace-tech@lists.sourceforge.net
 Sent: Wednesday, February 18, 2009 10:28 AM
 Subject: Re: [Dspace-tech] Customizing fields in Advanced Search in
 dspace 1.4.2


 Hi Vitor,

 if you change a label in the advanced search e.g. identifier to year.
 This will not change the search you are doing when hence selecting year.
 The search will still be performed in the identifier index.

 Hope that helps

 Claudia Jürgen



 Vitor Martins schrieb:
 Hi Sue,
 thanks for help, but in my case i only want to change the label
 identifier for the label year, not change the configuration.
 Make changes in dspace.cfg seems to be only to modify the instances.
 It appears:
 search.index.1 = author:dc.contributor.*
 search.index.2 = author:dc.creator.*
 search.index.3 = title:dc.title.*
 search.index.4 = keyword:dc.subject.*
 search.index.5 = abstract:dc.description.abstract
 search.index.6 = author:dc.description.statementofresponsibility
 search.index.7 = series:dc.relation.ispartofseries
 search.index.8 = abstract:dc.description.tableofcontents
 search.index.9 = mime:dc.format.mimetype
 search.index.10 = sponsor:dc.description.sponsorship
 search.index.11 = identifier:dc.identifier.*
 search.index.12 = language:dc.language.iso

 In my case i want to modify the label in the message.properties file.
 Change the:
 jsp.search.advanced.type.id = Identificador
 for the
 jsp.search.advanced.type.id = Ano

 Thanks again!!
   - Original Message -   From: Thornton, Susan M.
 (LARC-B702)[NCI INFORMATION SYSTEMS]
   To: Vitor Martins
   Cc: dspace tech
   Sent: Tuesday, February 17, 2009 4:04 PM
   Subject: RE: [Dspace-tech] Customizing fields in Advanced Search in
 dspace 1.4.2


   If you are adding a new search field or modifying an existing one,
 you'll also have to modify the search.index. field(s) in dspace.cfg,
 and you'll have to make the corresponding changes in Advanced.jsp.



   Sue



   Sue Walker-Thornton

   ConITS Contract
   NASA Langley Research Center
   Integrated Library Systems Application  Database Administrator

   130 Research Drive

   Hampton, VA  23666

   Office: (757) 224-4074
   Fax:(757) 224-4001
   Pager: (757) 988-2547
   Email:  susan.m.thorn...@nasa.gov








 --


   From: Vitor Martins [mailto:vmart...@icict.fiocruz.br]
   Sent: Tuesday, February 17, 2009 12:20 PM
   To: dspace-tech@lists.sourceforge.net
   Subject: [Dspace-tech] Customizing fields in Advanced Search in
 dspace 1.4.2



   Hi fellows,



   i customized the file Message.properties to change the label of the
 fields in advanced search form.

   But after compiling all the system, the change didn´t take any
 effect. Do i have to make changes in other files?



   Thanks for help!



 --




   No virus found in this incoming message.
   Checked by AVG - www.avg.com
   Version: 8.0.237 / Virus Database: 270.10.25/1958 - Release Date:
 02/18/09 08:57:00


 

 

Re: [Dspace-tech] How to shift Dspace one system to another system

2009-02-18 Thread thandu venkat narayana
Respected all,
 
I am using Dspace 1.4.2 on windows-xp, I want to shift my dspace to another 
latest configuration system with windows-xp.
 
How can I transfer, Please help to me.
 
Regards
Venkat


  Add more friends to your messenger and enjoy! Go to 
http://messenger.yahoo.com/invite/--
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Anonymous user deleted

2009-02-18 Thread Vitor Martins
Claudia,

the backup of the database it´s only for 6 days before.
So we didn´t have the version before the changes.
How can i give permission to anyone access the files without the anonymous 
group?

Thanks a lot!

- Original Message - 
From: Vitor Martins vmart...@icict.fiocruz.br
To: Claudia Jürgen claudia.juer...@ub.uni-dortmund.de
Cc: dspace-tech@lists.sourceforge.net
Sent: Wednesday, February 18, 2009 10:48 AM
Subject: Re: [Dspace-tech] Anonymous user deleted


 Claudia ,

 you´re fantastic thanks again.
 The group Anonymous is responsible to show to anybody in internet the 
 files in the repository, right?
 I have some users (e-person) that after the exclusion of the anonymous 
 group don´t see the contents of a title in a collection that they had 
 access in the past.
 I have studied all the permissions and levels (communities, collections 
 and items, advanced politics of items also) but the users can´t see the 
 old items that were submitted before the exclusion.

 I think the people responsible for the database didn´t recover the version 
 correctly.
 Do you know the steps to do this recover?
 I think i´m disturbing you so much, my apologies.

 Thanks a lot!
 Vitor


 - Original Message - 
 From: Claudia Jürgen claudia.juer...@ub.uni-dortmund.de
 To: Vitor Martins vmart...@icict.fiocruz.br
 Cc: dspace-tech@lists.sourceforge.net
 Sent: Wednesday, February 18, 2009 10:33 AM
 Subject: Re: [Dspace-tech] Anonymous user deleted


 Hi Vitor,

 there is no eperson anonymous, but a group.

 If you delete a group or eperson the associated authorization policies
 are deleted, too. You can recreate the group anonymous, but this will
 not recreate the resource policies etc.

 In your case having deleted the group Anonymous and tampered with
 advanced authorizations, you got to use a backup of your database prior
 to these changes.

 Hope that helps

 Claudia Jürgen


 Vitor Martins schrieb:
 How can i recover the user anonymous? Only via database?

   - Original Message - 
   From: Vitor Martins
   To: dspace-tech@lists.sourceforge.net
   Sent: Tuesday, February 17, 2009 1:10 PM
   Subject: Anonymous user deleted


   Hi, fellows.
   
I use Dspace 1.4.2 in a Debian Linux.
   
Accidentally I deleted the e-person Anonymous and also click to 
 erase
some advanced politics of items and after restart the politics some
users that could view some items don´t view anymore.
Do you know the file that is responsible for the e-persons or the
politics, i have backup of these files and i can restart the system
before the changes.
Please help me.

   How can i use the cron command in debian?


 

 --
 Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, 
 CA
 -OSBC tackles the biggest issue in open source: Open Sourcing the 
 Enterprise
 -Strategies to boost innovation and cut costs with open source 
 participation
 -Receive a $600 discount off the registration fee with the source code: 
 SFAD
 http://p.sf.net/sfu/XcvMzF8H


 

 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech


 



 No virus found in this incoming message.
 Checked by AVG - www.avg.com
 Version: 8.0.237 / Virus Database: 270.10.25/1958 - Release Date: 02/18/09 
 08:57:00
 


--
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] How to shift Dspace one system to another system

2009-02-18 Thread Mr Havercamp
Export the records from DSpace 1.4.2 using the batch tool export, copy 
over the exported records to your new installation and use the import 
batch tool to import the records into the latest DSpace version. Check 
out the [dspace-install]/bin/ directory for the appropriate import and 
export batch tools.

Hope this helps


Hayden

thandu venkat narayana wrote:
 Respected all,
  
 I am using Dspace 1.4.2 on windows-xp, I want to shift my dspace to 
 another latest configuration system with windows-xp.
  
 How can I transfer, Please help to me.
  
 Regards
 Venkat


 
 Add more friends to your messenger and enjoy! Invite them now. 
 http://in.rd.yahoo..com/tagline_messenger_6/*http://messenger.yahoo.com/invite/
  

 

 --
 Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
 -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
 -Strategies to boost innovation and cut costs with open source participation
 -Receive a $600 discount off the registration fee with the source code: SFAD
 http://p.sf.net/sfu/XcvMzF8H
 

 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech
   


--
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] How to shift Dspace one system to another system

2009-02-18 Thread Diggory Mark
Well, if the directory structure and database are exactly the same. I  
would

1.) Shut down the old DSpace
2.) Copy its directories over to the new machine
3.) Export the Postgres Database on the old machine
4.) restore the Postgres Export on the new machine
5.) Test that the service functions properly for administration and  
submission
6.) Restart the new service.

This would be extensively faster than exporting all the contents and  
importing them on the new machine.

Mark

On Feb 18, 2009, at 4:33 PM, Mr Havercamp wrote:

 Export the records from DSpace 1.4.2 using the batch tool export, copy
 over the exported records to your new installation and use the import
 batch tool to import the records into the latest DSpace version. Check
 out the [dspace-install]/bin/ directory for the appropriate import and
 export batch tools.

 Hope this helps


 Hayden

 thandu venkat narayana wrote:
 Respected all,

 I am using Dspace 1.4.2 on windows-xp, I want to shift my dspace to
 another latest configuration system with windows-xp.

 How can I transfer, Please help to me.

 Regards
 Venkat


 
 Add more friends to your messenger and enjoy! Invite them now.
 http://in.rd.yahoo..com/tagline_messenger_6/*http://messenger.yahoo.com/invite/
  
 

 

 --
 Open Source Business Conference (OSBC), March 24-25, 2009, San  
 Francisco, CA
 -OSBC tackles the biggest issue in open source: Open Sourcing the  
 Enterprise
 -Strategies to boost innovation and cut costs with open source  
 participation
 -Receive a $600 discount off the registration fee with the source  
 code: SFAD
 http://p.sf.net/sfu/XcvMzF8H
 

 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech



 --
 Open Source Business Conference (OSBC), March 24-25, 2009, San  
 Francisco, CA
 -OSBC tackles the biggest issue in open source: Open Sourcing the  
 Enterprise
 -Strategies to boost innovation and cut costs with open source  
 participation
 -Receive a $600 discount off the registration fee with the source  
 code: SFAD
 http://p.sf.net/sfu/XcvMzF8H
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech

~
Mark R. Diggory
http://purl.org/net/mdiggory/homepage




--
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] adding static pages to a DSpace site using xmlui

2009-02-18 Thread Dorothea Salo
On Thu, Feb 12, 2009 at 10:25 PM, Pottinger, Hardy J.
pottinge...@umsystem.edu wrote:
 Hi, thanks Mark and Van, mvn and ant move these new files just fine
 (they are where you suggested, Mark). My issue is that the modification
 to template.xml suggested by the wiki...

 http://wiki.dspace.org/index.php/Manakin_theme_tutorial#Adding_static_pa
 ges

 ...does not appear to work. I did try to feed xsl:copy-of select the
 full path (/themes/[your-theme]/pages/add.xml), as I thought maybe that
 was what you were suggesting, but I'm still seeing a Page not found
 error in the title of the page, and a blank body (i.e. all the other

Okay, your problem is that you can't xsl:copy-of an external
document. You have to do a document() call. What will probably work is
some variation on

xsl:apply-templates select=document(http://path-to-your-doc.html)/

I'm not sure off the top of my head whether you should be using the
http: or cocoon: scheme, or whether the path should be absolute or
relative (though absolute *should* work), but play around a bit and
see if this doesn't fix it.

Dorothea

-- 
Dorothea Salods...@library.wisc.edu
Digital Repository Librarian  AIM: mindsatuw
University of Wisconsin
Rm 218, Memorial Library
(608) 262-5493

--
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Installing LNI in DSpace 1.5.1

2009-02-18 Thread Luis Galárraga
Dear Larry and Mark:

Thanks for your response. I will follow your instructions and let all of you
know the result. Furthermore, my aim is to implement a kind of integration
between DSpace and J!Research (http://joomla-research.com). That is why it
is important for me interact with DSpace via SOAP or WebDAV. Thanks a lot.

Regards,
Luis

2009/2/18 Larry Stone l...@mit.edu

 The LNI is already included in the 1.5.1 release as a maven package.
 There is very scant mention of it in the documentation, nothing about
 how to install it and access the webapp.

 It's probably already installed on your server.  Is there a webapp
 named dspace-lni next to dspace-jspui and the others?  If not, I
 can't help, you'll need a maven expert to figure it out.

 The wiki page is out of date and incomplete -- it was badly mangled in the
 translation from the old wiki.  I recommend you read my preserved copy
 of the original doc:

 http://web.mit.edu/lcs/www/lni

 Just ignore the install instructions; those are for 1.4.  Also search
 the DSpace wiki for the simple LNI client.

 When you get it working, please consider updating the wiki page to
 prevent others from being mislead.

-- Larry


  I have successfully installed DSpace 1.5.1 in an Ubuntu 8.10 machine but
 no=
  w
  want to use LNI to integrate a PHP application with a DSpace repository
 via
  SOAP. I read instructions in
 
 http://wiki.dspace.org/index.php/LightweightNetworkInterface/DownloadsAndCl=
  ients#Install_Serverbut
  I could neither find nor deduce a way to install LNI server component
  in
  my DSpace. Could anybody provide some guidance to do this?
 
  The page says it can be installed as a plugin, but I cannot find a
  relationship between that statement and the code referred there (
 
 http://dspace.svn.sourceforge.net/svnroot/dspace/branches/dspace-1_5_x/dspa=
  ce-lni/).
  I did a checkout of that folder and run mvn package which generated a
 targe=
  t
  folder in earch directory (core, client and webapp). By reading
 instruction=
  s
  for 1.4 (even though it is stated the installation is quite different) I
  tried to deploy the  war generated in dspace-lni-webapp/target folder but
 n=
  o
  success when trying to start the application.
 
  Any clue about the right way of installing LNI in DSpace 1.5.x is really
  appreciate. Thanks in advance.
 
  Best regards,
  Luis Gal=E1rraga



--
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] adding static pages to a DSpace site using xmlui

2009-02-18 Thread Pottinger, Hardy J.
Hi, Dorothea, thanks for your response! Here's the code suggested by the
wiki, in full:

   !-- Overriding the main body template --
   xsl:template match=dri:body
   div id=ds-body
   !-- Check for the custom pages --
   xsl:choose
   xsl:when
test=/dri:document/dri:meta/dri:pageMeta/dri:metada...@element='request
']...@qualifier='URI']='about'
   div
   h1About us/h1
   pLorem Ipsum dolor si amet/p
   /div
   /xsl:when
   xsl:when
test=/dri:document/dri:meta/dri:pageMeta/dri:metada...@element='request
']...@qualifier='URI']='faq'
   xsl:copy-of select=document('faq.xml') /
   /xsl:when
   !-- Otherwise use default handling of body --
   xsl:otherwise
   xsl:apply-templates /
   /xsl:otherwise
   /xsl:choose
   /div
   /xsl:template

I have confirmed that embedding the content within the template.xml (the
'about us' sample above) works, though I'll have to duplicate the logic
elsewhere in the template in order to change the title. The 
xsl:copy-of select=document('faq.xml') / code does not work for me,
in any permutation of path to the document, and with multiple copies of
faq.xml sprinkled liberally around the code tree :-)

At your suggestion, I have tried substituting xsl:apply-templates / in
place of xsl:copy-of /, again with multiple permutations of path. This
also does not appear to work.

The more I think about it, this whole business of shoehorning static
code at this level seems wrong. I am going to see if I can spelunk my
way through figuring out the cocoon-based method. Ideally, what's
required here is an aspect which would accommodate displaying any number
of static DRI files.

I have a promising lead here:

http://www.mail-archive.com/dspace-tech@lists.sourceforge.net/msg04894.h
tml

as well as a number of posts on your wonderful blog. I'll let the list
know if I get anywhere.

I'll also renew my query: if anyone on the list has done something like
this in the past, please contact me on or off list, I'd love to pick
your brain.

--Hardy  

 -Original Message-
 From: Dorothea Salo [mailto:ds...@library.wisc.edu] 
 Sent: Wednesday, February 18, 2009 10:13 AM
 To: Dspace Tech
 Cc: Van Ly; Diggory Mark
 Subject: Re: [Dspace-tech] adding static pages to a DSpace 
 site using xmlui
 
 On Thu, Feb 12, 2009 at 10:25 PM, Pottinger, Hardy J.
 pottinge...@umsystem.edu wrote:
  Hi, thanks Mark and Van, mvn and ant move these new files just fine
  (they are where you suggested, Mark). My issue is that the 
 modification
  to template.xml suggested by the wiki...
 
  
 http://wiki.dspace.org/index.php/Manakin_theme_tutorial#Adding
 _static_pa
  ges
 
  ...does not appear to work. I did try to feed xsl:copy-of 
 select the
  full path (/themes/[your-theme]/pages/add.xml), as I 
 thought maybe that
  was what you were suggesting, but I'm still seeing a Page not found
  error in the title of the page, and a blank body (i.e. all 
 the other
 
 Okay, your problem is that you can't xsl:copy-of an external
 document. You have to do a document() call. What will probably work is
 some variation on
 
 xsl:apply-templates select=document(http://path-to-your-doc.html)/
 
 I'm not sure off the top of my head whether you should be using the
 http: or cocoon: scheme, or whether the path should be absolute or
 relative (though absolute *should* work), but play around a bit and
 see if this doesn't fix it.
 
 Dorothea
 
 -- 
 Dorothea Salods...@library.wisc.edu
 Digital Repository Librarian  AIM: mindsatuw
 University of Wisconsin
 Rm 218, Memorial Library
 (608) 262-5493
 
 --
 
 Open Source Business Conference (OSBC), March 24-25, 2009, 
 San Francisco, CA
 -OSBC tackles the biggest issue in open source: Open Sourcing 
 the Enterprise
 -Strategies to boost innovation and cut costs with open 
 source participation
 -Receive a $600 discount off the registration fee with the 
 source code: SFAD
 http://p.sf.net/sfu/XcvMzF8H
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech
 

--
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] adding static pages to a DSpace site using xmlui

2009-02-18 Thread Dorothea Salo
On Wed, Feb 18, 2009 at 2:13 PM, Pottinger, Hardy J.
pottinge...@umsystem.edu wrote:

 At your suggestion, I have tried substituting xsl:apply-templates / in
 place of xsl:copy-of /, again with multiple permutations of path. This
 also does not appear to work.

Then it's probably not finding the relative location. Try doing an absolute URL.

 The more I think about it, this whole business of shoehorning static
 code at this level seems wrong. I am going to see if I can spelunk my
 way through figuring out the cocoon-based method. Ideally, what's
 required here is an aspect which would accommodate displaying any number
 of static DRI files.

Yes, I asked for this awhile ago. :)

Dorothea

-- 
Dorothea Salods...@library.wisc.edu
Digital Repository Librarian  AIM: mindsatuw
University of Wisconsin
Rm 218, Memorial Library
(608) 262-5493

--
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] ItemImport

2009-02-18 Thread m...@rce .

Hi, seeing that sword does not work for me, now I'm trying to itemimport 
generate the xml file, I think the / dc but when I run. / Dsrun and other 
parameters, I get this error: 

Destination collections: 
Owning Collection: Tesis de Grado - Econom-a 
Adding items from directory:. / DSpace / dc 
Generating mapfile: mapfile 
java.lang.NullPointerException 
 at org.dspace.app.itemimport.ItemImport.addItems (ItemImport.java: 
506) 
 at org.dspace.app.itemimport.ItemImport.main (ItemImport.java: 421) 
java.lang.NullPointerException 

The mapfile is generated in text file but in white, is not likely to be doing 
wrong, thanks for your help.



Marce

 

 



_
Llega la nueva temporada. Consulta las nuevas tendencias en MSN Estilo
http://estilo.es.msn.com/moda/--
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Installing LNI in DSpace 1.5.1

2009-02-18 Thread Larry Stone
 Furthermore, my aim is to implement a kind of integration
 between DSpace and J!Research (http://joomla-research.com). That is why it
 is important for me interact with DSpace via SOAP or WebDAV. Thanks a lot.

If you have a choice, I recommend sticking with WebDAV (since
you'll need it anyway for import and export), it avoids all of
the compatibility misery of SOAP.  For an example, see
http://wiki.dspace.org/index.php/Simple_LNI_Client

-- Larry


--
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Backup procedure on Windows

2009-02-18 Thread Jewel
I am running Dspace version 1.5.1 on Windows Server 2003. I have been 
looking at different instructions on what steps are needed to run 
backups. I haven't found a very clear and collective source which 
explains all of the things which need backed up. The only page I have 
found was the BackupRestore page on the Dspace wiki 
(http://wiki.dspace.org/index.php/BackupRestore ) but fear it may be out 
of date. I also haven't found a clear set of instructions on what or how 
to backup the Postgres database.

I also found a source which mentioned that it's important to Re-index 
Dspace (at least for version 1.4.2). Does this task still hold true in 
version 1.5.1?

Thanks!

-- 
Jewel


--
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Optimizing Tomcat configuration

2009-02-18 Thread Aegis

I'm searching for ways to optimize DSpace's performance. I already aware of
the following:

-increase tomcat's memory;
-increase postgres memory;
-run vacuum on postgres periodically (daily);
-Install APR on tomcat.

My doubt is about the best way to configure tomcat and APR. Are the default
configurations of tomcat and APR suited for running dspace?
The server will run only dspace and will have 4 processors. I don't know the
specifications exactly.
Must the values of maxThreads, acceptCount, keepAliveTimeout, pollTime and
pollerSize be changed in server.xml or the default values are well suited
for dspace?
There are other configurations that could be changed?

Thanks in advance
Juliano
-- 
View this message in context: 
http://www.nabble.com/Optimizing-Tomcat-configuration-tp22044272p22044272.html
Sent from the DSpace - Tech mailing list archive at Nabble.com.


--
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Recent Suspicious Activity

2009-02-18 Thread Leonie Hayes
Does anyone in the DSpace world recognize these 2 IP addresses

121.254.193.212 (Reg in Korea) 13/2/09
121.241.210.98 (Reg in India) 17/2/09

The first one during a time when our network experienced some instability, 
repeatedly tried to download material, exhausting all the database connections.

The second one has been causing our application to hang, making repeated 
connections to the browse views, the only way to remedy, was to block the 
address.

We have put in a number of measures to prevent future problems, but you may 
recognize them as some kind of harvester or something more malicious.

Any responses, very grateful.

Leonie Hayes
Research Repository Librarian
http://www.library.auckland.ac.nz/contacts/?firstname=lastname=hayes
http://researchspace.auckland.ac.nz  
 



--
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] ETD ingestion

2009-02-18 Thread Mark Ludwig
We're new to DSpace and I am trying to implement some batch loads of some
ETDs and also some audio files.
We're using ver 1.5.1 on a Red Hat Linux platform.

I have tried the import program to load some .mp3 filesfrom a directory. The
program runs but doesn't load anything and doesn't write anything to the
mapfile. We get no error messages either.

I also have ETDs in zip files from Proquest. Proquest supplies a pdf file
with a corresponding xml metadataflie packaged in each zip file. It seems
like the packager program should be able to handle these, but if you specify
pdf format, it seems to expect metadata embedded in the pdf, not an xml
file.

I've seen documantation mention special crosswalks and packager plugins, but
cant's seem to find any actual examples of how to build this for
the ETDs.  Have any of you successfully loaded pdfs or ETDs in batch? I
realize many sites enter ETDs into DSpace for export to Proquest, but we are
going in the opposite direction, from Proquest to DSpace.

Mark
-- 
Mark Ludwig
Library Systems Manager
520 Lockwood Memorial Library
SUNY at Buffalo
Buffalo, NY 14260
716 645 5952
--
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] help installing an aspect using mvn overlay

2009-02-18 Thread Pottinger, Hardy J.
Hi, I am starting out small and just trying to implement the Breadcrumb
Trail aspect overlay, as demonstrated by Tim Donohue in his excellent
(and very useful) presentation Customizing DSpace 1.5 with Basic
Overlays
(http://www.dspace.org/images/Training_Materials/or2008-1.5training.pdf)
. However, after setting everything up, running mvn package and ant
update init-configs I am getting the following error:

Resource not found

org.apache.excalibur.source.SourceNotFoundException:
resource://aspects/Trail/sitemap.xmap

I have double-checked all my typing, the location of files in the source
tree, run a mvn clean, wiped the whole tomcat folder clean, repackaged
and run ant update init-configs, all to no avail. I continue to see
the Resource not found error.

Since Tim's presentation is the only explicit mention of aspect overlays
in any DSpace-related materials, I'm heading to this list to see if
anyone else has tried this out? Does anyone have any tips for something
I might have missed? Do aspect overlays really go in
dspace/modules/xmlui/src/main/resources/aspects/? Are they really
configured in xmlui.xconf as aspect name=Trail
path=resource://aspects/Trail/ /?

--
HARDY POTTINGER pottinge...@umsystem.edu
University of Missouri Library Systems
http://lso.umsystem.edu/~hardy/
No matter how far down the wrong road you've gone,
turn back. --Turkish proverb

--
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] ItemImport

2009-02-18 Thread Claudia Jürgen
Hi Marce,

what is the precise command you're running?
Are you pointing to the right directory as source directory?
Note the source directory must contain one directory per item.
Here is a small howto on item import by TDL
http://www.tdl.org/documents/DSpaceBatchImportFormat.pdf

Hope that helps

Claudia Jürgen


m...@rce . schrieb:
 Hi, seeing that sword does not work for me, now I'm trying to itemimport 
 generate the xml file, I think the / dc but when I run. / Dsrun and other 
 parameters, I get this error: 
 
 Destination collections: 
 Owning Collection: Tesis de Grado - Econom-a 
 Adding items from directory:. / DSpace / dc 
 Generating mapfile: mapfile 
 java.lang.NullPointerException 
  at org.dspace.app.itemimport.ItemImport.addItems (ItemImport.java: 
 506) 
  at org.dspace.app.itemimport.ItemImport.main (ItemImport.java: 421) 
 java.lang.NullPointerException 
 
 The mapfile is generated in text file but in white, is not likely to be doing 
 wrong, thanks for your help.
 
 
 
 Marce
 
  
 
  
 
 
 
 _
 Llega la nueva temporada. Consulta las nuevas tendencias en MSN Estilo
 http://estilo.es.msn.com/moda/
 
 
 
 
 --
 Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
 -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
 -Strategies to boost innovation and cut costs with open source participation
 -Receive a $600 discount off the registration fee with the source code: SFAD
 http://p.sf.net/sfu/XcvMzF8H
 
 
 
 
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech

--
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Sfx link only on specific items

2009-02-18 Thread Yuyun Wirawati ISHAK (LIBRIS)
Hi all

 

I've enabled the sfx link and it works well. However, the link appears
on every item record. I understand that some installations manage to
display this link only on selected items (by using the metadata tag, I
suppose). Does anyone has the instruction/guide on this process?

 

Much appreciated,

Yuyun 

National Institute of Education (Singapore) http://www.nie.edu.sg

DISCLAIMER : The information contained in this email, including any 
attachments, may contain confidential information. This email is intended only 
for the use of the addressee(s) listed above. Unauthorised sight, dissemination 
or any other use of the information contained in this email is strictly 
prohibited. If you have received this email by fault, please notify the sender 
and delete it immediately.
--
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] ETD ingestion

2009-02-18 Thread Claudia Jürgen
Hi Mark,

we've migrated (mostly ETD's) from a Hyperwave repository to DSpace with 
the itemimport.
What is the precise command you're running, especially the -s source 
directory you're referring to?
The source directory must contain one directory per item, but even with 
a one item import you still point to the parent directory. My guess is 
your -s is wrong or you're running in test mode.

TDL provided a good description of the item importer:
http://www.tdl.org/documents/DSpaceBatchImportFormat.pdf

As for crosswalks and plugins, see
http://wiki.dspace.org/index.php/CrosswalkPlugins
http://wiki.dspace.org/index.php/PackagerPlugins

Hope that helps

Claudia Jürgen


Mark Ludwig schrieb:
 We're new to DSpace and I am trying to implement some batch loads of some
 ETDs and also some audio files.
 We're using ver 1.5.1 on a Red Hat Linux platform.
 
 I have tried the import program to load some .mp3 filesfrom a directory. The
 program runs but doesn't load anything and doesn't write anything to the
 mapfile. We get no error messages either.
 
 I also have ETDs in zip files from Proquest. Proquest supplies a pdf file
 with a corresponding xml metadataflie packaged in each zip file. It seems
 like the packager program should be able to handle these, but if you specify
 pdf format, it seems to expect metadata embedded in the pdf, not an xml
 file.
 
 I've seen documantation mention special crosswalks and packager plugins, but
 cant's seem to find any actual examples of how to build this for
 the ETDs.  Have any of you successfully loaded pdfs or ETDs in batch? I
 realize many sites enter ETDs into DSpace for export to Proquest, but we are
 going in the opposite direction, from Proquest to DSpace.
 
 Mark
 
 
 
 
 --
 Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
 -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
 -Strategies to boost innovation and cut costs with open source participation
 -Receive a $600 discount off the registration fee with the source code: SFAD
 http://p.sf.net/sfu/XcvMzF8H
 
 
 
 
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech

--
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech