Re: [Dspace-tech] Error in authority control SHERA/RoMEO

2015-07-15 Thread royopa
Hi

I discovery the error

2015-07-15 13:01:02,392 ERROR
org.dspace.content.authority.SHERPARoMEOProtocol @ SHERPA/RoMEO query
failed:
java.net.UnknownHostException: www.sherpa.ac.uk: Name or service not known
at java.net.Inet6AddressImpl.lookupAllHostAddr(Native Method)
at java.net.InetAddress$1.lookupAllHostAddr(InetAddress.java:901)
at
java.net.InetAddress.getAddressesFromNameService(InetAddress.java:1293)
at java.net.InetAddress.getAllByName0(InetAddress.java:1246)
at java.net.InetAddress.getAllByName(InetAddress.java:1162)
at java.net.InetAddress.getAllByName(InetAddress.java:1098)
at
org.apache.http.impl.conn.SystemDefaultDnsResolver.resolve(SystemDefaultDnsResolver.


So, I edited the file /etc/hosts and added the line below:

127.0.0.1localdomain

Thank you

Royopa


On Wed, Jul 15, 2015 at 10:09 AM, Mark H. Wood mw...@iupui.edu wrote:

 On Wed, Jul 15, 2015 at 12:02:26AM -0300, royopa wrote:
  I configure my DSpace repository to use SHERPA/RoMEO authority control as
  explained in the page
 
 http://www.royopa.url.ph/2015/07/14/criando-um-controle-de-autoridades-com-sherpa-romeo-no-dspace
 
  The buttons Lookup are showing in form (Publisher and Other Authors), but
  when I click in the button, the error below occurs:

 The log ([DSpace]/logs/dspace.log) may have more information about the
 problem.

 --
 Mark H. Wood
 Lead Technology Analyst

 University Library
 Indiana University - Purdue University Indianapolis
 755 W. Michigan Street
 Indianapolis, IN 46202
 317-274-0749
 www.ulib.iupui.edu


 --
 Don't Limit Your Business. Reach for the Cloud.
 GigeNET's Cloud Solutions provide you with the tools and support that
 you need to offload your IT needs and focus on growing your business.
 Configured For All Businesses. Start Your Cloud Today.
 https://www.gigenetcloud.com/
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech
 List Etiquette:
 https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette




-- 
Rodrigo Prado de Jesus
http://about.me/royopa
roy...@gmail.com
--
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

[Dspace-tech] Error in authority control SHERA/RoMEO

2015-07-14 Thread royopa
Hi!

I configure my DSpace repository to use SHERPA/RoMEO authority control as
explained in the page
http://www.royopa.url.ph/2015/07/14/criando-um-controle-de-autoridades-com-sherpa-romeo-no-dspace

The buttons Lookup are showing in form (Publisher and Other Authors), but
when I click in the button, the error below occurs:


​[image: Inline image 1]​

​​
​Anybody can help me?​

-- 
Rodrigo Prado de Jesus
http://about.me/royopa
roy...@gmail.com
--
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] Dspace 5.2 not displaying homepahe

2015-07-10 Thread royopa
Hi

Try add/change the envinroment variable JAVA_OPTS in /etc/default/tomcat7
to -XMX1024 -XXms512M -MM:MasPermSize=512M.

After, restart your tomcat with command: sudo service tomcat7 restart

Check the page below for more information

https://wiki.duraspace.org/display/DSDOC5x/Performance+Tuning+DSpace#PerformanceTuningDSpace-GiveTomcatMoreJavaPermGenMemory

Regards!

Royopa

On Fri, Jul 10, 2015 at 8:15 AM, P. S. Mukhopadhyay 
psmukhopadh...@gmail.com wrote:

 Dear all

 I'm using tomcat 7 (version 7.0.26); Java-Oracle 1.7 with other requsite
 software on Ubuntu 12.04. Dspace 5.2 installed successfully.

 
 sudo /dspace/bin/dspace database test
 [sudo] password for psm:

 Attempting to connect to database using these configurations:
  - URL: jdbc:postgresql://localhost:5432/dspace
  - Driver: org.postgresql.Driver
  - Username: dspace
  - Password: [hidden]
  - Schema:

 Testing connection...
 Connected successfully!
 --
 sudo /dspace/bin/dspace database info

 Database URL: jdbc:postgresql://localhost:5432/dspace
 Database Schema: public
 Database Software: PostgreSQL version 9.1.13
 Database Driver: PostgreSQL Native Driver version PostgreSQL 9.1 JDBC4
 (build 901)

 --

 sudo /dspace/bin/dspace test-email

 About to send test email:
  - To: dspace@localhost
  - Subject: DSpace test email
  - Server: localhost

 Email sent successfully!

 --

 Tomcat7 is using Java 1.7; localhost:8080 shows tomcat homepage but
 localhost:8080/jspui or localhost:8080/xmlui is showing problem in
 connection after huge delay.

 catlina.out
 --

 Jul 10, 2015 4:40:59 PM org.apache.catalina.startup.SetAllPropertiesRule
 begin
 WARNING: [SetAllPropertiesRule]{Server/Service/Connector} Setting property
 'maxSpareThreads' to '75' did not find a matching property.
 Jul 10, 2015 4:41:01 PM org.apache.coyote.AbstractProtocol init
 INFO: Initializing ProtocolHandler [http-bio-8080]
 Jul 10, 2015 4:41:01 PM org.apache.catalina.startup.Catalina load
 INFO: Initialization processed in 3105 ms
 Jul 10, 2015 4:41:01 PM org.apache.catalina.core.StandardService
 startInternal
 INFO: Starting service Catalina
 Jul 10, 2015 4:41:01 PM org.apache.catalina.core.StandardEngine
 startInternal
 INFO: Starting Servlet Engine: Apache Tomcat/7.0.26
 Jul 10, 2015 4:41:01 PM org.apache.catalina.startup.HostConfig
 deployDescriptor
 INFO: Deploying configuration descriptor
 /etc/tomcat7/Catalina/localhost/manager.xml
 Jul 10, 2015 4:41:02 PM org.apache.catalina.startup.HostConfig
 deployDescriptor
 INFO: Deploying configuration descriptor
 /etc/tomcat7/Catalina/localhost/host-manager.xml
 Jul 10, 2015 4:41:02 PM org.apache.catalina.startup.HostConfig
 deployDirectory
 INFO: Deploying web application directory /var/lib/tomcat7/webapps/rest
 Jul 10, 2015 4:41:09 PM org.apache.catalina.loader.WebappClassLoader
 validateJarFile
 INFO:
 validateJarFile(/var/lib/tomcat7/webapps/rest/WEB-INF/lib/servlet-api-2.5-20081211.jar)
 - jar not loaded. See Servlet Spec 2.3, section 9.7.2. Offending class:
 javax/servlet/Servlet.class
 INFO: Loading provided config file: /dspace/config/dspace.cfg
 INFO: Using dspace provided log configuration (log.init.config)
 INFO: Loading: /dspace/config/log4j.properties
 Jul 10, 2015 4:41:16 PM com.sun.jersey.api.core.PackagesResourceConfig init
 INFO: Scanning for root resource and provider classes in the packages:
   org.dspace.rest
 Jul 10, 2015 4:41:16 PM com.sun.jersey.api.core.ScanningResourceConfig
 logClasses
 INFO: Root resource classes found:
   class org.dspace.rest.ItemsResource
   class org.dspace.rest.CommunitiesResource
   class org.dspace.rest.RestIndex
   class org.dspace.rest.CollectionsResource
   class org.dspace.rest.HandleResource
   class org.dspace.rest.BitstreamResource
 Jul 10, 2015 4:41:16 PM com.sun.jersey.api.core.ScanningResourceConfig init
 INFO: No provider classes found.
 Jul 10, 2015 4:41:17 PM
 com.sun.jersey.spi.spring.container.servlet.SpringServlet getContext
 INFO: Using default applicationContext
 Jul 10, 2015 4:41:17 PM
 com.sun.jersey.server.impl.application.WebApplicationImpl _initiate
 INFO: Initiating Jersey application, version 'Jersey: 1.17.1 02/28/2013
 12:47 PM'
 Jul 10, 2015 4:41:19 PM org.apache.catalina.startup.HostConfig
 deployDirectory
 INFO: Deploying web application directory /var/lib/tomcat7/webapps/swordv2
 Jul 10, 2015 4:41:22 PM org.apache.catalina.loader.WebappClassLoader
 validateJarFile
 INFO:
 validateJarFile(/var/lib/tomcat7/webapps/swordv2/WEB-INF/lib/servlet-api-2.5-20081211.jar)
 - jar not loaded. See Servlet Spec 2.3, section 9.7.2. Offending class:
 javax/servlet/Servlet.class
  INFO [pool-2-thread-1] (DSpaceKernelInit.java:52) - Created new kernel:
 DSpaceKernel:org.dspace:name=c3794bd6-5c8f-4abc-b998-cdbc8215937e,type=DSpaceKernel:lastLoad=null:loadTime=0:running=false:kernel

[Dspace-tech] Problem in Authority Control in XMLUI interface

2015-04-01 Thread royopa
Hi

I am using the Authority Control in My DSpace instance in field
dc.contributor.author, using the LCNameAuthority.

When I click in button Lookup  Add returns the error Server indicates
error response. How I do to debug this error? I saw in dspace.log but not
found related error.

Thanks​

-- 
Rodrigo Prado de Jesus
http://about.me/royopa
roy...@gmail.com
--
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

[Dspace-tech] Problem in Authority Control in XMLUI interface

2015-03-31 Thread royopa
Hi

I am using the Authority Control in My DSpace instance in field
dc.contributor.author, using the LCNameAuthority.

When I click in button Lookup  Add returns the error Server indicates
error response. How I do to debug this error? I saw in dspace.log but not
found related error.

Thanks​

-- 
Rodrigo Prado de Jesus
http://about.me/royopa
roy...@gmail.com
--
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] Recent Submission not showing (i.e. on home page) in default 5.1 installation

2015-03-27 Thread royopa
Hi

In DSpace with Discovery (DSpace 3+ -
https://wiki.duraspace.org/display/DSDOC3x/Discovery#Discovery-DiscoveryChangelist)
you must change another file:

*##Recent submissions*



in file [dspace]config/spring/api/discovery.xml:



Section recentSubmissionsConfiguration



!--The configuration for the recent submissions--

property name=recentSubmissionConfiguration

bean class=
org.dspace.discovery.configuration.DiscoveryRecentSubmissionsConfiguration

property name=metadataSortField value=
dc.date.accessioned /

property name=type value=date/

property name=max value=20/

!-- If enabled the collection home page will not display
metadata but show a pageable list of recent submissions --

property name=useAsHomePage value=false/

/bean

/property



*Regards*


*Royopa*

On Fri, Mar 27, 2015 at 4:05 AM, SUZUKI Keiji z...@mbc.ocn.ne.jp wrote:

 Hi Alex,

 I could reproduce and fit it by setting a non-zero value
 to recent.submissions.count property in dspace.cfg.

 The value of this property doesn't have an influence on
 XMLUI, so it may be better to change its default value.

 Keiji Suzuki
 Ebetsu, Japan

 2015-03-26 16:26 GMT+09:00 Alex D alexdot...@mail.ru:

 Anybody? Please?.. :)



 --
 View this message in context:
 http://dspace.2283337.n4.nabble.com/Recent-Submission-not-showing-i-e-on-home-page-in-default-5-1-installation-tp4677086p4677177.html
 Sent from the DSpace - Tech mailing list archive at Nabble.com.


 --
 Dive into the World of Parallel Programming The Go Parallel Website,
 sponsored
 by Intel and developed in partnership with Slashdot Media, is your hub
 for all
 things parallel software development, from weekly thought leadership
 blogs to
 news, videos, case studies, tutorials and more. Take a look and join the
 conversation now. http://goparallel.sourceforge.net/
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech
 List Etiquette:
 https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette




 --
 Dive into the World of Parallel Programming The Go Parallel Website,
 sponsored
 by Intel and developed in partnership with Slashdot Media, is your hub for
 all
 things parallel software development, from weekly thought leadership blogs
 to
 news, videos, case studies, tutorials and more. Take a look and join the
 conversation now. http://goparallel.sourceforge.net/
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech
 List Etiquette:
 https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette




-- 
Rodrigo Prado de Jesus
http://about.me/royopa
roy...@gmail.com
--
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] Register new users

2015-03-27 Thread royopa
Hi Fábio!

Try checking your log file in [dspace]/log/dspace.log.-**-** or attach
in this e-mail.

Regards

Royopa

On Thu, Mar 26, 2015 at 5:11 PM, FABIO ROSA fabio.r...@ufpe.br wrote:

 I have a problem to register new users. The initial email is not being
 sent to the new user. Other types of repository emails are sent normally.

 I have to force change your password so that an email is sent to the user.
 What can be happening?

 Version: 4.x and 5x
 XMLUI

 Tks,
 Fabio Rosa



 --
 Dive into the World of Parallel Programming The Go Parallel Website,
 sponsored
 by Intel and developed in partnership with Slashdot Media, is your hub for
 all
 things parallel software development, from weekly thought leadership blogs
 to
 news, videos, case studies, tutorials and more. Take a look and join the
 conversation now. http://goparallel.sourceforge.net/
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech
 List Etiquette:
 https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette




-- 
Rodrigo Prado de Jesus
http://about.me/royopa
roy...@gmail.com
--
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] Browse and Search Handle-Server

2015-03-26 Thread royopa
Hi

Check if you transferred the files [dspace]/config/dspace.cfg and
[dspace]/config/input-forms.xml from old DSpace to new DSpace instance.

Regards

On Wed, Mar 25, 2015 at 1:28 PM, Naveen Srinivasan nsrin...@hawk.iit.edu
wrote:

 Hi Monika,

 Thanks for the suggestions. I am able to run the index-discovery command
 without any issues as of now .As data is huge .Its running for more than an
 hour and still running. I can see the log is updated too in the log folder
 which is increasing steadily.

 dspace.cfg  looks good and those changes were already taken care. I hope
 after index-discovery it should work .But I have question on Handle-Server
 ; Do we need to register our service in
 http://www.handle.net/service_agreement.html ? Thanks

 Regards,
 Naveen
 Illinois Institute of Technology
 Graduate (MCS)
 Mob : (312) 774-1687

 On Tue, Mar 24, 2015 at 9:20 AM, Monika C. Mevenkamp 
 moni...@princeton.edu wrote:


   index-discovery is the command that  creates and updates the solr
 index


  Your solr server is up iff you do not get any exceptions when running
 this command.

  To fully build the index run the command with the options   -b -s

  You should also have a look at your solr server.  Find instructions on
 the DSPACE wiki about how to get access from your locally running browser :
 https://wiki.duraspace.org/display/DSPACE/Solr.

  Choose the ‘search’ index in the drop down on the left and have a look
 whether there is anything in the index .

  make sure you do have discovery enabled in your dspace.cfg file
  event.dispatcher.default.consumers = versioning, discovery, eperson,
 harvester
 or even more authoritatively run the command
 DSPACE_DEPLOY/bin/dspace dsprop -property
 event.dispatcher.default.consumers


  Monika





  
  Monika Mevenkamp
 phone: 609-258-4161
 Lewis Library,Washington Road and Ivy Lane, Princeton University,
 Princeton, NJ 08544


  On Mar 23, 2015, at 1:52 PM, Naveen Srinivasan nsrin...@hawk.iit.edu
 wrote:

  Hi Team

  I have installed Dspace 5.1 version and copied Asset Store and themes
 to the new server from old server.Site is up and everything looks good
 except couple of items.

  *  Browse and Search index is not working ,When i search I get  :Sorry,
 there are no results for this browse.

  * Similarly when i use Item submission/ upload ,I am getting blank page
 after selecting any collection.

  Is this because of Handle-Server ? I did not register the handle-server
 yet. Please suggest me how to fix the issue.

  I ran few commands ,
   - index-db-browse: General browse index command (requires extra
 parameters)
  - index-discovery: Update Discovery Solr Search Index
  - index-lucene-init: Initialise the Lucene search and browse indexes
  - index-lucene-update: Update the Lucene search and browse indexes

  These commands didn't help me to fix the issue. Thanks

  Regards,
   Naveen
 Illinois Institute of Technology
  Graduate (MCS)
  Mob : (312) 774-1687

 --
 Dive into the World of Parallel Programming The Go Parallel Website,
 sponsored
 by Intel and developed in partnership with Slashdot Media, is your hub
 for all
 things parallel software development, from weekly thought leadership
 blogs to
 news, videos, case studies, tutorials and more. Take a look and join the
 conversation now.
 http://goparallel.sourceforge.net/___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech
 List Etiquette:
 https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette





 --
 Dive into the World of Parallel Programming The Go Parallel Website,
 sponsored
 by Intel and developed in partnership with Slashdot Media, is your hub for
 all
 things parallel software development, from weekly thought leadership blogs
 to
 news, videos, case studies, tutorials and more. Take a look and join the
 conversation now. http://goparallel.sourceforge.net/
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech
 List Etiquette:
 https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette




-- 
Rodrigo Prado de Jesus
http://about.me/royopa
roy...@gmail.com
--
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/___
DSpace-tech mailing list
DSpace-tech

Re: [Dspace-tech] Error after install of DSpace 5.1

2015-03-24 Thread royopa
Hi

If you are using Tomcat7 the commands below should solve

sudo chown tomcat7:tomcat7 [your_dspace_dir] -R
sudo service tomcat7 restart

Regards

Royopa

On Tue, Mar 24, 2015 at 4:59 PM, Andrea Schweer schw...@waikato.ac.nz
wrote:

  Hi George,

 On 25/03/15 06:42, George Stanley Kozak wrote:

 I upgraded our DSpace 4.2 XMLUI to DSpace 5.1 (using Mirage 2).  The
 install went fine, but once the system came up, if I try to view any
 records, I get:

 “The server encountered an internal error that prevented it from
 fulfilling this request.”

 and

 Caused by: org.apache.solr.common.SolrException: Index locked for write
 for core search

 and

 Caused by: org.apache.lucene.store.LockObtainFailedException: Index locked
 for write for core search



 Does anyone have any suggestions as to what I am doing wrong?


 This is a permissions problem. Tomcat needs to have write permissions on
 your [dspace]/solr directory and all its subdirectories. Change the
 permissions and restart tomcat -- hopefully that will solve the issue.

 cheers,
 Andrea

 --
 Dr Andrea Schweer
 IRR Technical Specialist, ITS Information Systems
 The University of Waikato, Hamilton, New Zealand



 --
 Dive into the World of Parallel Programming The Go Parallel Website,
 sponsored
 by Intel and developed in partnership with Slashdot Media, is your hub for
 all
 things parallel software development, from weekly thought leadership blogs
 to
 news, videos, case studies, tutorials and more. Take a look and join the
 conversation now. http://goparallel.sourceforge.net/
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech
 List Etiquette:
 https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette




-- 
Rodrigo Prado de Jesus
http://about.me/royopa
roy...@gmail.com
--
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] Default settings for items per page and ascending/descending sorting

2015-02-21 Thread royopa
I created a issue in Jira to transform this hardcoded in parameter.

https://jira.duraspace.org/browse/DS-2466

Rodrigo

On Sat, Feb 21, 2015 at 6:27 PM, royopa roy...@gmail.com wrote:

 Hello!

 The default number of results are setted in class 
 [dspace-src]/dspace-api/src/main/java/org/dspace/browse/BrowserScope.java
 on line 55 and the default is 20 results.


 https://github.com/DSpace/DSpace/blob/master/dspace-api/src/main/java/org/dspace/browse/BrowserScope.java#L55


 private int resultsPerPage = 20;


 Regards

 Rodrigo

 On Fri, Feb 6, 2015 at 11:13 PM, Terry Brady terry.br...@georgetown.edu
 wrote:

 I encountered this issue as well, and I needed to update the java code to
 make this change.


 https://github.com/DSpace/DSpace/blob/master/dspace-xmlui/src/main/java/org/dspace/app/xmlui/aspect/discovery/SearchFacetFilter.java#L75

 It might be useful to log this as a DSpace issue to make this item
 configurable.

 Terry

 2015-02-04 8:58 GMT-08:00 Anisio Monteiro (IPEN/GDS-Informática) 
 monte...@ipen.br:

 Hello, I'm here again,
 I would like to change the amount of items that is displayed by default,
 ie 10 items to 50 items, for example. Also, change the default order
 ascendant to descendant - the default is ascendent.

  Sorry if I was not very clear in the explanation doubt.

 Thanks for help!

 Best regards!

 --
 Carlos ANISIO Monteiro mca...@gmail.com mca...@yahoo.com.br 
 monte...@ipen.br
 IPEN/CNEN-SP - Av. Lineu Prestes, 2242 - Cidade Universitária, São
 Paulo, Brasil
 CEP 05508-000 Tel.(55)(11) 3133-8876 LINUX USER # 364622

 Aquele que recebe de mim uma idéia tem aumentada a sua instrução sem
 que eu tenha diminuída a minha. Como aquele que acende sua vela na minha
 recebe luz sem apagar a minha. Que as idéias passem livremente de uns aos
 outros no planeta, para a instrução moral e mútua dos homens e a melhoria
 de sua condição...Invenções, portanto, não podem, na natureza, ser sujeitas
 à propriedade. (Thomas Jefferson)


 --
 Dive into the World of Parallel Programming. The Go Parallel Website,
 sponsored by Intel and developed in partnership with Slashdot Media, is
 your
 hub for all things parallel software development, from weekly thought
 leadership blogs to news, videos, case studies, tutorials and more. Take
 a
 look and join the conversation now. http://goparallel.sourceforge.net/
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech
 List Etiquette:
 https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette




 --
 Terry Brady
 Applications Programmer Analyst
 Georgetown University Library Information Technology
 https://www.library.georgetown.edu/lit/code
 425-298-5498 (Seattle, WA)


 --
 Dive into the World of Parallel Programming. The Go Parallel Website,
 sponsored by Intel and developed in partnership with Slashdot Media, is
 your
 hub for all things parallel software development, from weekly thought
 leadership blogs to news, videos, case studies, tutorials and more. Take a
 look and join the conversation now. http://goparallel.sourceforge.net/
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech
 List Etiquette:
 https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette




 --
 Rodrigo Prado de Jesus
 http://about.me/royopa
 roy...@gmail.com




-- 
Rodrigo Prado de Jesus
http://about.me/royopa
roy...@gmail.com
--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration  more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=190641631iu=/4140/ostg.clktrk___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] Default settings for items per page and ascending/descending sorting

2015-02-21 Thread royopa
Hello!

The default number of results are setted in class
[dspace-src]/dspace-api/src/main/java/org/dspace/browse/BrowserScope.java
on line 55 and the default is 20 results.

https://github.com/DSpace/DSpace/blob/master/dspace-api/src/main/java/org/dspace/browse/BrowserScope.java#L55


private int resultsPerPage = 20;


Regards

Rodrigo

On Fri, Feb 6, 2015 at 11:13 PM, Terry Brady terry.br...@georgetown.edu
wrote:

 I encountered this issue as well, and I needed to update the java code to
 make this change.


 https://github.com/DSpace/DSpace/blob/master/dspace-xmlui/src/main/java/org/dspace/app/xmlui/aspect/discovery/SearchFacetFilter.java#L75

 It might be useful to log this as a DSpace issue to make this item
 configurable.

 Terry

 2015-02-04 8:58 GMT-08:00 Anisio Monteiro (IPEN/GDS-Informática) 
 monte...@ipen.br:

 Hello, I'm here again,
 I would like to change the amount of items that is displayed by default,
 ie 10 items to 50 items, for example. Also, change the default order
 ascendant to descendant - the default is ascendent.

  Sorry if I was not very clear in the explanation doubt.

 Thanks for help!

 Best regards!

 --
 Carlos ANISIO Monteiro mca...@gmail.com mca...@yahoo.com.br 
 monte...@ipen.br
 IPEN/CNEN-SP - Av. Lineu Prestes, 2242 - Cidade Universitária, São Paulo,
 Brasil
 CEP 05508-000 Tel.(55)(11) 3133-8876 LINUX USER # 364622

 Aquele que recebe de mim uma idéia tem aumentada a sua instrução sem que
 eu tenha diminuída a minha. Como aquele que acende sua vela na minha recebe
 luz sem apagar a minha. Que as idéias passem livremente de uns aos outros
 no planeta, para a instrução moral e mútua dos homens e a melhoria de sua
 condição...Invenções, portanto, não podem, na natureza, ser sujeitas à
 propriedade. (Thomas Jefferson)


 --
 Dive into the World of Parallel Programming. The Go Parallel Website,
 sponsored by Intel and developed in partnership with Slashdot Media, is
 your
 hub for all things parallel software development, from weekly thought
 leadership blogs to news, videos, case studies, tutorials and more. Take a
 look and join the conversation now. http://goparallel.sourceforge.net/
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech
 List Etiquette:
 https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette




 --
 Terry Brady
 Applications Programmer Analyst
 Georgetown University Library Information Technology
 https://www.library.georgetown.edu/lit/code
 425-298-5498 (Seattle, WA)


 --
 Dive into the World of Parallel Programming. The Go Parallel Website,
 sponsored by Intel and developed in partnership with Slashdot Media, is
 your
 hub for all things parallel software development, from weekly thought
 leadership blogs to news, videos, case studies, tutorials and more. Take a
 look and join the conversation now. http://goparallel.sourceforge.net/
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech
 List Etiquette:
 https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette




-- 
Rodrigo Prado de Jesus
http://about.me/royopa
roy...@gmail.com
--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration  more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=190641631iu=/4140/ostg.clktrk___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

[Dspace-tech] Fwd: How change default order by and number results in discovery

2015-02-21 Thread royopa
Hello!

answering my own question, the default ORDER is setted in class
[dspace-src]/dspace-api/src/main/java/org/dspace/browse/BrowseIndex.java
on line 59:

https://github.com/DSpace/DSpace/blob/master/dspace-api/src/main/java/org/dspace/browse/BrowseIndex.java#L59

So, change the variable defaultOrder to SortOption.DESCENDING instead of
SortOption.ASCENDING.

I found a minor bug in constructor method for class BrowseIndex.java and I
created a issue and PR to resolve this bug.

Jira bug
https://jira.duraspace.org/browse/DS-2465

Pull Request
https://github.com/DSpace/DSpace/pull/869

If you can test and comment, I would appreciate it.

Regards

Rodrigo

-- Forwarded message --
From: royopa roy...@gmail.com
Date: Fri, Feb 20, 2015 at 10:25 PM
Subject: How change default order by and number results in discovery
To: dspace-tech dspace-tech@lists.sourceforge.net


Hi

In the page below I need change the default order to Descending instead
of Ascending and the number of results to 35 instead of 20 results.

[image: Inline image 1]

Where would I can make this configuration?

thanks

-- 




-- 
Rodrigo Prado de Jesus
http://about.me/royopa
roy...@gmail.com
--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration  more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=190641631iu=/4140/ostg.clktrk___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

[Dspace-tech] Fwd: Customize XMLUI page listing Browse by Author

2015-02-19 Thread royopa
Hi all,



I need customize the XMLUI page listing Browse by Author (see image
below), maybe include other metadata in parenthesis.





Is it possible? How I can do this? I saw that this is not in xmlui theme,
so I think that be in java Class.



Regards!
--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration  more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=190641631iu=/4140/ostg.clktrk___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] Dspace - Java heap space

2014-11-25 Thread royopa
 iHub F-Type - The Free Enterprise-Grade BIRT Server
 from Actuate! Instantly Supercharge Your Business Reports and Dashboards
 with Interactivity, Sharing, Native Excel Exports, App Integration  more
 Get technology previously reserved for billion-dollar corporations, FREE

 http://pubads.g.doubleclick.net/gampad/clk?id=157005751iu=/4140/ostg.clktrk
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech
 List Etiquette:
 https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette




-- 
Rodrigo Prado de Jesus
http://about.me/royopa
roy...@gmail.com
--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration  more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=157005751iu=/4140/ostg.clktrk___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] Show Full item record and simple item record...

2014-10-28 Thread royopa
Hello

In my theme Mirage with DSpace 4.2, the file is:

[dspace]\webapps\xmlui\themes\Mirage\lib\xsl\aspect\artifactbrowser\item-view.xsl

In your case, it should be something like this.

Try checking these pages also:

https://wiki.duraspace.org/pages/viewpage.action?pageId=19006388

https://www.mail-archive.com/dspace-tech@lists.sourceforge.net/msg15576.html

Regards

Royopa
about.me/royopa/

On Tue, Oct 28, 2014 at 5:29 AM, Layale Bassil l...@aub.edu.lb wrote:

 Hello All,



 I would like to know how can I change the layout of the full item record
 page and simple item record page?



 I need to show more fields of the Dublin core metadata; i.e. I need to
 show the initials of the contributor, the address and email of the creator,
 etc…



 Can you please tell me which file I should edit and how in order to
 customize the layout of the item record display?



 I am working on Dspace 1.8.1 and using the default Manakin theme. I am
 also using the XMLUI interface.



 Many thanks,

 Regards.


 --

 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech
 List Etiquette:
 https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette




-- 
Rodrigo Prado de Jesus
http://about.me/royopa
roy...@gmail.com
--
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

[Dspace-tech] Change the format to data in XMLUI - Browse by Issued Date

2014-10-09 Thread royopa
Hi

I need change the format for dates in the “Browse by date issued” page,
below:


[image: Inline image 2]
For example, I need the date 2013-01-14 shows 14/01/2013.

Is it possible? How can I do it?

Thanks!

-- 
Rodrigo Prado de Jesus
http://about.me/royopa
roy...@gmail.com
--
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://pubads.g.doubleclick.net/gampad/clk?id=154622311iu=/4140/ostg.clktrk___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] Dspace Installation on Windows 7 Problems. please help

2014-08-23 Thread royopa
Hi

See how correct the error here:

https://jira.duraspace.org/browse/DS-1940

Regards

Royopa
http://about.me/royopa/


On Sat, Aug 23, 2014 at 11:03 AM, Hamad Dafallah hama...@gmail.com wrote:


 C:\dspace\dspace-4.2-src-release\dspacemvn package
 [INFO] Scanning for projects...
 [INFO]
 
 [INFO] Reactor Build Order:
 [INFO]
 [INFO] DSpace Addon Modules
 [INFO] DSpace Kernel :: Additions and Local Customizations
 [INFO] DSpace XML-UI (Manakin) :: Local Customizations
 [INFO] DSpace LNI :: Local Customizations
 [INFO] DSpace JSP-UI :: Local Customizations
 [INFO] DSpace REST (JAX RS 1 - Jersey) :: Local Customizations
 [INFO] DSpace SWORD :: Local Customizations
 [INFO] DSpace SWORD v2 :: Local Customizations
 [INFO] DSpace SOLR :: Local Customizations
 [INFO] DSpace OAI 2.0 :: Local Customizations
 [INFO] DSpace Assembly and Configuration
 [INFO]
 [INFO]
 
 [INFO] Building DSpace Addon Modules 4.2
 [INFO]
 
 [INFO]
 [INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-maven) @ modules ---
 [INFO]
 [INFO] --- maven-antrun-plugin:1.7:run (native2ascii-utf8) @ modules ---
 [INFO] Executing tasks

 Encode any UTF-8 chars in properties:
 [INFO] Executed tasks
 [INFO]
 [INFO]
 
 [INFO] Building DSpace Kernel :: Additions and Local Customizations 4.2
 [INFO]
 
 [WARNING] The POM for org.restlet.jee:org.restlet:jar:2.1.1 is invalid,
 transiti
 ve dependencies (if any) will not be available, enable debug logging for
 more de
 tails
 [WARNING] The POM for org.restlet.jee:org.restlet.ext.servlet:jar:2.1.1 is
 inval
 id, transitive dependencies (if any) will not be available, enable debug
 logging
  for more details
 [INFO]
 [INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-maven) @ additions
 ---
 [INFO]
 [INFO] --- maven-antrun-plugin:1.7:run (native2ascii-utf8) @ additions ---
 [INFO] Executing tasks

 Encode any UTF-8 chars in properties:
 [INFO] Executed tasks
 [INFO]
 [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @
 additions
 ---
 [INFO] Using 'UTF-8' encoding to copy filtered resources.
 [INFO] Copying 1 resource
 [INFO]
 [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @
 additions ---

 [INFO] Compiling 2 source files to
 C:\dspace\dspace-4.2-src-release\dspace\modul
 es\additions\target\classes
 [INFO] -
 [ERROR] COMPILATION ERROR :
 [INFO] -
 [ERROR] error: error reading
 C:\Users\Abu-Elnil\.m2\repository\org\restlet\jee\o
 rg.restlet\2.1.1\org.restlet-2.1.1.jar; error in opening zip file
 [ERROR] error: error reading
 C:\Users\Abu-Elnil\.m2\repository\org\restlet\jee\o
 rg.restlet.ext.servlet\2.1.1\org.restlet.ext.servlet-2.1.1.jar; error in
 opening
  zip file
 [INFO] 2 errors
 [INFO] -
 [INFO]
 
 [INFO] Reactor Summary:
 [INFO]
 [INFO] DSpace Addon Modules ... SUCCESS [
  2.290 s]
 [INFO] DSpace Kernel :: Additions and Local Customizations  FAILURE [
  2.589 s]
 [INFO] DSpace XML-UI (Manakin) :: Local Customizations  SKIPPED
 [INFO] DSpace LNI :: Local Customizations . SKIPPED
 [INFO] DSpace JSP-UI :: Local Customizations .. SKIPPED
 [INFO] DSpace REST (JAX RS 1 - Jersey) :: Local Customizations SKIPPED
 [INFO] DSpace SWORD :: Local Customizations ... SKIPPED
 [INFO] DSpace SWORD v2 :: Local Customizations  SKIPPED
 [INFO] DSpace SOLR :: Local Customizations  SKIPPED
 [INFO] DSpace OAI 2.0 :: Local Customizations . SKIPPED
 [INFO] DSpace Assembly and Configuration .. SKIPPED
 [INFO]
 
 [INFO] BUILD FAILURE
 [INFO]
 
 [INFO] Total time: 5.357 s
 [INFO] Finished at: 2014-08-23T17:00:40+03:00
 [INFO] Final Memory: 15M/37M
 [INFO]
 
 [ERROR] Failed to execute goal
 org.apache.maven.plugins:maven-compiler-plugin:2.
 3.2:compile (default-compile) on project additions: Compilation failure:
 Compila
 tion failure:
 [ERROR] error: error reading
 C:\Users\Abu-Elnil\.m2\repository\org\restlet\jee\o
 rg.restlet\2.1.1\org.restlet-2.1.1.jar; error in opening zip file
 [ERROR] error: error reading
 C:\Users\Abu-Elnil\.m2\repository\org\restlet\jee\o
 rg.restlet.ext.servlet\2.1.1\org.restlet.ext.servlet-2.1.1.jar; error in
 opening

Re: [Dspace-tech] Dspace Installation on Windows 7 Problems. please help

2014-08-23 Thread royopa
Try change the line from file [dspace-source]/pom.xml:

from
target name=Encode any UTF-8 chars in [src]/*.properties

to
target name=Encode any UTF-8 chars in properties

Regards




On Sat, Aug 23, 2014 at 12:48 PM, Hamad Dafallah hama...@gmail.com wrote:

 Thank you man indeed,
 I changed the target name as this: target name=native2ascii-utf8 but the
 problem still  found and no progress, any suggestions.
 best wishes


 On Sat, Aug 23, 2014 at 6:10 PM, royopa roy...@gmail.com wrote:

 Hi

 See how correct the error here:

 https://jira.duraspace.org/browse/DS-1940

 Regards

 Royopa
 http://about.me/royopa/


 On Sat, Aug 23, 2014 at 11:03 AM, Hamad Dafallah hama...@gmail.com
 wrote:


 C:\dspace\dspace-4.2-src-release\dspacemvn package
 [INFO] Scanning for projects...
 [INFO]
 
 [INFO] Reactor Build Order:
 [INFO]
 [INFO] DSpace Addon Modules
 [INFO] DSpace Kernel :: Additions and Local Customizations
 [INFO] DSpace XML-UI (Manakin) :: Local Customizations
 [INFO] DSpace LNI :: Local Customizations
 [INFO] DSpace JSP-UI :: Local Customizations
 [INFO] DSpace REST (JAX RS 1 - Jersey) :: Local Customizations
 [INFO] DSpace SWORD :: Local Customizations
 [INFO] DSpace SWORD v2 :: Local Customizations
 [INFO] DSpace SOLR :: Local Customizations
 [INFO] DSpace OAI 2.0 :: Local Customizations
 [INFO] DSpace Assembly and Configuration
 [INFO]
 [INFO]
 
 [INFO] Building DSpace Addon Modules 4.2
 [INFO]
 
 [INFO]
 [INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-maven) @ modules
 ---
 [INFO]
 [INFO] --- maven-antrun-plugin:1.7:run (native2ascii-utf8) @ modules ---
 [INFO] Executing tasks

 Encode any UTF-8 chars in properties:
 [INFO] Executed tasks
 [INFO]
 [INFO]
 
 [INFO] Building DSpace Kernel :: Additions and Local Customizations 4.2
 [INFO]
 
 [WARNING] The POM for org.restlet.jee:org.restlet:jar:2.1.1 is invalid,
 transiti
 ve dependencies (if any) will not be available, enable debug logging for
 more de
 tails
 [WARNING] The POM for org.restlet.jee:org.restlet.ext.servlet:jar:2.1.1
 is inval
 id, transitive dependencies (if any) will not be available, enable debug
 logging
  for more details
 [INFO]
 [INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-maven) @ additions
 ---
 [INFO]
 [INFO] --- maven-antrun-plugin:1.7:run (native2ascii-utf8) @ additions
 ---
 [INFO] Executing tasks

 Encode any UTF-8 chars in properties:
 [INFO] Executed tasks
 [INFO]
 [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @
 additions
 ---
 [INFO] Using 'UTF-8' encoding to copy filtered resources.
 [INFO] Copying 1 resource
 [INFO]
 [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @
 additions ---

 [INFO] Compiling 2 source files to
 C:\dspace\dspace-4.2-src-release\dspace\modul
 es\additions\target\classes
 [INFO] -
 [ERROR] COMPILATION ERROR :
 [INFO] -
 [ERROR] error: error reading
 C:\Users\Abu-Elnil\.m2\repository\org\restlet\jee\o
 rg.restlet\2.1.1\org.restlet-2.1.1.jar; error in opening zip file
 [ERROR] error: error reading
 C:\Users\Abu-Elnil\.m2\repository\org\restlet\jee\o
 rg.restlet.ext.servlet\2.1.1\org.restlet.ext.servlet-2.1.1.jar; error in
 opening
  zip file
 [INFO] 2 errors
 [INFO] -
 [INFO]
 
 [INFO] Reactor Summary:
 [INFO]
  [INFO] DSpace Addon Modules ... SUCCESS [
  2.290 s]
 [INFO] DSpace Kernel :: Additions and Local Customizations  FAILURE [
  2.589 s]
 [INFO] DSpace XML-UI (Manakin) :: Local Customizations  SKIPPED
 [INFO] DSpace LNI :: Local Customizations . SKIPPED
 [INFO] DSpace JSP-UI :: Local Customizations .. SKIPPED
 [INFO] DSpace REST (JAX RS 1 - Jersey) :: Local Customizations SKIPPED
 [INFO] DSpace SWORD :: Local Customizations ... SKIPPED
 [INFO] DSpace SWORD v2 :: Local Customizations  SKIPPED
 [INFO] DSpace SOLR :: Local Customizations  SKIPPED
 [INFO] DSpace OAI 2.0 :: Local Customizations . SKIPPED
 [INFO] DSpace Assembly and Configuration .. SKIPPED
 [INFO]
 
 [INFO] BUILD FAILURE
 [INFO]
 
 [INFO] Total time: 5.357 s
 [INFO] Finished at: 2014-08-23T17:00:40+03:00
 [INFO] Final Memory: 15M/37M
 [INFO

Re: [Dspace-tech] Collections sequential odering

2014-07-17 Thread royopa
You can also customize the class Community.java ([dspace-src] \
dspace-api \ src \ main \ java \ org \ dspace \ content \ Community.java)
to list the collections the way you want.

After the change in the class is required run the commands:

[dspace-src] \ dspace mvn package

[dspace-src] \ dspace \ target \ dspace-1.8.0-build \ ant update

Regards

Rodrigo
--
Want fast and easy access to all the code in your enterprise? Index and
search up to 200,000 lines of code with a free copy of Black Duck
Code Sight - the same software that powers the world's largest code
search on Ohloh, the Black Duck Open Hub! Try it now.
http://p.sf.net/sfu/bds___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] Problem with Discovery - command index-discovery -f

2014-07-13 Thread royopa
Hi Bram

Look the size of my log files:

ubuntu@ip-172-31-11-49:*/dspace/log$ ls -sh*
total 735M
   0 checker.log.2014-07-09   12K dspace.log.2014-07-10
*   0 checker.log.2014-07-10  227M dspace.log.2014-07-12*
*   0 checker.log.2014-07-11  501M dspace.log.2014-07-13*
   0 checker.log.2014-07-12 0 dspace.log.2014-07-14
   0 checker.log.2014-07-13  1.6M solr.log
   0 checker.log.2014-07-14   36K solr.log.2014-07-09
 68K cocoon.log.2014-07-09   396K solr.log.2014-07-10
1.8M cocoon.log.2014-07-10   708K solr.log.2014-07-11
144K cocoon.log.2014-07-11   1.5M solr.log.2014-07-12
 72K cocoon.log.2014-07-12  0 solr.log.2014-07-13
1.6M cocoon.log.2014-07-13  0 solr.log.2014-07-14
   0 cocoon.log.2014-07-14

Rodrigo



On 13 July 2014 17:44, Bram Luyten b...@atmire.com wrote:

 Hi,

 that sounds strange. Is it your dspace.log file that is blowing up or
 another log file?

 I just tried it out myself with standard DSpace 4.1 code, on a small 145
 item test repository and the logfile output looks like:
 http://pastebin.com/vGfUKpzQ

 best regards,

 Bram


 --
 [image: logo]
 *Bram Luyten* +1 202 684 6365
 *2888 Loker Avenue East, Suite 315, Carlsbad, CA. 92010*
 *Esperantolaan 4, Heverlee 3001, Belgium*
 www.atmire.com
 http://atmire.com/website/?q=servicesutm_source=emailfooterutm_medium=emailutm_campaign=braml



 On Sat, Jul 12, 2014 at 7:17 PM, royopa roy...@gmail.com wrote:

 Hi

 I executed the command index-discovery -f in my Ubuntu 14.04 (DSpace
 4.1) and the command generates a log file of 461 MB.

 Is that correct?

 I'm still downloading the file to check the log, but found it odd as
 large file.

 The time to turn the command was also very large: more than 60 minutes.

 Thanks

 --
 Rodrigo Prado de Jesus
 http://about.me/royopa
 roy...@gmail.com




 --

 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech
 List Etiquette:
 https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette





-- 
Rodrigo Prado de Jesus
http://about.me/royopa
roy...@gmail.com
--
Want fast and easy access to all the code in your enterprise? Index and
search up to 200,000 lines of code with a free copy of Black Duck#174;
Code Sight#153; - the same software that powers the world's largest code
search on Ohloh, the Black Duck Open Hub! Try it now.
http://p.sf.net/sfu/bds___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

[Dspace-tech] Problem with Discovery - command index-discovery -f

2014-07-12 Thread royopa
Hi

I executed the command index-discovery -f in my Ubuntu 14.04 (DSpace 4.1)
and the command generates a log file of 461 MB.

Is that correct?

I'm still downloading the file to check the log, but found it odd as large
file.

The time to turn the command was also very large: more than 60 minutes.

Thanks

-- 
Rodrigo Prado de Jesus
http://about.me/royopa
roy...@gmail.com
--
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] Gmail Configuration in Dspace 4.1

2014-07-10 Thread royopa
Hi Vinay

Please, test the e-mail configurations with command: [dspace]/bin/dspace
test-email

Sometimes the problem is in connection with Gmail (the Gmail block the
connection with DSpace) and not with DSpace configuration.

Regards

Rodrigo


On 10 July 2014 08:39, Vinay Kumar Sharma vinayn...@gmail.com wrote:

 Dear Sir,

 Thanks for the reply, it would be good if it could be included  in 
 *InstallingDSpace-Advanced
 Instalation-Using Gmail*.
 But still It is not working.
 regards
 Vinay


 On Thu, Jul 10, 2014 at 2:39 PM, royopa roy...@gmail.com wrote:


 Hi Vinay

 Try remove the line mail.server.port = 25, see the article:

 http://blog.stuartlewis.com/2009/09/05/using-gmail-with-dspace/

 Hilton

 I find it interesting to put this information in the DSpace
 documentation, which category do you suggest?

 InstallingDSpace-Advanced Instalation-Using Gmail as mail server or
 InstallingDSpace-Installation Instructions-Using Gmail as mail server?

 Regards

 Rodrigo


 On 10 July 2014 05:50, Hilton Gibson hilton.gib...@gmail.com wrote:

 Hi Sunil

 Is this documented officially?

 Cheers

 hg

 *Hilton Gibson*
 Ubuntu Linux 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://scholar.sun.ac.za
 http://bit.ly/goodir
 http://library.sun.ac.za
 http://za.linkedin.com/in/hiltongibson


 On 10 July 2014 10:17, sunil sharma koha.sunil...@gmail.com wrote:

 Hello vinay,

 Your problem is because you mentioned wrong port no. for gmail smtp.
 Change port from 25 to 587 and it works well.

 i.e.

 *mail.server.port = 587*


 //BR
 Sunil


 On Thu, Jul 10, 2014 at 1:42 AM, Vinay Kumar Sharma 
 vinayn...@gmail.com wrote:

 Dear All,

 I have just installed Dspace 4.1 and now configuring email account in
 Dspace. In this connection following changes I have made in email 
 settings.
 But still it is not working.

 # Email settings ##



 mail.server = *smtp.gmail.com http://smtp.gmail.com*

 mail.server.username = *vinayn...@gmail.com vinayn...@gmail.com*

 mail.server.password = *password123*

 mail.server.port = *25*

 mail.from.address = *vinayn...@gmail.com vinayn...@gmail.com*

 feedback.recipient = *vinayn...@gmail.com vinayn...@gmail.com*

 mail.admin = *vinayn...@gmail.com vinayn...@gmail.com*

 alert.recipient = *vinayn...@gmail.com vinayn...@gmail.com*

 registration.notify = *vinayn...@gmail.com vinayn...@gmail.com*



 mail.extraproperties = mail.smtp.socketFactory.port=465, \
 mail.smtp.socketFactory.class=javax.net.ssl.SSLSocketFactory, \

mail.smtp.socketFactory.fallback=false



 After configuring the given changes, I have restarted the server when
 I click on feedback link it showing me following error:

 Go to DSpace home http://192.168.7.3:8080/xmlui

 java.lang.StringIndexOutOfBoundsException: String index out of range:
 -1

 Cocoon stacktrace [show]

 Java stacktrace [show]

 Java full stacktrace [show]

 The Manakin https://wiki.duraspace.org/display/DSPACE/Manakin
 interface of the DSpace http://dspace.org/ digital repository
 software.



 Can anyone please provide me the solution?

 Thanks  regards

 Vinay Sharma


 --
 Open source business process management suite built on Java and Eclipse
 Turn processes into business applications with Bonita BPM Community
 Edition
 Quickly connect people, data, and systems into organized workflows
 Winner of BOSSIE, CODIE, OW2 and Gartner awards
 http://p.sf.net/sfu/Bonitasoft
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech
 List Etiquette:
 https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette




 --
 Open source business process management suite built on Java and Eclipse
 Turn processes into business applications with Bonita BPM Community
 Edition
 Quickly connect people, data, and systems into organized workflows
 Winner of BOSSIE, CODIE, OW2 and Gartner awards
 http://p.sf.net/sfu/Bonitasoft
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech
 List Etiquette:
 https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette




 --
 Open source business process management suite built on Java and Eclipse
 Turn processes into business applications with Bonita BPM Community
 Edition
 Quickly connect people, data, and systems into organized workflows
 Winner of BOSSIE, CODIE, OW2 and Gartner awards
 http://p.sf.net/sfu/Bonitasoft
 ___
 DSpace-tech mailing list
 DSpace-tech

Re: [Dspace-tech] Dspace 4.1. - dspace create-administrator

2014-07-09 Thread royopa
Hi Jaco

Try reinstall the DSpace.

Check this slide to instructions to install in Windows (pt_BR).
http://www.slideshare.net/royopa1/instalao-dspace-4x-windows-35874835

Regards

Rodrigo


On 9 July 2014 11:56, Monika Mevenkamp moni...@princeton.edu wrote:

 Jaco

 what is your DSPACE installation directory ? It is defined as  /dspace
 by default in the dspace.dir variable inside your dspace.cfg file.  The
 installed code should be found in the bin directory in that
 installation directory.

 There are two steps to installing dspace, build with maven and deploy
 with ant. Looking at your path you may have skipped the second, see
 https://wiki.duraspace.org/display/DSPACE/DSpaceOnWindows

 Monika

 On Wed Jul  9 08:41:45 2014, Jaco Lins (UEL) wrote:
  Dear all,
 
  I am installing dspace 4.1.
 
  When I run the command c:\ dspace\dspace-4.1-release\dspace\bin
  dspace create-administrator occurs the following error:
 
  Error: Could not find or load main class
  org.dspace.app.launcher.ScriptLauncher
 
  Can anyone help?
 
  Thanks,
 
  Jaco
 
 
 
 
 --
  Open source business process management suite built on Java and Eclipse
  Turn processes into business applications with Bonita BPM Community
 Edition
  Quickly connect people, data, and systems into organized workflows
  Winner of BOSSIE, CODIE, OW2 and Gartner awards
  http://p.sf.net/sfu/Bonitasoft
 
 
  ___
  DSpace-tech mailing list
  DSpace-tech@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/dspace-tech
  List Etiquette:
 https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

 --
 Monika Mevenkamp
 phone: 609-258-4161
 Lewis Library,Washington Road and Ivy Lane, Princeton University,
 Princeton, NJ 08544


 --
 Open source business process management suite built on Java and Eclipse
 Turn processes into business applications with Bonita BPM Community Edition
 Quickly connect people, data, and systems into organized workflows
 Winner of BOSSIE, CODIE, OW2 and Gartner awards
 http://p.sf.net/sfu/Bonitasoft
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech
 List Etiquette:
 https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette




-- 
Rodrigo Prado de Jesus
http://about.me/royopa
roy...@gmail.com
--
Open source business process management suite built on Java and Eclipse
Turn processes into business applications with Bonita BPM Community Edition
Quickly connect people, data, and systems into organized workflows
Winner of BOSSIE, CODIE, OW2 and Gartner awards
http://p.sf.net/sfu/Bonitasoft___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] Maven Build Failure

2014-07-07 Thread royopa
Hi

Change the line 124  from file [dspace-source]/pom.xml:

from
target name=Encode any UTF-8 chars in [src]/*.properties

to
target name=Encode any UTF-8 chars in properties


Check this slide to instructions to install and correct this error (slide
32) in Windows (pt_BR).
http://www.slideshare.net/royopa1/instalao-dspace-4x-windows-35874835

Regards

Rodrigo
http://about.me/royopa/


On 7 July 2014 06:18, James Stockdale james.stockd...@cit.ie wrote:

  A fix for this is mentioned here:
 https://jira.duraspace.org/browse/DS-1940



  TEC Centre – NIMBUS http://nimbus.cit.ie/tec/
 Cork Institute of Technology,
 Bishopstown,
 Cork.
 james.stockd...@cit.ie


 --
 *From:* Bhavesh Patel [bhavesh.bece...@gmail.com]
 *Sent:* 07 July 2014 10:01
 *To:* dspace-tech
 *Subject:* [Dspace-tech] Maven Build Failure

   Dear Tech team,

  Today I install Dspace 4.1 on window.. while executing mvn package it
 show me the error message.

  [image: Inline image 1]

  Please let me know what may the problem..?


   Thanks  Regards,
 *Bhavesh R. Patel *

- www.bhaveshpatel.info
- www.onlinequizportal.com
- www.hindisuvichar.com

  Never leave till tomorrow which you can do today
  *Please consider the environment before printing this e-mail.*


 --
 Open source business process management suite built on Java and Eclipse
 Turn processes into business applications with Bonita BPM Community Edition
 Quickly connect people, data, and systems into organized workflows
 Winner of BOSSIE, CODIE, OW2 and Gartner awards
 http://p.sf.net/sfu/Bonitasoft
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech
 List Etiquette:
 https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette




-- 
Rodrigo Prado de Jesus
http://about.me/royopa
roy...@gmail.com
--
Open source business process management suite built on Java and Eclipse
Turn processes into business applications with Bonita BPM Community Edition
Quickly connect people, data, and systems into organized workflows
Winner of BOSSIE, CODIE, OW2 and Gartner awards
http://p.sf.net/sfu/Bonitasoft___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] Maven Build Failure

2014-07-07 Thread royopa
Hi

Try follow the steps mentioned here.

I did this article on my personal blog about install mode DSpace 4.x in
Windows environments.

http://www.slideshare.net/royopa1/instalao-dspace-4x-windows-35874835

Regards

Rodrigo




On 7 July 2014 09:20, Bhavesh Patel bhavesh.bece...@gmail.com wrote:

 Thanks Rodrigo / James Stockdale,

 It's working fine.. but I am facing the other issue on the very next
 command ant fresh_install

 I have set the path on build.property file
 dspace.install.dir=C:\Dspace

 as well as into [dspace-src]/dspace/config/dspace.cfg
 dspace.dir = C:\Dspace

 but it's install on
 C:\dspace-4.1-src-release\dspace\target\dspace-4.1-build\Dspace

 what may be the issue ?

 Bhavesh

 Thanks  Regards,
 *Bhavesh R. Patel *

- www.bhaveshpatel.info
- www.onlinequizportal.com
- www.hindisuvichar.com

 Never leave till tomorrow which you can do today
 *Please consider the environment before printing this e-mail.*


 On Mon, Jul 7, 2014 at 4:56 PM, royopa roy...@gmail.com wrote:

 Hi

 Change the line 124  from file [dspace-source]/pom.xml:

 from
 target name=Encode any UTF-8 chars in [src]/*.properties

 to
 target name=Encode any UTF-8 chars in properties


 Check this slide to instructions to install and correct this error (slide
 32) in Windows (pt_BR).
 http://www.slideshare.net/royopa1/instalao-dspace-4x-windows-35874835

 Regards

 Rodrigo
 http://about.me/royopa/


 On 7 July 2014 06:18, James Stockdale james.stockd...@cit.ie wrote:

  A fix for this is mentioned here:
 https://jira.duraspace.org/browse/DS-1940



  TEC Centre – NIMBUS http://nimbus.cit.ie/tec/
 Cork Institute of Technology,
 Bishopstown,
 Cork.
 james.stockd...@cit.ie


 --
 *From:* Bhavesh Patel [bhavesh.bece...@gmail.com]
 *Sent:* 07 July 2014 10:01
 *To:* dspace-tech
 *Subject:* [Dspace-tech] Maven Build Failure

   Dear Tech team,

  Today I install Dspace 4.1 on window.. while executing mvn package it
 show me the error message.

  [image: Inline image 1]

  Please let me know what may the problem..?


   Thanks  Regards,
 *Bhavesh R. Patel *

- www.bhaveshpatel.info
- www.onlinequizportal.com
- www.hindisuvichar.com

  Never leave till tomorrow which you can do today
  *Please consider the environment before printing this e-mail.*


 --
 Open source business process management suite built on Java and Eclipse
 Turn processes into business applications with Bonita BPM Community
 Edition
 Quickly connect people, data, and systems into organized workflows
 Winner of BOSSIE, CODIE, OW2 and Gartner awards
 http://p.sf.net/sfu/Bonitasoft
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech
 List Etiquette:
 https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette




 --
 Rodrigo Prado de Jesus
 http://about.me/royopa
 roy...@gmail.com





-- 
Rodrigo Prado de Jesus
http://about.me/royopa
roy...@gmail.com
--
Open source business process management suite built on Java and Eclipse
Turn processes into business applications with Bonita BPM Community Edition
Quickly connect people, data, and systems into organized workflows
Winner of BOSSIE, CODIE, OW2 and Gartner awards
http://p.sf.net/sfu/Bonitasoft___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

[Dspace-tech] How change the format to list in Discovery Face

2014-06-05 Thread royopa
Hi

I need change the format to display elements in discovery facet (Subjects),
for display elements in UPPER CASE.

Is this possible? Which file do I do this?

Regards

-- 
Rodrigo Prado de Jesus
http://about.me/royopa
--
Learn Graph Databases - Download FREE O'Reilly Book
Graph Databases is the definitive new guide to graph databases and their 
applications. Written by three acclaimed leaders in the field, 
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/NeoTech___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] How to format the display of the search result in Discovery/DSpace 4.1?

2014-06-02 Thread royopa
Hi

I have not found answers to my problem yet, the search result Discovery
dc.title the metadata is used as a title, but I am using another custom
field (dc.title.artigo) and this field is not displayed. In the search
result the items are untitled.

Thanks

Rodrigo Prado de Jesus
http://about.me/royopa




On 1 June 2014 17:11, Hilton Gibson hilton.gib...@gmail.com wrote:

 Hi

 Perhaps this will help:
 http://wiki.lib.sun.ac.za/index.php/SUNScholar/Customisation#Advanced_Customisation_.28Modules_Overlay_Method.29

 Cheers

 hg

 *Hilton Gibson*
 Ubuntu Linux 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://scholar.sun.ac.za
 http://bit.ly/goodir
 http://library.sun.ac.za
 http://za.linkedin.com/in/hiltongibson


 On 1 June 2014 18:39, royopa roy...@gmail.com wrote:

 Hi

 I created a custom view for the items in my theme Mirage.
 (item-list.xsl).

 But this customization is not displayed in search results for Discovery,
 how to configure the discovery to show the items in the same format?

 Thanks!

 --
 Rodrigo Prado de Jesus
 http://about.me/royopa


 --
 Time is money. Stop wasting it! Get your web API in 5 minutes.
 www.restlet.com/download
 http://p.sf.net/sfu/restlet
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech
 List Etiquette:
 https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette





--
--
Learn Graph Databases - Download FREE O'Reilly Book
Graph Databases is the definitive new guide to graph databases and their 
applications. Written by three acclaimed leaders in the field, 
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/NeoTech___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] How to format the display of the search result in Discovery/DSpace 4.1?

2014-06-02 Thread royopa
How do I change the format of the search results on Discovery?

I made several changes to my theme Mirage (itemSummaryList)
(item-list.xml)
(/dspace/webapps/xmlui/themes/Mirage/lib/xsl/aspect/artifactbrowser/item-list.xsl)
but this format does not appear in the search results.


On 2 June 2014 06:04, royopa roy...@gmail.com wrote:

 Hi

 I have not found answers to my problem yet, the search result Discovery
 dc.title the metadata is used as a title, but I am using another custom
 field (dc.title.artigo) and this field is not displayed. In the search
 result the items are untitled.

 Thanks

 Rodrigo Prado de Jesus
 http://about.me/royopa




 On 1 June 2014 17:11, Hilton Gibson hilton.gib...@gmail.com wrote:

 Hi

 Perhaps this will help:
 http://wiki.lib.sun.ac.za/index.php/SUNScholar/Customisation#Advanced_Customisation_.28Modules_Overlay_Method.29

 Cheers

 hg

 *Hilton Gibson*
 Ubuntu Linux 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://scholar.sun.ac.za
 http://bit.ly/goodir
 http://library.sun.ac.za
 http://za.linkedin.com/in/hiltongibson


 On 1 June 2014 18:39, royopa roy...@gmail.com wrote:

  Hi

 I created a custom view for the items in my theme Mirage.
 (item-list.xsl).

 But this customization is not displayed in search results for Discovery,
 how to configure the discovery to show the items in the same format?

 Thanks!

 --
 Rodrigo Prado de Jesus
 http://about.me/royopa


 --
 Time is money. Stop wasting it! Get your web API in 5 minutes.
 www.restlet.com/download
 http://p.sf.net/sfu/restlet
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech
 List Etiquette:
 https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette





 --




-- 
Rodrigo Prado de Jesus
http://about.me/royopa
roy...@gmail.com
11 98625-4398 - Tim
11 97339-8451 - Vivo
--
Learn Graph Databases - Download FREE O'Reilly Book
Graph Databases is the definitive new guide to graph databases and their 
applications. Written by three acclaimed leaders in the field, 
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/NeoTech___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] How to format the display of the search result in Discovery/DSpace 4.1?

2014-06-02 Thread royopa
Thanks, my file discovery.xsl was
in 
/dspace/webapps/xmlui/themes/dri2xhtml-alt/aspect/artifactbrowser/discovery.xsl.
I use the Mirage theme.

Regards.

-- 
Rodrigo Prado de Jesus
http://about.me/royopa




On 2 June 2014 10:55, Brown, Jacob j.h.br...@tcu.edu wrote:

 Assuming you are starting with the Mirage template (or similar
 dri2xhtml-alt template), the XHTML for Discovery results is configured in
 `aspect/artifactbrowser/discovery.xsl` (see especially the
 `itemSummaryList` template).



 Jacob



 *From:* royopa [mailto:roy...@gmail.com]
 *Sent:* Sunday, June 01, 2014 11:40 AM
 *To:* dspace-tech
 *Subject:* [Dspace-tech] How to format the display of the search result
 in Discovery/DSpace 4.1?



 Hi



 I created a custom view for the items in my theme Mirage. (item-list.xsl).



 But this customization is not displayed in search results for Discovery,
 how to configure the discovery to show the items in the same format?



 Thanks!



 --

 Rodrigo Prado de Jesus
 http://about.me/royopa

--
Learn Graph Databases - Download FREE O'Reilly Book
Graph Databases is the definitive new guide to graph databases and their 
applications. Written by three acclaimed leaders in the field, 
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/NeoTech___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

[Dspace-tech] How to format the display of the search result in Discovery/DSpace 4.1?

2014-06-01 Thread royopa
Hi

I created a custom view for the items in my theme Mirage. (item-list.xsl).

But this customization is not displayed in search results for Discovery,
how to configure the discovery to show the items in the same format?

Thanks!

-- 
Rodrigo Prado de Jesus
http://about.me/royopa
--
Time is money. Stop wasting it! Get your web API in 5 minutes.
www.restlet.com/download
http://p.sf.net/sfu/restlet___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

[Dspace-tech] How Do add a function UPPER CASE in item list Manakin Theme?

2014-05-27 Thread royopa
Hi

I need use a function to UPPER CASE the value on item-list view
(/webapp/themes/Mirage/lib/xsl/aspect/artifactbrowser/item-list.xsl)

How Do I do it??

xsl:value-of
select=UPPER-CASE-FUNCTION(dim:field[@element='myElement'])/

Thanks

Rodrigo
--
The best possible search technologies are now affordable for all companies.
Download your FREE open source Enterprise Search Engine today!
Our experts will assist you in its installation for $59/mo, no commitment.
Test it for FREE on our Cloud platform anytime!
http://pubads.g.doubleclick.net/gampad/clk?id=145328191iu=/4140/ostg.clktrk___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

[Dspace-tech] How add Link to Primary Bitstream in item-list.xsl?

2014-05-27 Thread royopa
Hi guys!

I need to insert a link to the first bitstream for each item in the
item-list.xml. This is possible? Could you give me a hand?

I am using Mirage theme and DSpace 4.1

Thanks
-- 
Rodrigo Prado de Jesus
http://about.me/royopa
--
Time is money. Stop wasting it! Get your web API in 5 minutes.
www.restlet.com/download
http://p.sf.net/sfu/restlet___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

[Dspace-tech] DSpace 4.1 - automatically index without use index-discovery

2014-03-26 Thread royopa
I'm having problems with DSpace 4.1 because after the inclusion of an item
in a collection, it is not automatically indexed and will not appear
neither in the search nor the recent submissions.

These newly added items are only available for viewing after implementation
of index-discovery command.

I checked the demo dspace page and there the newly added item will
automatically appear in the search automatically.

What should I do in this case for indexing is automatic?

Regards

-- 
Rodrigo Prado de Jesus
http://about.me/royopa
roy...@gmail.com
--
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

[Dspace-tech] How create a Authority Control service?

2014-03-10 Thread royopa
Hi I need to implement an application that provides data to the control
authority of DSpace.
It goes like this, I have a base of employees and need to use the control
authorities of DSpace to prevent the user to enter this data and I have
consistent data.
My idea is to develop an external application that receives the DSpace
search parameters and returns the format that DSpace uses for process
control authority.
Would anyone tell me what procedures to do this process? Actually need to
see the parameters sent and the results display that uses DSpace process
(xml, json, I do not know ...)
thank you

-- 
Rodrigo Prado de Jesus
http://about.me/royopa
roy...@gmail.com
--
Learn Graph Databases - Download FREE O'Reilly Book
Graph Databases is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

[Dspace-tech] How I restrict the access for the bitstream to specific items in collection?

2014-03-09 Thread royopa
Hi

I am using theme Mirage in my DSpace 4.1 and I need restrict the access for
only some specific bitstreams in various items in same collection.

I have created a metadata field to control the access, but in list item and
full record item I need show/permit the view bitstream of item only
adminsitrators users (user logged with group administrators).

How I can do it?

Thanks

-- 
Rodrigo Prado de Jesus
http://about.me/royopa
roy...@gmail.com
--
Subversion Kills Productivity. Get off Subversion  Make the Move to Perforce.
With Perforce, you get hassle-free workflows. Merge that actually works. 
Faster operations. Version large binaries.  Built-in WAN optimization and the
freedom to use Git, Perforce or both. Make the move to Perforce.
http://pubads.g.doubleclick.net/gampad/clk?id=122218951iu=/4140/ostg.clktrk___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] How I restrict the access for the bitstream to specific items in collection?

2014-03-09 Thread royopa
Thanks Hilton, but I think this will not help me because I need to put the
Read permission bitstreams only for some items that are within the same
collection. I understand that the policy restriction DSpace occurs for ALL
items in the same collection and that is not what I need.

My understanding is correct? Do you have any suggestions?

thank you


On 9 March 2014 17:43, Hilton Gibson hilton.gib...@gmail.com wrote:

 Perhaps this will help:
 http://wiki.lib.sun.ac.za/index.php/SUNScholar/Item_and_Collection_Permissions


 *Hilton Gibson*
 Ubuntu Linux 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://scholar.sun.ac.za
 http://bit.ly/goodir
 http://library.sun.ac.za
 http://za.linkedin.com/in/hiltongibson


 On 9 March 2014 20:59, royopa roy...@gmail.com wrote:

 Hi

 I am using theme Mirage in my DSpace 4.1 and I need restrict the access
 for only some specific bitstreams in various items in same collection.

 I have created a metadata field to control the access, but in list item
 and full record item I need show/permit the view bitstream of item only
 adminsitrators users (user logged with group administrators).

 How I can do it?

 Thanks

 --
 Rodrigo Prado de Jesus
 http://about.me/royopa
 roy...@gmail.com


 --
 Subversion Kills Productivity. Get off Subversion  Make the Move to
 Perforce.
 With Perforce, you get hassle-free workflows. Merge that actually works.
 Faster operations. Version large binaries.  Built-in WAN optimization and
 the
 freedom to use Git, Perforce or both. Make the move to Perforce.

 http://pubads.g.doubleclick.net/gampad/clk?id=122218951iu=/4140/ostg.clktrk
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech
 List Etiquette:
 https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette





-- 
Rodrigo Prado de Jesus
http://about.me/royopa
roy...@gmail.com
11 98625-4398 - Tim
11 97339-8451 - Vivo
--
Learn Graph Databases - Download FREE O'Reilly Book
Graph Databases is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette