Re: [Dspace-tech] DSpace Problem (Register new user)

2011-09-28 Thread Brodhun, Maximilian
Dear all,

thanks for your help so far. But my system still doesn't work. I try to
configure it via gmail, but the same problem still exists.
Is there anything I have to change in the settings of other software like
postgreSQL, tomcat or my browser? (in this case firefox)


thanks for your help and your patience.

kind regards,

Maximilian


-Ursprüngliche Nachricht-
Von: Scott Thurston [mailto:scott.thurs...@noaa.gov]
Gesendet: Fr 23.09.2011 18:15
An: Brodhun, Maximilian
Cc: dspace-tech@lists.sourceforge.net; Grütz, Romanus
Betreff: Re: [Dspace-tech] DSpace Problem (Register new user)
 
Maximilian,

If you choose to continue trying to configure DSpace to send mail via 
Hotmail, you should probably find JavaMail documentation to learn what 
properties you must configure. Here is a link to an overview that lists 
the properties you can configure:

http://javamail.kenai.com/nonav/javadocs/overview-summary.html

I did a quick Google search of the Unrecognized SSL message error, and 
you may need to pass a more complete set of properties to JavaMail.  One 
property that is probably required is mail.smtp.starttls.enable.  
Perhaps you need to configure mail.extraproperties as follows:

mail.extraproperties = mail.smtp.starttls.enable=true, \
 mail.smtp.port = 587, \
 mail.smtp.socketFactory.class=javax.net.ssl.SSLSocketFactory, \
 mail.smtp.socketFactory.fallback=false

I also saw some references that require setting mail.smtp*s*.port, to 
use SMTP over SSL.

Regards,
Scott

On 9/23/2011 1:14 AM, Brodhun, Maximilian wrote:
 Hello Scott,

 thanks for your help. I made the changes but the problem still exists.

 Just to be sure, that I made everything right, here are me changes: (above
 again the content of the logfile)

-- 
Scott Thurston  scott.thurs...@noaa.gov
NOAA / NGDC / WDC   http://www.ngdc.noaa.gov/
Marine Geology  Geophysics 303-497-4411 (phone)
325 Broadway E/GC3  303-497-6513 (fax)
Boulder, CO 80305-3337



--
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2dcopy1
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] XMLUI i18n for ru_RU locale

2011-09-28 Thread Федор Краснов
Hello,

Suddenly, we have done translation of message.xml to russian language. We
use DSpace 1.7.2  (Mirage).

Can anybody advise me how to make this work available to community?

As written here https://wiki.duraspace.org/display/DSPACE/I18nSupport the
translation to russian may be usefull.

Regards
 Fedor.
--
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2dcopy1___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Announcement: Another Successful Google Summer of Code!

2011-09-28 Thread Tim Donohue
All,

As we head into Fall (for those of us in the Northern Hemisphere), we 
thought it appropriate to reflect back on the successes that came out of 
this year's Google Summer of Code (GSoC - http://code.google.com/soc/).

As you may recall, this is the first year that all DuraSpace projects 
took part in GSoC, with Fedora  DuraCloud joining DSpace with a project 
apiece.

This year we had a great group of students and mentors that resulted in 
a total of five successful GSoC projects!

Submission Enhancements in DSpace - Gaurav Kejriwal

(Mentored by Mark Diggory  Scott Phillips)

Gaurav's project sought to ease the ability of repository managers to 
customize the DSpace submission process. The goal was to allow 
Administrative users to configure the DSpace submission process from the 
administration user interface. The overarching idea is to replace the 
existing XML based configuration files (item-submission.xml and 
input-forms.xml) with a database-driven user interface. During the 
summer, Gaurav worked to replace the existing 'item-submission.xml' 
configuration file. With guidance from his mentors, Gaurav designed a 
new database-driven architecture, mocked up  built a new Submission 
Administrative UI (for XMLUI), and delivered a final code patch to the 
Committers. His work is under review in our JIRA Issue Tracker, and we 
hope that it will be added to a future version of DSpace.

For more on this project, screenshots and code, see: 
https://wiki.duraspace.org/display/GSOC/GSoC+2011+-+DSpace+Submission+Enhancements


Migrate to a modern Web service library for SOAP and support MTOM 
(Fedora) - Jiri Kremser

(Mentored by Adam Soroka)

Jiri worked on updates to Fedora to use Apache CXF for the SOAP exposure 
of Fedora's web service APIs. Fedora was formerly using an older web 
service library that had significant limitations. Jiri's changes will 
allow developers to integrate their software more easily, and in more 
familiar ways. His work is currently being tested and merged into the 
main line of development, and the committers hope to include it in 
Fedora 3.6, scheduled for late 2011.

For more on this project, see: 
https://wiki.duraspace.org/display/GSOC/GSoC+2011+-+Fedora+Web+Services+Update


Eucalyptus Integration (DuraCloud) - Rajender Naik

(Mentored by Bill Branan  Andrew Woods)

Rajender's project focused on the creation of a storage provider 
implementation for the Eucalyptus Walrus cloud storage system. This new 
storage provider would allow for the integration of private clouds 
(running Walrus) with the public cloud systems that are currently 
available through DuraCloud. These hybrid clouds (which combine public 
and private cloud systems) provide an ideal solution for organizations 
that would like to combine the convenience and flexibility of the cloud 
with the security and predictability of in-house data centers. 
Rajender's work over the summer created a baseline implementation which 
can connect to a Walrus system and perform most basic storage functions. 
While more work is needed for this work to be included in the formal 
DuraCloud baseline, Rajender is still engaged and working to see this 
new storage provider become a part of DuraCloud in an upcoming release.

For more on this project, see: 
https://wiki.duraspace.org/display/GSOC/DuraCloud+-+Eucalyptus+Project


New UI built over RESTful services (DSpace) - Vibhaj Rajan

(Mentored by Bojan Suzic  Mark Diggory)

Vibhaj investigated building one of the first user interfaces on top of 
the beta DSpace REST API 
(https://wiki.duraspace.org/display/DSPACE/REST+API). His goal was to 
build a lightweight, theme-able, Javascript user interface, that could 
perform all normal DSpace activities via the REST API (some features are 
still a work in progress). Vibhaj's Javascript interface is powered by 
JQuery UI (http://jqueryui.com/) and a new FireSpark service computing 
platform (also built on JQuery). In addition, the project provides great 
examples of how DSpace may leverage JQuery (and similar technologies) to 
build even more dynamic and flashy interfaces. We hope to see Vibhaj's 
hard work updated  maintained alongside the REST API.

For more on this project, screenshots and code, see: 
https://wiki.duraspace.org/display/GSOC/DSpace+ClientUI+built+on+RESTful+API+-+GSoC+2011


WebMVC (Freemarker) UI development (DSpace) - Robert Qin Zhengquan

(Mentored by Graham Triggs, Peter Dietz,  Stuart Lewis)

Robert concentrated on enhancing the new WebMVC (Freemarker) User 
Interface work (begun by Graham Triggs), a project which seeks to 
potentially update/replace the aging JSPUI. Robert's GSoC project 
centered around adding administrative functionality to the new 

Re: [Dspace-tech] XML from dissemination crosswalk

2011-09-28 Thread Jason Stirnaman

Mark's suggestion is working nicely, but I still have one (final?) problem. I 
can't figure out how to make Saxoutputter generate a DocType declaration. I use 
JDOM to add the DocType to my document, but Saxoutputter ignores it. It's hard 
to tell from http://www.jdom.org/docs/apidocs/org/jdom/output/SAXOutputter.html 
whether  DTDHandler will provide this or whether it's even supported by 
Saxoutputter. It looks like it might be possible to set it using  
setOutputProperties(java.util.Properties props) 
? 
I've copied alot from OREGenerator; mine still extends AbstractGenerator. 
I may be able to set it in my XSLT, but I'd rather use the DOM or transformer 
if possible. 

Jason 


Jason Stirnaman
Biomedical Librarian, Digital Projects
A.R. Dykes Library, University of Kansas Medical Center
jstirna...@kumc.edu
913-588-7319


 On 9/21/2011 at 01:49 AM, in message 
 cama9da6i21cxg55eri5twuqdb8z9elp8taj4_7bgmsgosg1...@mail.gmail.com, Mark 
 Diggory mdigg...@atmire.com wrote:


Jason,

Ok, in this case you don't need a packager, what you need is a Cocoon
Generator that renders the Crosswalk to the browser.

Take a look at the OREGenerator...
http://scm.dspace.org/svn/repo/dspace/trunk/dspace-xmlui/dspace-xmlui-api/src/main/java/org/dspace/app/xmlui/cocoon/DSpaceOREGenerator.java

It will show how to generate the crosswalk into Cocoon.  You'll find
the Cocoons configuration for the ore.xml generator in the default
sitemap.

map:match pattern=metadata/handle/*/*/ore.xml**
map:generate type=DSpaceOREGenerator
map:parameter name=handle
value={1}/{2}/
map:parameter name=extra
value={3}/
/map:generate
map:serialize type=xml/
/map:match

http://scm.dspace.org/svn/repo/dspace/trunk/dspace-xmlui/dspace-xmlui-webapp/src/main/webapp/sitemap.xmap


On Tue, Sep 20, 2011 at 2:35 PM, Jason Stirnaman jstirna...@kumc.edu wrote:
 Here's the follow-up to my previous question.

 I have a crude (but useable) XSLT crosswalk (nlm) in DSpace. It transforms
 DIM metadata to fit the NLM Journal Publishing profile. I can test the
 output successfully with OAI-PMH.

 As it turns out, I don't really need to export bitstreams. I just need the
 metadata for a set of items within a collection that would be specified by
 the end-user/Community Owner. So, if I want just the crosswalk output for
 that set of items and I don't want the OAI protocol wrapper or the
 bitstreams, then do I still need a custom packager for that as in Mark's
 IMSCP example? I expect the answer is yes.

 I think what 'm really wanting is to be able to call the crosswalk as a
 method on the collection, in a RESTful way, and return the output as a
 single XML document for the collection containing each of the transformed
 items.

 Conjured example: handle/2271/883/nlm.xml or nlm/handle/2271/883

 Jason


 Jason Stirnaman
 Biomedical Librarian, Digital Projects
 A.R. Dykes Library, University of Kansas Medical Center
 jstirna...@kumc.edu
 913-588-7319



 --
 All the data continuously generated in your IT infrastructure contains a
 definitive record of customers, application performance, security
 threats, fraudulent activity and more. Splunk takes this data and makes
 sense of it. Business sense. IT sense. Common sense.
 http://p.sf.net/sfu/splunk-d2dcopy1
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech





--

Mark Diggory @mire Inc.
2888 Loker Avenue East, Suite 305, Carlsbad, CA. 92010
Esperantolaan 4, Heverlee 3001, Belgium
www.atmire.com
--
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2dcopy1___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] DSpace Metadata Support Survey

2011-09-28 Thread Valorie Hollister
Dear DSpace Community - 

At the request of the DSpace Committers and Developers, the DSpace Community 
Advisory Team or DCAT 
(https://wiki.duraspace.org/display/cmtygp/DSpace+Community+Advisory+Team) has 
begun an effort to build a community consensus on improving the metadata 
support in future DSpace releases. Because there are many different issues, 
both from an organizational/policy perspective, as well from a code development 
perspective, we ask for your input to help clarify the priority and focus. 

Below is a link to a brief survey. For this survey we are most interested in 
identifying which challenges could and should be tackled first. Please do your 
best to indicate the highest priority level issues for your organization, 
recognizing that if everything is a priority then there may not be a clear 
starting point. So even if all of these issues are very important to you, 
please try to focus on which ones would make your life or the lives of your 
users and management significantly easier.

Of course, improvements to metadata support in DSpace can move along faster the 
more people we have working on the effort. Included in the survey are questions 
regarding whether you or your organization are willing to contribute time 
towards the effort, either as a repository manager (as a subject matter expert) 
or as a developer. We welcome all help, even it if is just to review the 
progress and provide feedback.

Thanks in advance for your participation!

Survey link: http://www.surveymonkey.com/s/MTVF88G

-The DSpace Community Advisory Team--
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2dcopy1___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] DSpace at server root using Apache HTTPD and mod_proxy

2011-09-28 Thread Akeredolu Joshua
We can i ma ke my dspace site to be located by using some thing like
http://dspace.myworld.edu/xmlui or http://dspace.myworld.edu/jspui
instead of http://localhost:8080/xmlui or http://IP_address:8080? I
dont even want the 8080 to appear even. And how can i make my dspace
accessable from othe computer in a local network I have tried various
means by editing the dspace.cfg but  I cannot seem to configure things
properly so that a user visits the dspace as an intranet. I am using
windows 7, dspace 1.7.2 and apache tomcat 7.0 i also tried editing the
tomcat server i dont know why i cant get it done.

On 9/20/11, Shafer, Philip sha...@rowan.edu wrote:
 Here is what finally worked for me:

 In tomcat6 server.xml

 Host name=localhost
 appBase=/disk2/ApplicationStack/dspace-1.7.1/webapps
 unpackWARs=true autoDeploy=true
 xmlValidation=false xmlNamespaceAware=false

 Context path= docBase=xmlui /

 !-- SingleSignOn valve, share authentication between web
 applications
  Documentation at: /docs/config/valve.html --
 !--
 Valve className=org.apache.catalina.authenticator.SingleSignOn /
 --

 !-- Access log processes all example.
  Documentation at: /docs/config/valve.html --
 !--
 Valve className=org.apache.catalina.valves.AccessLogValve
 directory=logs
prefix=localhost_access_log. suffix=.txt pattern=common
 resolveHosts=false/
 --
 /Host

 In apache proxy_ajp.conf

 LoadModule proxy_ajp_module modules/mod_proxy_ajp.so

 ProxyRequests Off


 ProxyPass / ajp://localhost:8009/
 ProxyPassReverse / ajp://localhost:8009/

 Our environment is now Dspace 1.7.2 (yes, it is 1.7.2, I just upgraded
 today), Tomcat 6, and Apache 2 with mod_proxy.

 So far things see to be working as expected.  Thanks for all the help!

 -Philip


 -
 Philip Shafer
 Web Developer
 Rowan University
 Library Services
 Ph: 856-256-4418
 E-mail: sha...@rowan.edu

 From: Scott Thurston
 scott.thurs...@noaa.govmailto:scott.thurs...@noaa.gov
 Date: Tue, 20 Sep 2011 13:18:22 -0400
 To: Philip Shafer sha...@rowan.edumailto:sha...@rowan.edu
 Cc:
 dspace-tech@lists.sourceforge.netmailto:dspace-tech@lists.sourceforge.net
 dspace-tech@lists.sourceforge.netmailto:dspace-tech@lists.sourceforge.net
 Subject: Re: [Dspace-tech] DSpace at server root using Apache HTTPD and
 mod_proxy

 Philip, this configuration works fine for me:

   !-- Define the default virtual host
Note: XML Schema validation will not work with Xerces 2.2.
--
Host name=localhost  appBase=/extra/data/dspace/webapps
 unpackWARs=true autoDeploy=true
 xmlValidation=false xmlNamespaceAware=false
 !-- Make the XMLUI app the default --
 Context path= docBase=xmlui/

 Our environment is DSpace 1.7.2, Tomcat 6.0.32.  I am not using Apache,
 however.

 Regards,
 Scott

 On 9/20/2011 10:47 AM, Shafer, Philip wrote:

 I am trying to run xmlui as the default context when someone visits our
 server root URL.  I am using tomcat6, apache httpd, and mod_proxy.

 We can visit the site fine by going to http://dspace.rowan.edu/xmlui,
 however I cannot seem to configure things properly so that when a user
 visits http://dspace.rowan.edu the xmlui app is the default conext.

 I hope this makes sense, I appreciate any help you can provide.

 In tomcat6 server.xml I have the following set up:

 Host name=dspace.rowan.edu
 appBase=/disk2/ApplicationStack/dspace-1.7.1/webapps
 unpackWARs=true autoDeploy=true
 xmlValidation=false xmlNamespaceAware=false

 !-- SingleSignOn valve, share authentication between web
 applications
  Documentation at: /docs/config/valve.html --
 !--
 Valve className=org.apache.catalina.authenticator.SingleSignOn /
 --

 !-- Access log processes all example.
  Documentation at: /docs/config/valve.html --
 !--
 Valve className=org.apache.catalina.valves.AccessLogValve
 directory=logs
prefix=localhost_access_log. suffix=.txt pattern=common
 resolveHosts=false/
 --

 /Host

 The following is in the httpd conf:

 Location /xmlui
 ProxyPass ajp://localhost:8009/xmlui
 ProxyPassReverse ajp://localhost:8009/xmlui
 /Location

 Location /oai
 ProxyPass   ajp://localhost:8009/oai
 ProxyPassReverseajp://localhost:8009/oai
 /Location

 Location /solr
 ProxyPass   ajp://localhost:8009/solr
 ProxyPassReverseajp://localhost:8009/solr
 /Location


 Thanks,

 -Phil

 -
 Philip Shafer
 Web Developer
 Rowan University
 Library Services
 Ph: 856-256-4418
 E-mail: sha...@rowan.edumailto:sha...@rowan.edu



 --
 All the data continuously generated in your IT infrastructure contains 

[Dspace-tech] que abt dspace

2011-09-28 Thread Abhishek Raval
 Hello Everybody,


  I have some sort of que regarding Dspace, I ll be very thankful if
someone help me on this.



1. Does DSpace has the feature to do search in languages other than English?
Does anybody has experience
in working on Indian languages / Arabic / Urdu languages?

2. I had a couple of times asked a question about Document Viewer
integrated.
I basically would want to prevent the user from downloading the doc / Taking

a printout of the document.

3. Total no. of steps to deposit an item in DSpace are 7 - 8.User find it
difficult to have these many steps. So can we make it to
2 or 3?

4. Is there a Custom Reporting feature developed by anybody in the
community?

5. Has anybody toyed with the idea of creating iphone / Android / Smartphone
apps
for Dspace?








-- 
Abhishek Raval
--
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2dcopy1___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech