Re: [Dspace-tech] ant fresh_install

2012-05-30 Thread Henry, Matt - OPS District Computer Technician
Looks like your password in your postgresql database for the user dspace is not 
'dspace'.  Should be as simple as fixing the authentication issue.

Matt

-Original Message-
From: Lei Zhang [mailto:lzha...@sycamores.indstate.edu] 
Sent: Wednesday, May 30, 2012 1:26 PM
To: TORREILLES, Bernard; dspace-tech@lists.sourceforge.net
Subject: [Dspace-tech] ant fresh_install

Hello all,

I got the wrong message when I run ant fresh_install. Could you help me to fix 
the problem. Thanks a lot for any help.

init_configs:
  [copy] Copying 85 files to
/home/johnny/dspace/dspace-1.8.2-src-release/dspace/config
  [copy] Copying 1 file to
/home/johnny/dspace/dspace-1.8.2-src-release/dspace/config

test_database:
  [java] 2012-05-30 14:17:34,460 INFO org.dspace.core.ConfigurationManager 
@ Loading system provided config property (-Ddspace.configuration): 
config/dspace.cfg
  [java] 2012-05-30 14:17:34,476 INFO org.dspace.core.ConfigurationManager 
@ Using default log4j provided log configuration,if unintended, check your 
dspace.cfg for (log.init.config)
  [java]
  [java] Attempting to connect to database:
  [java]  - URL: jdbc:postgresql://localhost:5432/dspace
  [java]  - Driver: org.postgresql.Driver
  [java]  - Username: dspace
  [java]  - Password: dspace
  [java]  - Schema: null
  [java]
  [java] Testing connection...
  [java]
  [java] Error:
  [java]  - org.postgresql.util.PSQLException: FATAL: password 
authentication failed for user dspace
  [java]
  [java] Please see the DSpace documentation for assistance.
  [java]

BUILD FAILED
/home/johnny/dspace/dspace-1.8.2-src-release/dspace/target/dspace-1.8.2-build/build.xml:764:
 
Java returned: 1



--
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



--
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] ant fresh_install

2012-05-30 Thread Henry, Matt - OPS District Computer Technician
This may be wrong but I just noticed that the error message shown puts double 
quotes around the username... did you set the username to literally dspace?

I don't think the config needs quotes around it.  
This:
  [java]  - Username: dspace
  [java]  - Password: dspace
Should look like this:
  [java]  - Username: dspace
  [java]  - Password: dspace

Let me know if that fixes it.

Matt
-Original Message-
From: Lei Zhang [mailto:lzha...@sycamores.indstate.edu] 
Sent: Wednesday, May 30, 2012 3:07 PM
To: Henry, Matt - OPS District Computer Technician
Subject: RE: [Dspace-tech] ant fresh_install

Thanks a lot. I checked it and the password is dspace.

-Original Message-
From: Henry, Matt - OPS District Computer Technician 
[mailto:matt.he...@owensboro.kyschools.us] 
Sent: Wednesday, May 30, 2012 3:58 PM
To: Lei Zhang; TORREILLES, Bernard; dspace-tech@lists.sourceforge.net
Subject: RE: [Dspace-tech] ant fresh_install

Looks like your password in your postgresql database for the user dspace is not 
'dspace'.  Should be as simple as fixing the authentication issue.

Matt

-Original Message-
From: Lei Zhang [mailto:lzha...@sycamores.indstate.edu] 
Sent: Wednesday, May 30, 2012 1:26 PM
To: TORREILLES, Bernard; dspace-tech@lists.sourceforge.net
Subject: [Dspace-tech] ant fresh_install

Hello all,

I got the wrong message when I run ant fresh_install. Could you help me to fix 
the problem. Thanks a lot for any help.

init_configs:
  [copy] Copying 85 files to
/home/johnny/dspace/dspace-1.8.2-src-release/dspace/config
  [copy] Copying 1 file to
/home/johnny/dspace/dspace-1.8.2-src-release/dspace/config

test_database:
  [java] 2012-05-30 14:17:34,460 INFO org.dspace.core.ConfigurationManager 
@ Loading system provided config property (-Ddspace.configuration): 
config/dspace.cfg
  [java] 2012-05-30 14:17:34,476 INFO org.dspace.core.ConfigurationManager 
@ Using default log4j provided log configuration,if unintended, check your 
dspace.cfg for (log.init.config)
  [java]
  [java] Attempting to connect to database:
  [java]  - URL: jdbc:postgresql://localhost:5432/dspace
  [java]  - Driver: org.postgresql.Driver
  [java]  - Username: dspace
  [java]  - Password: dspace
  [java]  - Schema: null
  [java]
  [java] Testing connection...
  [java]
  [java] Error:
  [java]  - org.postgresql.util.PSQLException: FATAL: password 
authentication failed for user dspace
  [java]
  [java] Please see the DSpace documentation for assistance.
  [java]

BUILD FAILED
/home/johnny/dspace/dspace-1.8.2-src-release/dspace/target/dspace-1.8.2-build/build.xml:764:
 
Java returned: 1



--
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







--
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] Inconsistent results with google-metadata.properties

2012-02-26 Thread Henry, Matt - OPS District Computer Technician
Try clearing cacoon cache can help but also be sure that you are not using a 
proxy that is caching it.  I ran into the same issue when trying to update the 
search drop down boxes to have new field sets.  After I set a do not proxy 
rule for that page then everything worked properly.  Caching is a very annoying 
problem for xmlui.

Hope that helps,
Matt

-Original Message-
From: Andrea Schweer [mailto:schw...@waikato.ac.nz] 
Sent: Sunday, February 26, 2012 2:43 PM
To: dspace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] Inconsistent results with google-metadata.properties

Hi Jim,

On 25/02/12 03:49, Jim Coble wrote:
 We recently updated our google-metadata.properties file to include, among 
 other things, the mapping google.citation_doi = dc.relation.isversionof .  We 
 are seeing the new mappings being inconsistently applied across items and 
 even between the simple and full display of a single item.

I see you're using XMLUI. Have you tried clearing the Cocoon cache? You can do 
this when logged in as a DSpace administrator via the Control Panel, Java 
Information section, Clear cache immediately.

cheers,
Andrea

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


--
Virtualization  Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech



--
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Internal Error after the dspace installation

2012-02-23 Thread Henry, Matt - OPS District Computer Technician
I think this means that your dspace.cfg file may be setup incorrectly.  Also 
check your permissions on the webapps and your dspace folder.

Hope this helps,
Matt Henry

From: ritika bhalla [mailto:rit.bhall...@gmail.com]
Sent: Thursday, February 23, 2012 3:07 AM
To: DSpace-tech@lists.sourceforge.net
Subject: [Dspace-tech] Internal Error after the dspace installation

Hey,

I have successfully installed Dspace 1.8.1 with the pre-requisite softwares 
installed and running. When i run the link. http:\\localhost:8080\jspui on 
the home page i get the following error:

Internal System Error
The system has experienced an internal error. Please try to do what you were 
doing again, and if the problem persists, please contact us so we can fix the 
problem.--

--
Virtualization  Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Installing DSpace in centOS

2012-02-23 Thread Henry, Matt - OPS District Computer Technician
We are running our dspace server on CentOS 5.  I have actually installed it on 
this environment twice with no errors.  The installation instructions I 
followed were the default linux instructions found here: 
http://www.dspace.org/1_7_0Documentation/Installation.html

This is of course for 1.7 however 1.8 should be the same (except that the 
dspace.cfg file has changed a bit since then).  The main errors I ran into was 
that ant was having errors and this was due to dspace.cfg having the wrong 
values in some fields.  Also, if you are behind a proxy this can affect your 
installation process.

Good Luck,
Matt Henry

-Original Message-
From: Tim Donohue [mailto:tdono...@duraspace.org] 
Sent: Thursday, February 23, 2012 12:57 PM
To: Rahul Kumar Soni
Cc: dspace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] Installing DSpace in centOS

Hi Rahul,

Although we don't have a installation guide specific to centOS, searching 
Google for DSpace + CentOS gives some good results:

https://www.google.com/search?q=DSpace+centOSie=utf-8oe=utf-8aq=trls=org.mozilla:en-GB:officialclient=firefox-a

It looks like several others have written guides for DSpace + CentOS:
* http://ir.inflibnet.ac.in/dxml/handle/1944/1658
* http://adywp.blogs.unhas.ac.id/2011/08/dspace-installation-on-centos/
(There's more on the google search link above).

If you are running into specific errors/issues, you can also post those to this 
listserv, and we can see if there are other hints/tips we can provide. For more 
info, see How to Troubleshoot an Error: 
https://wiki.duraspace.org/display/DSPACE/Troubleshoot+an+error

- Tim


On 2/23/2012 7:22 AM, Rahul Kumar Soni wrote:
 I am trying to install DSpace in centOS but finding lots of error. Is there 
 any precise and well tried method to do so.

 Also, is there any direct support available from MIT or ho.

 Thanking you

 Rahul Kumar Soni
 http://sites.google.com/Site/ismrahulsoni


 --
  Virtualization  Cloud Management Using Capacity Planning 
 Cloud computing makes use of virtualization - but cloud computing also 
 focuses on allowing computing to be delivered as a service.
 http://www.accelacomm.com/jaw/sfnl/114/51521223/
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech

--
Virtualization  Cloud Management Using Capacity Planning Cloud computing makes 
use of virtualization - but cloud computing also focuses on allowing computing 
to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech



--
Virtualization  Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] DSpace memory issue

2012-02-09 Thread Henry, Matt - OPS District Computer Technician
I have had this exact problem while running on windows.  After switching
to linux I ran into it again and fixed it with the following command:

Export CATALINA_OPTS=-Xms1025m -Xmx1024m -XX:MaxPermSize=512m

Honestly, I do not know what Xms and Xmx really stand for or what their
purpose is.  My best guess is that it increases the minimum and maximum
memory pool of java catalina can use.  The MaxPermSize option fixed the
PermGen out of memory errors for me.

Adjust the numbers as you see fit.

Matt Henry

On 2/9/12 9:42 AM, Alexandre Magaz Graça alexandre.ma...@udl.cat wrote:

Al 09/02/12 13:37, En/na Gabriel Dina ha escrit:
 Dear all,

 We found in our DSpace installation (XMLUI) that JAVA uses a lot of
 memory for just a few items added in DSpace.

 Also, from time to time DSpace freeze the tomcat process and we have to
 kill it.

 Do you have some suggestions about this issues?

 [...]

Hello Gabriel,

We're also having memory problems with DSpace. Although we have
increased Java heap space up to 1 GB it still ends up running out of
memory.

Which DSpace version do you have? Do you see a trace like the one bellow
in DSpace logs when your Tomcat freezes?

ERROR org.dspace.app.xmlui.cocoon.DSpaceCocoonServletFilter @ Serious
Error Occurred Processing Request!
javax.servlet.ServletException: Servlet execution threw an exception
 at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applicati
onFilterChain.java:313)
 at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilter
Chain.java:206)
 at 
org.dspace.app.xmlui.cocoon.SetCharacterEncodingFilter.doFilter(SetCharact
erEncodingFilter.java:111)
 [...]
Caused by: java.lang.OutOfMemoryError: Java heap space
 at java.nio.HeapByteBuffer.init(HeapByteBuffer.java:57)
 at java.nio.ByteBuffer.allocate(ByteBuffer.java:329)
 at sun.nio.cs.StreamEncoder.init(StreamEncoder.java:194)
 [...]

Cheers,
Àlex

--

Virtualization  Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech




--
Virtualization  Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Changing advanced search drop down in XMLUI

2012-02-06 Thread Henry, Matt - OPS District Computer Technician
Thanks again for all the help.  It was a simple thing that finally fixed my 
issue.  Cacoon cache needed to be cleared!  The cache was still pulling old 
pages that needed to be generated anew with these changes.

Everything works as intended now.

Thanks again!
Matt Henry

From: Hilton Gibson hilton.gib...@gmail.commailto:hilton.gib...@gmail.com
Date: Thu, 2 Feb 2012 01:48:33 +0200
To: OPS Staff 
matt.he...@owensboro.kyschools.usmailto:matt.he...@owensboro.kyschools.us
Subject: Re: [Dspace-tech] Changing advanced search drop down in XMLUI

Try this: http://wiki.lib.sun.ac.za/index.php/SUNScholar/Indexes

On 1 February 2012 23:59, Henry, Matt - OPS District Computer Technician 
matt.he...@owensboro.kyschools.usmailto:matt.he...@owensboro.kyschools.us 
wrote:
OK.  This may be a noob question but I cannot for the life of me find 
documentation detailing how to change the current drop downs of the XMLUI 
advanced search.  I changed search.index in the cfg files which reveals an 
interesting outcome though.  Upon clicking advanced search you see the default 
drop down list.  If you click search it fills in the drop down with the custom 
field's long names.

Can anyone tell me how to do this?

Thanks,
Matt Henry

--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.netmailto: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

Cell: +27 846 464 758 | Phone: +27 21 808 4100

--
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] xmlui wildcard policy admin tool does nothing

2012-02-06 Thread Henry, Matt - OPS District Computer Technician
I am using xmlui for 1.8.1 and I too have seen the same functionality.  As a 
temporary workaround I used jspui.

Post a Jura bug if none can be found.


On Feb 6, 2012, at 3:31 PM, James Bardin jbar...@bu.edu wrote:

 I'm using dspace 1.7.1 with xmlui, and the wildcard policy admin tool
 appears to do nothing. The for submission goes through, with no errors
 reported, but the authorizations are never applied. I brought logging
 up to DEBUG, and I get nothing extra in the logs either.
 
 I didn't see anything related in jira - any ideas what may be going on?
 
 
 Thanks,
 -jim
 
 --
 Try before you buy = See our experts in action!
 The most comprehensive online learning library for Microsoft developers
 is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
 Metro Style Apps, more. Free future releases when you subscribe now!
 http://p.sf.net/sfu/learndevnow-dev2
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech
 


--
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Making DSpace read only

2012-02-02 Thread Henry, Matt - OPS District Computer Technician
When you say read only do you mean that no one is able to submit or edit
new items?  Or do you mean that no one should be able to just edit items?

I have never tried that before but if you want to just disallow
submissions you can change permissions for anonymous and authenticated to
deny 'add.'  If you need to simply prevent the editing of items this can
be done via group permissions as well.

It would be helpful for people to know what version you are using, what
environment you are in, and more detail on what you are trying to
accomplish.

Hope this helps!
Matt Henry

On 2/2/12 6:51 AM, Claire Webster claire.webs...@bristol.ac.uk wrote:

Hello,

I need to make our DSpace installation read-only is there an easy way to
do this, or instructions available? Any help very gratefully received.

kind regards,
Claire
-- 
Claire Webster (nee Lumber)
Developer, Library Systems
University of Bristol
Email: claire.webs...@bristol.ac.uk
Tel: (0117) 331 6739 (internal: 16739)

--

Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech




--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Changing advanced search drop down in XMLUI

2012-02-02 Thread Henry, Matt - OPS District Computer Technician
Thank you for the help!  What an obscure website by the way.  Would have never 
found that on my own.  It did prove to be quite helpful however I am still not 
100% on this.

If I click Advanced Search then the drop down is still the default 10:
[cid:image001.png@01CCE188.127F5B80]

If I type anything into any field and click go then the dropdown is updated 
with the correct values:
[cid:image002.png@01CCE188.A8280A60]

The current configs are as follows:

Dspace.cfg:

###  changing these will change your search results, ###
###  but will NOT automatically change your search displays  ###

#search.index.1 = author:dc.contributor.*
#search.index.2 = author:dc.creator.*
#search.index.3 = title:dc.title.*
#search.index.4 = keyword:dc.subject.*
#search.index.5 = abstract:dc.description.abstract
#search.index.6 = author:dc.description.statementofresponsibility
#search.index.7 = series:dc.relation.ispartofseries
#search.index.8 = abstract:dc.description.tableofcontents
#search.index.9 = mime:dc.format.mimetype
#search.index.10 = sponsor:dc.description.sponsorship
#search.index.11 = identifier:dc.identifier.*
#search.index.12 = language:dc.language.iso

search.index.1 = description:dc.description
search.index.2 = title:dc.title.*
search.index.3 = kentuckycorecontent:dc.kentuckycorecontent.*
search.index.4 = commoncore:dc.commoncore.*
search.index.5 = nwea:dc.nwea.*
search.index.6 = collegereadiness:dc.collegereadiness.*
search.index.7 = keyword:dc.description.keyword
search.index.8 = coursearea:dc.coursearea.*
search.index.9 = gradelevel:dc.description.gradelevel
search.index.10 = lessontype:dc.description.lessontype
search.index.11 = mime:dc.format.mimetype


messages.xml:

message 
key=xmlui.ArtifactBrowser.AdvancedSearch.type_descriptionDescription/message
message 
key=xmlui.ArtifactBrowser.AdvancedSearch.type_titleTitle/message
message 
key=xmlui.ArtifactBrowser.AdvancedSearch.type_kentuckycorecontentKentucky 
Core Content/message
message 
key=xmlui.ArtifactBrowser.AdvancedSearch.type_commoncoreCommon Core/message
message key=xmlui.ArtifactBrowser.AdvancedSearch.type_nweaNWEA 
(Decartes)/message
message 
key=xmlui.ArtifactBrowser.AdvancedSearch.type_collegereadinessCollege 
Readiness/message
message 
key=xmlui.ArtifactBrowser.AdvancedSearch.type_keywordKeyword/message
message 
key=xmlui.ArtifactBrowser.AdvancedSearch.type_courseareaCourse Area/message
message 
key=xmlui.ArtifactBrowser.AdvancedSearch.type_gradelevelGrade Level/message
message 
key=xmlui.ArtifactBrowser.AdvancedSearch.type_lessontypeLesson Type/message
message 
key=xmlui.ArtifactBrowser.AdvancedSearch.type_mimeMime-Type/message

What am I doing wrong?

Thanks,
Matt

From: Hilton Gibson [mailto:hilton.gib...@gmail.com]
Sent: Wednesday, February 01, 2012 5:49 PM
To: Henry, Matt - OPS District Computer Technician
Subject: Re: [Dspace-tech] Changing advanced search drop down in XMLUI

Try this: http://wiki.lib.sun.ac.za/index.php/SUNScholar/Indexes
On 1 February 2012 23:59, Henry, Matt - OPS District Computer Technician 
matt.he...@owensboro.kyschools.usmailto:matt.he...@owensboro.kyschools.us 
wrote:
OK.  This may be a noob question but I cannot for the life of me find 
documentation detailing how to change the current drop downs of the XMLUI 
advanced search.  I changed search.index in the cfg files which reveals an 
interesting outcome though.  Upon clicking advanced search you see the default 
drop down list.  If you click search it fills in the drop down with the custom 
field's long names.

Can anyone tell me how to do this?

Thanks,
Matt Henry

--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.netmailto: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

Cell: +27 846 464 758 | Phone: +27 21 808 4100

inline: image001.pnginline: image002.png--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https

[Dspace-tech] Rebuilding Dspace

2012-02-01 Thread Henry, Matt - OPS District Computer Technician
We are currently building space 1.8.1 from the ground up.  We have setup 
submissions and users and many other configuration changes so that everything 
is working well (for the most part).
I noticed yesterday that the advanced search fields don't allow searching for 
the fields we have recently created.  I found these instructions to update 
these fields:
https://wiki.duraspace.org/display/DSPACE/Modify+search+fields

The 6th step is what worries me.  Will changing the source config and running 
mvn package and ant update digress all of the progress we have made so far?

Thank you for your help,
Matt Henry
--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Changing advanced search drop down in XMLUI

2012-02-01 Thread Henry, Matt - OPS District Computer Technician
OK.  This may be a noob question but I cannot for the life of me find 
documentation detailing how to change the current drop downs of the XMLUI 
advanced search.  I changed search.index in the cfg files which reveals an 
interesting outcome though.  Upon clicking advanced search you see the default 
drop down list.  If you click search it fills in the drop down with the custom 
field's long names.

Can anyone tell me how to do this?

Thanks,
Matt Henry
--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] FW: How to limit user selection ONLY to choice drop down

2012-01-27 Thread Henry, Matt - OPS District Computer Technician
Hello,
I work for a city school district.  My objective is to implement Dspace as a 
repository for teacher lesson plans.  The meta data has been modified to 
reflect the current standards that are in use.  We have created several 
controlled vocabularies for this purpose.

I am currently having a difficult time allowing the end user to select a 
standard and not be allowed to change that standard and not be allowed to type 
in and add any value.

I have read through the documentation over Authority Control (located here: 
https://wiki.duraspace.org/display/DSPACE/Authority+Control+of+Metadata+Values) 
several times.
Currently the only selection method that works is the suggest method.  Lookup 
fails miserably and with authority control enabled it gives a green thumb up 
icon for anything selected (even if it is manually changed).

Is this functionality currently available?  We are wanting to use the XMLUI 
webapp.  Please point me in the right direction; examples are also greatly 
appreciated.

Thank You,
Matt Henry
District Technician
Owensboro Public Schools
Owensboro, KY
--
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] FW: How to limit user selection ONLY to choice drop down

2012-01-27 Thread Henry, Matt - OPS District Computer Technician
/Submission+User+Interface#Submi
ssionUserInterface-TheStructureofinputforms.xml

As an example, you can look at how the dc.type field is configured as
a dropdown in the 'input-forms.xml' file by default.  It's set of
possible values is defined in that same config file, under the
form-value-pairs section (look for the value-pairs with the name
common_types).

I hope that helps!

- Tim

On 1/27/2012 7:14 AM, Henry, Matt - OPS District Computer Technician
wrote:
 Hello,
 I work for a city school district. My objective is to implement Dspace
 as a repository for teacher lesson plans. The meta data has been
 modified to reflect the current standards that are in use. We have
 created several controlled vocabularies for this purpose.

 I am currently having a difficult time allowing the end user to select a
 standard and not be allowed to change that standard and not be allowed
 to type in and add any value.

 I have read through the documentation over Authority Control (located
 here:
 
https://wiki.duraspace.org/display/DSPACE/Authority+Control+of+Metadata+V
alues
 
https://wiki.duraspace.org/display/DSPACE/Authority+Control+of+Metadata+
Values)
 several times.
 Currently the only selection method that works is the suggest method.
 Lookup fails miserably and with authority control enabled it gives a
 green thumb up icon for anything selected (even if it is manually
changed).

 Is this functionality currently available? We are wanting to use the
 XMLUI webapp. Please point me in the right direction; examples are also
 greatly appreciated.

 Thank You,
 Matt Henry
 District Technician
 Owensboro Public Schools
 Owensboro, KY


 
-
-
 Try before you buy = See our experts in action!
 The most comprehensive online learning library for Microsoft developers
 is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
 Metro Style Apps, more. Free future releases when you subscribe now!
 http://p.sf.net/sfu/learndevnow-dev2



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




--
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] FW: How to limit user selection ONLY to choice drop down

2012-01-27 Thread Henry, Matt - OPS District Computer Technician
Scott,

Thank you for your response.  When I originally read about the vocabulary 
closed=true in version 1.7.1 I thought it would do what I am seeking now.  
Long story short we are on a fresh install of version 1.8.1 and I went into the 
space.cfg and added the following line:
Choices.closed.dc.kentuckycorecontent.socialstudies = true
And
Choices.closed.dc.commoncore.socialstudies = true

I thought that this would prevent users from adding that which was not in the 
controlled vocabulary but even with this setting you can type in BLAH And 
click add and space happily adds it to the list.
At one point I thought I read that choices.closed if set to false allowed user 
inputted entries to be selected by other users.  E.g. I type in blah123 as a 
keyword and user 2 will see blah123 in the keyword list.  This could be 
incorrect as I do not recall where I read that.

Thanks again for the assistance… This should be something simple.

Matt Henry

From: Scott Thurston scott.thurs...@noaa.govmailto:scott.thurs...@noaa.gov
Date: Fri, 27 Jan 2012 14:16:30 -0700
To: OPS Staff 
matt.he...@owensboro.kyschools.usmailto:matt.he...@owensboro.kyschools.us
Cc: Tim Donohue tdono...@duraspace.orgmailto:tdono...@duraspace.org, 
dspace-tech@lists.sourceforge.netmailto:dspace-tech@lists.sourceforge.net 
dspace-tech@lists.sourceforge.netmailto:dspace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] FW: How to limit user selection ONLY to choice drop 
down

Hello Matt,

I can't answer your question about changing already added values, but if you 
set choices.closed.dc.* to true in dspace.cfg, it should prevent users from 
adding values that are not in the controlled vocabulary.  For example, if the 
metadata field in question is subject, the config parameter would be 
choices.closed.dc.subject.

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




On Fri, Jan 27, 2012 at 11:55 AM, Henry, Matt - OPS District Computer 
Technician 
matt.he...@owensboro.kyschools.usmailto:matt.he...@owensboro.kyschools.us 
wrote:
Tim,

Thank you for your response.  I greatly appreciate any assistance on this.

Unfortunately the data structure that we have is much more complex than a
drop down menu.  At the end of this e-mail is a partial example of one of
the kentucky core content standards.

An end user needs to be able to select (for example) 1: Government and
Civics or 1:Government and Civics::1:Formation of Governments or
1:Government and Civics::1:Formation of
Governments::label=SS-05-1.1.1 Students will describe the basic purposes
of the U.S. Government as defined in the Preamble to the U.S. Constitution
(to establish justice, to ensure domestic tranquility, to provide for the
common defense, to promote the general welfare, to secure the blessings of
liberty); give examples of services the U.S. Government provides (e.g.,
armed forces, interstate highways, national parks) and analyze the
importance of these services to citizens today.

The kentuckycorecontent file has about 250 nodes and the NWEA file has
probably over 1500 (180kb file).  A drop down list would not work for this.

Currently, using these xml files, I have it dropping down with suggestions
as they type.  I just need it to prevent an ADD command unless it is
EXACTLY any of these nodes.

Hopefully this is a feature.

Thanks,
Matt


?xml version=1.0 encoding=UTF-8?
node id=kentuckycorecontent-socialstudies label=Kentucky Core
Content
isComposedBy
   node id=SocialStudies label=Social Studies
   isComposedBy
   !-- 5th Grade Social Studies --
   node id=L3L1 label=Grade 5
   isComposedBy
   node id=L4L1 label=1: 
Government and Civics
   isComposedBy
   node id=L5L1 
label=1: Formation of Governments
   
isComposedBy
   
node id=L6L1 label=SS-05-1.1.1  Students will describe the
basic purposes of the U.S. Government as defined in the Preamble to the
U.S. Constitution (to establish justice, to ensure domestic tranquility,
to provide for the common defense, to promote the general welfare, to
secure the blessings of liberty); give examples of services the U.S.
Government provides (e.g., armed forces, interstate highways, national
parks) and analyze the importance of these services to citizens today.
   
/node
   
node id