Re: [Dspace-tech] DSpace mobile theme

2012-09-11 Thread revskill
Congratulations for the very good job.
The mobile theme is excellent.
I'd love to implement this theme in our instance, do you have the code for
the theme ?
Thank you very much.

2012/9/11 Tzoc Caniz, Elias tz...@muohio.edu


 Hi all,

 Our 'first' mobile theme is now officially up and running on a DSpace 1.6
 instance.  With the advise/help of two OhioLINK developers, the current
 implementation relies on a second domain name instead of a separate webapp.
  As far as I know, the tweak was basically a few lines of code in the
 xmlui/themes/themes.xmap file -a documentation describing the work and
 implementation is coming up soon.

 In the meantime, feel free to check it out at http://sc.lib.muohio.edu/and if 
 your device isn’t detected as mobile, try this URL
 http://mobile.sc.lib.muohio.edu/

 Thanks,

 Elias


 --
 Live Security Virtual Conference
 Exclusive live event will cover all the ways today's security and
 threat landscape has changed and how IT managers can respond. Discussions
 will include endpoint security, mobile security and the latest in malware
 threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech




-- 
TRUONG HOANG DUNG*
**Librarian Researcher
**Information and Library Centre
Mobile: 0121.411.5322
Email: dun...@hpu.edu.vn*
*Hai Phong Private University* http://lib.hpu.vn
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Bitstreams being viewed

2012-09-11 Thread George S Kozak
Hi...

I am using DSpace 1.8.2.  I have been asked if there is a way of controlling 
the viewing of a bitstream.  Currently, when one clicks on a bitstream, it 
opens up in a new browser window.  Is there an option to have the bitstream 
open up in the same window?  I don't think so, but I have been wrong in the 
past :)

George Kozak
Digital Library Specialist
Cornell University Library Information Technologies (CUL-IT)
501 Olin Library
Cornell University
Ithaca, NY 14853
607-255-8924

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Bitstreams being viewed

2012-09-11 Thread helix84
On Tue, Sep 11, 2012 at 3:57 PM, George S Kozak g...@cornell.edu wrote:
 I am using DSpace 1.8.2.  I have been asked if there is a way of controlling
 the viewing of a bitstream.  Currently, when one clicks on a bitstream, it
 opens up in a new browser window.  Is there an option to have the bitstream
 open up in the same window?  I don’t think so, but I have been wrong in the
 past J

Hi George,

I'd guess you're using JSPUI, not XMLUI (please, always list this
information along with your DSpace version). As you can see on the
demo site which illustrates the defaults without any customization,
clicking on a bitstream in XMLUI opens the bitstream in the same
window, whereas in JSPUI it opens it in a new window. However, this is
easy to change (although I didn't test it). Edit
dspace-jspui-api/src/main/java/org/dspace/app/webui/jsptag/ItemTag.java,
line 817 and remove the target attribute, so the line should read:
out.print(a href=\);
Then rebuild and redeploy DSpace and restart your servlet container.

Regards,
~~helix84

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Bitstreams being viewed

2012-09-11 Thread George S Kozak
Thanks helix84:

Yes, I am JSPUI...sorry, I should have said that.  Thanks for the tip on 
editing the ItemTag file. I thought it was somewhere in the Java Code, but  I 
wasn't sure if this was a flag that I was missing in the Config file.  
Again, Thank you!

George Kozak
Digital Library Specialist
Cornell University Library Information Technologies (CUL-IT)
501 Olin Library
Cornell University
Ithaca, NY 14853
607-255-8924

-Original Message-
From: ivan.ma...@gmail.com [mailto:ivan.ma...@gmail.com] On Behalf Of helix84
Sent: Tuesday, September 11, 2012 10:11 AM
To: George S Kozak
Cc: dspace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] Bitstreams being viewed

On Tue, Sep 11, 2012 at 3:57 PM, George S Kozak g...@cornell.edu wrote:
 I am using DSpace 1.8.2.  I have been asked if there is a way of 
 controlling the viewing of a bitstream.  Currently, when one clicks on 
 a bitstream, it opens up in a new browser window.  Is there an option 
 to have the bitstream open up in the same window?  I don’t think so, 
 but I have been wrong in the past J

Hi George,

I'd guess you're using JSPUI, not XMLUI (please, always list this information 
along with your DSpace version). As you can see on the demo site which 
illustrates the defaults without any customization, clicking on a bitstream in 
XMLUI opens the bitstream in the same window, whereas in JSPUI it opens it in a 
new window. However, this is easy to change (although I didn't test it). Edit 
dspace-jspui-api/src/main/java/org/dspace/app/webui/jsptag/ItemTag.java,
line 817 and remove the target attribute, so the line should read:
out.print(a href=\); Then rebuild and redeploy DSpace 
and restart your servlet container.

Regards,
~~helix84
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Adding more fields to OAI in DSpace

2012-09-11 Thread Calloni, Rodrigo
Hello

DSPACE 1.6.2, XMLUI

We have 3 metadata registries in our Dspace (Dublin Core, IADB and Workflow). 
This is part of our customization and to integrate with other systems.

In the IADB registry there is a field (iadb.docnumber) that is one of the 
identifiers for the item.

Is there a way to do some kind of mapping of the iadb.docnumber field in order 
to create a dc.identifier field that we can make public via OAI?

Thanks in advance
Rodrigo

Rodrigo Calloni
System Librarian
Felipe Herrera Library
Knowledge and Learning Sector
Tel: 202-623-2952
Fax: 202-623-3183
[cid:image001.gif@01CD9010.452806E0]
1300 New York Avenue, N.W.
Washington, D.C. 20577
USA
www.iadb.orghttp://www.iadb.org/

Knowledge for Development Challenges
P  Please consider the environment before printing this email

inline: image001.gif--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] DSpace mobile theme

2012-09-11 Thread Calloni, Rodrigo
Fantastic work. I would like to have the code too.

Great job!

Rodrigo Calloni
System Librarian
Felipe Herrera Library
Knowledge and Learning Sector
Tel: 202-623-2952
Fax: 202-623-3183
[cid:image001.gif@01CD9010.FA1614C0]
1300 New York Avenue, N.W.
Washington, D.C. 20577
USA
www.iadb.orghttp://www.iadb.org/

Knowledge for Development Challenges
P  Please consider the environment before printing this email

From: revskill [mailto:revskil...@gmail.com]
Sent: Tuesday, September 11, 2012 8:46 AM
To: Tzoc Caniz, Elias
Cc: dspace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] DSpace  mobile theme

Congratulations for the very good job.
The mobile theme is excellent.
I'd love to implement this theme in our instance, do you have the code for the 
theme ?
Thank you very much.
2012/9/11 Tzoc Caniz, Elias tz...@muohio.edumailto:tz...@muohio.edu

Hi all,

Our 'first' mobile theme is now officially up and running on a DSpace 1.6 
instance.  With the advise/help of two OhioLINK developers, the current 
implementation relies on a second domain name instead of a separate webapp.  As 
far as I know, the tweak was basically a few lines of code in the 
xmlui/themes/themes.xmap file -a documentation describing the work and 
implementation is coming up soon.

In the meantime, feel free to check it out at http://sc.lib.muohio.edu/ and if 
your device isn't detected as mobile, try this URL 
http://mobile.sc.lib.muohio.edu/

Thanks,

Elias

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.netmailto:DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech



--
TRUONG HOANG DUNG
Librarian Researcher
Information and Library Centre
Mobile: 0121.411.5322
Email: dun...@hpu.edu.vnmailto:dun...@hpu.edu.vn
Hai Phong Private Universityhttp://lib.hpu.vn
inline: image001.gif--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Adding more fields to OAI in DSpace

2012-09-11 Thread Calloni, Rodrigo
It may take some time to complete the upgrade as we have several local 
developments that need to be tested. 

Because of this I think it will be more worthy to go to a consolidated 3.1 
version so it can take some time.

If there is a way to have this done in 1.6.2 I would like to start trying now.

Thanks!
Rodrigo

Rodrigo Calloni
System Librarian
Felipe Herrera Library
Knowledge and Learning Sector
Tel: 202-623-2952
Fax: 202-623-3183

1300 New York Avenue, N.W.
Washington, D.C. 20577
USA
www.iadb.org

Knowledge for Development Challenges
  Please consider the environment before printing this email


-Original Message-
From: ivan.ma...@gmail.com [mailto:ivan.ma...@gmail.com] On Behalf Of helix84
Sent: Tuesday, September 11, 2012 11:34 AM
To: Calloni, Rodrigo
Cc: dspace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] Adding more fields to OAI in DSpace

On Tue, Sep 11, 2012 at 5:26 PM, Calloni, Rodrigo rcall...@iadb.org wrote:
 Is there a way to do some kind of mapping of the iadb.docnumber field 
 in order to create a dc.identifier field that we can make public via OAI?

Hi Rodrigo,

this is trivial to do in the new OAI 2.0 webapp that will be in 3.0 and can be 
installed for 1.8 as an addon. Since you said you're going to upgrade soon let 
me ask you - can this wait until after you upgrade or do you want to make the 
change now in OAI and then again after the upgrade in OAI 2.0?

Regards,
~~helix84
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Adding more fields to OAI in DSpace

2012-09-11 Thread helix84
On Tue, Sep 11, 2012 at 5:37 PM, Calloni, Rodrigo rcall...@iadb.org wrote:
 It may take some time to complete the upgrade as we have several local 
 developments that need to be tested.

 Because of this I think it will be more worthy to go to a consolidated 3.1 
 version so it can take some time.

 If there is a way to have this done in 1.6.2 I would like to start trying now.

OK, just asking because I think it won't be trivial with the old OAI webapp.

Depending on which metadata format you use in your OAI for
dissemination, you'll have to modify the corresponding crosswalk. The
default one (required by the specification) is oai_dc. I'm not sure
which crosswalk implements it, but it's probably either
dspace-api/src/main/java/org/dspace/content/crosswalk/SimpleDCDisseminationCrosswalk.java
or
dspace-api/src/main/java/org/dspace/content/crosswalk/QDCCrosswalk.java

Look in those files how to manipulate the DOM and change one element
into another. Of course, you'll have tro recompile and redeploy DSpace
and restart your servlet contaniner every time you make a change.

Maybe there's a simpler way but I don't know it.

Regards,
~~helix84

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] to have only one messages.xml file

2012-09-11 Thread helix84
On Tue, Sep 11, 2012 at 6:07 PM, Priya S priya579...@googlemail.com wrote:
 Is there any way to generate only one messages.xml file (English) instead of
 all the messages_*.xml files while building itself?

 (I changed 'xmlui.supported.locales = en' in dspace.cfg  it was commented
 earlier.)

I think all you need to do is set
webui.supported.locales = en
and just to play it safe, also
default.locale = en

Then regardless of the preferred language configured in client's
browser, he will always get the English version. Even if the other
messages_*.xml files are present.

I'm not sure what is xmlui.supported.locales, but
webui.supported.locales works like this.

Regards,
~~helix84

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Problem with Handle

2012-09-11 Thread Carlos Walter Blandon Alvarez
Hi helix84.This is the result by running the commands:netstat -tulpn | grep 8009tcp    0  0 :::8009 :::*    LISTEN  13461/javacat /proc/13461/cmdline/usr/java/default/bin/java-Djava.util.logging.config.file=/usr/java/apache-tomcat-7.0.27/conf/logging.properties-Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager-Djava.endorsed.dirs=/usr/java/apache-tomcat-7.0.27/endorsed-classpath/usr/java/apache-tomcat-7.0.27/bin/bootstrap.jar:/usr/java/apache-tomcat-7.0.27/bin/tomcat-juli.jar-Dcatalina.base=/usr/java/apache-tomcat-7.0.27-Dcatalina.home=/usr/java/apache-tomcat-7.0.27-Djava.io.tmpdir=/usr/java/apache-tomcat-7.0.27/temporg.apache.catalina.startup.BootstrapstartWhy run with 8009? Should not run with 8000?Regads,Walter BlandónAnalista TécnicoCentro Cultural Biblioteca Luis Echavarría VillegasUniversidad EAFIT, Medellín, ColombiaCarrera 49 No. 7 Sur-50, Av. Las VegasTel: (57)(4)2619500 ext. 9365http://www.eafit.edu.co/bibliotecaEl 09/10/12, helix84 heli...@centrum.sk escribió:On Tue, Sep 11, 2012 at 12:44 AM, Walter Blandón cblan...@eafit.edu.co wrote: We don't access to repository through Handle. We review log file and this is the result:That's strange. I'm running a handle server so I can't check thebehaviour without it. But I'm guessing even with the default handleprefix 123456789, the local might be running.The message is coming from the handle server DSpace has embedded. Ifyou were running a handle server, the way to resolve this would bethis:http://dspace.2283337.n4.nabble.com/Problem-launching-Handle-Server-in-Dspace-1-6-1-td3681633.htmlBut don't do anything just yet. First, let's find out more. Run thefollowing as root:netstat -tulpn | grep 8009You should see a process id, like this: 24078/javaRun this command using your process id:cat /proc/24078/cmdlineAnd send the output of both commands.Regards,~~helix84

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] to have only one messages.xml file

2012-09-11 Thread Priya S
Hi Helix,

Thank you so much.

I read here to change xmlui.supported.locales

https://wiki.duraspace.org/display/DSDOC18/XMLUI+Configuration+and+Customization

Thanks  regards
Priya


On Tue, Sep 11, 2012 at 6:27 PM, helix84 heli...@centrum.sk wrote:

 On Tue, Sep 11, 2012 at 6:07 PM, Priya S priya579...@googlemail.com
 wrote:
  Is there any way to generate only one messages.xml file (English)
 instead of
  all the messages_*.xml files while building itself?
 
  (I changed 'xmlui.supported.locales = en' in dspace.cfg  it was
 commented
  earlier.)

 I think all you need to do is set
 webui.supported.locales = en
 and just to play it safe, also
 default.locale = en

 Then regardless of the preferred language configured in client's
 browser, he will always get the English version. Even if the other
 messages_*.xml files are present.

 I'm not sure what is xmlui.supported.locales, but
 webui.supported.locales works like this.

 Regards,
 ~~helix84

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Problem with Handle

2012-09-11 Thread Carlos Walter Blandon Alvarez
helix84, no problem.New results:netstat -tulpn | grep 8000tcp    0  0 :::200.12.180.26:8000   :::*    LISTEN  2625/javanetstat -tulpn | grep 2641tcp    0  0 :::200.12.180.26:2641   :::*    LISTEN  2625/javaudp   0  0 :::200.12.180.26:2641   :::*   2625/javacat /proc/2625/cmdlinejava-Xmx256m-classpath:/usr/java/dspace/lib/activation-1.1.jar:/usr/java/dspace/lib/ant-1.7.0.jar:/usr/java/dspace/lib/ant-contrib-1.0b3.jar:/usr/java/dspace/lib/ant-launcher-1.7.0.jar:/usr/java/dspace/lib/aopalliance-1.0.jar:/usr/java/dspace/lib/bcmail-jdk15-1.44.jar:/usr/java/dspace/lib/bcprov-jdk15-1.44.jar:/usr/java/dspace/lib/commons-cli-1.0.jar:/usr/java/dspace/lib/commons-codec-1.3.jar:/usr/java/dspace/lib/commons-collections-3.2.jar:/usr/java/dspace/lib/commons-dbcp-1.4.jar:/usr/java/dspace/lib/commons-fileupload-1.2.1.jar:/usr/java/dspace/lib/commons-httpclient-3.1.jar:/usr/java/dspace/lib/commons-io-1.4.jar:/usr/java/dspace/lib/commons-lang-2.2.jar:/usr/java/dspace/lib/commons-logging-1.0.4.jar:/usr/java/dspace/lib/commons-pool-1.4.jar:/usr/java/dspace/lib/dnsjava-2.0.6.jar:/usr/java/dspace/lib/dom4j-1.6.1.jar:/usr/java/dspace/lib/dspace-api-1.8.2.jar:/usr/java/dspace/lib/dspace-api-lang-1.8.0.3.jar:/usr/java/dspace/lib/dspace-discovery-provider-1.8.2.jar:/usr/java/dspace/lib/dspace-discovery-solr-1.8.2.jar:/usr/java/dspace/lib/dspace-geoip-1.2.3.jar:/usr/java/dspace/lib/dspace-services-api-2.0.4.jar:/usr/java/dspace/lib/dspace-services-impl-2.0.4.jar:/usr/java/dspace/lib/dspace-services-utils-2.0.4.jar:/usr/java/dspace/lib/dspace-stats-1.8.2.jar:/usr/java/dspace/lib/dspace-tm-extractors-1.0.1.jar:/usr/java/dspace/lib/ehcache-core-1.7.2.jar:/usr/java/dspace/lib/fontbox-1.6.0.jar:/usr/java/dspace/lib/geronimo-stax-api_1.0_spec-1.0.1.jar:/usr/java/dspace/lib/handle-6.2.jar:/usr/java/dspace/lib/icu4j-3.8.jar:/usr/java/dspace/lib/jargon-1.4.25.jar:/usr/java/dspace/lib/jaxen-1.1.jar:/usr/java/dspace/lib/jdom-1.0.jar:/usr/java/dspace/lib/jempbox-1.6.0.jar:/usr/java/dspace/lib/jline-0.9.94.jar:/usr/java/dspace/lib/log4j-1.2.14.jar:/usr/java/dspace/lib/lucene-analyzers-3.3.0.jar:/usr/java/dspace/lib/lucene-core-3.3.0.jar:/usr/java/dspace/lib/mail-1.4.jar:/usr/java/dspace/lib/mets-1.5.2.jar:/usr/java/dspace/lib/oclc-harvester2-0.1.12.jar:/usr/java/dspace/lib/opensearch-0.1.jar:/usr/java/dspace/lib/oro-2.0.8.jar:/usr/java/dspace/lib/pdfbox-1.6.0.jar:/usr/java/dspace/lib/poi-3.6.jar:/usr/java/dspace/lib/poi-ooxml-3.6.jar:/usr/java/dspace/lib/poi-ooxml-schemas-3.6.jar:/usr/java/dspace/lib/poi-scratchpad-3.6.jar:/usr/java/dspace/lib/postgresql-8.1-408.jdbc3.jar:/usr/java/dspace/lib/rome-1.0.0.jar:/usr/java/dspace/lib/rome-1.0.jar:/usr/java/dspace/lib/rome-modules-1.0.jar:/usr/java/dspace/lib/servlet-api-2.3.jar:/usr/java/dspace/lib/slf4j-api-1.5.6.jar:/usr/java/dspace/lib/slf4j-log4j12-1.5.6.jar:/usr/java/dspace/lib/solr-solrj-3.3.0.jar:/usr/java/dspace/lib/spring-aop-3.0.5.RELEASE.jar:/usr/java/dspace/lib/spring-asm-3.0.5.RELEASE.jar:/usr/java/dspace/lib/spring-beans-3.0.5.RELEASE.jar:/usr/java/dspace/lib/spring-context-3.0.5.RELEASE.jar:/usr/java/dspace/lib/spring-context-support-3.0.5.RELEASE.jar:/usr/java/dspace/lib/spring-core-3.0.5.RELEASE.jar:/usr/java/dspace/lib/spring-_expression_-3.0.5.RELEASE.jar:/usr/java/dspace/lib/stax-api-1.0.1.jar:/usr/java/dspace/lib/utils-1.07.00.jar:/usr/java/dspace/lib/wstx-asl-3.2.7.jar:/usr/java/dspace/lib/xalan-2.7.0.jar:/usr/java/dspace/lib/xercesImpl-2.8.1.jar:/usr/java/dspace/lib/xml-apis-1.3.02.jar:/usr/java/dspace/lib/xmlbeans-2.3.0.jar:/usr/java/dspace/lib/xmlParserAPIs-2.0.2.jar:/usr/java/dspace/lib/xmlunit-1.1.jar:/usr/java/dspace/lib/zookeeper-3.3.1.jar:/usr/java/dspace/config-Ddspace.log.init.disable=true-Dlog4j.configuration=log4j-handle-plugin.propertiesnet.handle.server.Main/usr/java/dspace/handle-server/svr_1Regads,Walter BlandónAnalista TécnicoCentro Cultural Biblioteca Luis Echavarría VillegasUniversidad EAFIT, Medellín, ColombiaCarrera 49 No. 7 Sur-50, Av. Las VegasTel: (57)(4)2619500 ext. 9365http://www.eafit.edu.co/bibliotecaEl 09/11/12, helix84 heli...@centrum.sk escribió:On Tue, Sep 11, 2012 at 6:43 PM, Carlos Walter Blandon Alvarezcblan...@eafit.edu.co wrote: Why run with 8009? Should not run with 8000?I apologize for the mixup. I meant 8000, indeed.Regards,~~helix84

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Problem with Handle

2012-09-11 Thread helix84
Can you run also this:
ls -l /usr/java/dspace/handle-server/svr_1

It seems like you installed a handle server there. I'm fairly sure
this isn't anywhere in standard DSpace.

Regards,
~~helix84

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Adding more fields to OAI in DSpace

2012-09-11 Thread Calloni, Rodrigo
Thanks helix

It seems that this is too advanced for me (yet) :)

In my DSpace test server (Windows) I don't have this file structure. I think we 
may need a development server in order to be able to edit the .java files from 
src.

I will check with @mire to see how we can achieve this.

Best regards
Rodrigo

Rodrigo Calloni
System Librarian
Felipe Herrera Library
Knowledge and Learning Sector
Tel: 202-623-2952
Fax: 202-623-3183

1300 New York Avenue, N.W.
Washington, D.C. 20577
USA
www.iadb.org

Knowledge for Development Challenges
  Please consider the environment before printing this email


-Original Message-
From: ivan.ma...@gmail.com [mailto:ivan.ma...@gmail.com] On Behalf Of helix84
Sent: Tuesday, September 11, 2012 11:52 AM
To: Calloni, Rodrigo
Cc: dspace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] Adding more fields to OAI in DSpace

On Tue, Sep 11, 2012 at 5:37 PM, Calloni, Rodrigo rcall...@iadb.org wrote:
 It may take some time to complete the upgrade as we have several local 
 developments that need to be tested.

 Because of this I think it will be more worthy to go to a consolidated 3.1 
 version so it can take some time.

 If there is a way to have this done in 1.6.2 I would like to start trying now.

OK, just asking because I think it won't be trivial with the old OAI webapp.

Depending on which metadata format you use in your OAI for dissemination, 
you'll have to modify the corresponding crosswalk. The default one (required by 
the specification) is oai_dc. I'm not sure which crosswalk implements it, but 
it's probably either 
dspace-api/src/main/java/org/dspace/content/crosswalk/SimpleDCDisseminationCrosswalk.java
or
dspace-api/src/main/java/org/dspace/content/crosswalk/QDCCrosswalk.java

Look in those files how to manipulate the DOM and change one element into 
another. Of course, you'll have tro recompile and redeploy DSpace and restart 
your servlet contaniner every time you make a change.

Maybe there's a simpler way but I don't know it.

Regards,
~~helix84
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Problem with Handle

2012-09-11 Thread Carlos Walter Blandon Alvarez
Hi helix84.ls -l /usr/java/dspace/handle-server/svr_1total 14960-rw-r--r--. 1 dspace dspace  335 ago  9 15:13 admpriv.bin-rw-r--r--. 1 dspace dspace  440 ago  9 15:13 admpub.bin-rw-rw-r--. 1 dspace dspace    16402 ago 13 13:12 cache.jdb-rw-rw-r--. 1 dspace dspace  833 ago  9 15:39 config.dct-rw-rw-r--. 1 dspace dspace  182 ago  9 15:39 contactdata.dct-rw-rw-r--. 1 dspace dspace 15253030 sep 11 14:53 error.logdrwxrwxr-x. 2 dspace dspace 4096 ago  9 15:30 logs-rw-r--r--. 1 dspace dspace  335 ago  9 15:13 privkey.bin-rw-r--r--. 1 dspace dspace  441 ago  9 15:13 pubkey.bin-rw-rw-r--. 1 dspace dspace 1579 ago  9 15:39 sitebndl.zip-rw-rw-r--. 1 dspace dspace  519 ago  9 15:39 siteinfo.bindrwxrwxr-x. 2 dspace dspace 4096 ago 13 13:12 txnsI followed Handle documentation for its installation and I upgraded handle-server/svr_1 in dspace.cfghandle.dir = ${dspace.dir}/handle-server/svr_1Regards,Walter Blandón.El 09/11/12, helix84 heli...@centrum.sk escribió:Can you run also this:ls -l /usr/java/dspace/handle-server/svr_1It seems like you installed a handle server there. I'm fairly surethis isn't anywhere in standard DSpace.Regards,~~helix84-- Walter BlandónAnalista TécnicoCentro Cultural Biblioteca Luis Echavarría VillegasTel: (57) (4) 2619500, extensión 9365E-mail: cblan...@eafit.edu.coUniversidad EAFIT, Medellín, Colombia

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Problem with Handle

2012-09-11 Thread Hilton Gibson
Perhaps this information will help:
http://wiki.lib.sun.ac.za/index.php/SUNScholar/Handle_Server


On 11 September 2012 22:04, Carlos Walter Blandon Alvarez 
cblan...@eafit.edu.co wrote:

 Hi helix84.

 ls -l /usr/java/dspace/handle-server/svr_1
 total 14960
 -rw-r--r--. 1 dspace dspace  335 ago  9 15:13 admpriv.bin
 -rw-r--r--. 1 dspace dspace  440 ago  9 15:13 admpub.bin
 -rw-rw-r--. 1 dspace dspace16402 ago 13 13:12 cache.jdb
 -rw-rw-r--. 1 dspace dspace  833 ago  9 15:39 config.dct
 -rw-rw-r--. 1 dspace dspace  182 ago  9 15:39 contactdata.dct
 -rw-rw-r--. 1 dspace dspace 15253030 sep 11 14:53 error.log
 drwxrwxr-x. 2 dspace dspace 4096 ago  9 15:30 logs
 -rw-r--r--. 1 dspace dspace  335 ago  9 15:13 privkey.bin
 -rw-r--r--. 1 dspace dspace  441 ago  9 15:13 pubkey.bin
 -rw-rw-r--. 1 dspace dspace 1579 ago  9 15:39 sitebndl.zip
 -rw-rw-r--. 1 dspace dspace  519 ago  9 15:39 siteinfo.bin
 drwxrwxr-x. 2 dspace dspace 4096 ago 13 13:12 txns
 I followed Handle documentation for its installation and I upgraded
 handle-server/svr_1 in dspace.cfg

 handle.dir = ${dspace.dir}/handle-server/svr_1

 Regards,

 Walter Blandón.
 El 09/11/12, *helix84 *heli...@centrum.sk escribió:

 Can you run also this:
 ls -l /usr/java/dspace/handle-server/svr_1

 It seems like you installed a handle server there. I'm fairly sure
 this isn't anywhere in standard DSpace.

 Regards,
 ~~helix84


 --
 Walter Blandón
 Analista Técnico
 Centro Cultural Biblioteca Luis Echavarría Villegas
 Tel: (57) (4) 2619500, extensión 9365
 E-mail: cblan...@eafit.edu.co
 Universidad EAFIT, Medellín, Colombia


 --
 Live Security Virtual Conference
 Exclusive live event will cover all the ways today's security and
 threat landscape has changed and how IT managers can respond. Discussions
 will include endpoint security, mobile security and the latest in malware
 threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech




-- 
*Hilton Gibson*
Systems Administrator
JS Gericke Library
Room 1025D
Stellenbosch University
Private Bag X5036
Stellenbosch
7599
South Africa

Tel: +27 21 808 4100 | Cell: +27 84 646 4758
http://library.sun.ac.za
http://scholar.sun.ac.za
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Problem with Handle

2012-09-11 Thread helix84
OK, so back to your original mail.

On Tue, Sep 11, 2012 at 12:44 AM, Walter Blandón cblan...@eafit.edu.co wrote:
 We don't access to repository through Handle.

Then you didn't have to install the handle server. And you don't need
to run it. DSpace will work just fine without it.

 Error setting up server socket: java.net.BindException: Address already in
 use

This is because you (or DSpace) were somehow attempting to start the
handle server, but it's already running. So the port is already bound.
The normal solution would be to stop the server (kill the PID) and
restart it, but there's no reason for you to run the handle server at
all.

Regards,
~~helix84

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Adding more fields to OAI in DSpace

2012-09-11 Thread helix84
On Tue, Sep 11, 2012 at 9:23 PM, Calloni, Rodrigo rcall...@iadb.org wrote:
 It seems that this is too advanced for me (yet) :)

I tried to warn you in my first email :)

 In my DSpace test server (Windows) I don't have this file structure. I think 
 we may need a development server in order to be able to edit the .java files 
 from src.

OK, back to the basics. Remember that there is the installation
directory [dspace], then there is the source directory [dspace-src]
from which you build dspace. Moreover, you have two source options,
the release package dspace-1.6.2-src-release.zip and the full source
package dspace-1.6.2-src-release.zip. The full source structure,
including the crosswalk source files, is only in
dspace-1.6.2-src-release.zip. This is all documented in the manual.

 I will check with @mire to see how we can achieve this.

Maybe they'll know a simpler way of doing what you want.

Regards,
~~helix84

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Export Search Results Metadata in XMLUI

2012-09-11 Thread Nemiz, Elvi
Dear all,

Hello, I noticed that the jspui version of DSpace can export the metadata
coming from search results. I wonder how could this be implemented using
xmlui interface. This would be very useful for some batch editing later on
where a simple edit/replace can be used when editing the csv file. We are
using DSpace 1.8.2 with discovery enabled and Mirage as the base theme.
Thanks in advance.

Regards,
Elvi
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Export Search Results Metadata in XMLUI

2012-09-11 Thread helix84
On Wed, Sep 12, 2012 at 7:36 AM, Nemiz, Elvi esne...@seafdec.org.ph wrote:
 Hello, I noticed that the jspui version of DSpace can export the metadata
 coming from search results. I wonder how could this be implemented using
 xmlui interface. This would be very useful for some batch editing later on
 where a simple edit/replace can be used when editing the csv file. We are
 using DSpace 1.8.2 with discovery enabled and Mirage as the base theme.
 Thanks in advance.

Hi Elvi,
I'm not sure if I'm familiar with the JSPUI search results export. Can
you please describe the steps to produce it?

If you mean Open Search, that's UI-independent.

Regards,
~~helix84

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech