Re: [Dspace-tech] Repec export

2015-06-17 Thread TAYLOR Robin
Many thanks to Stuart, it worked a treat!

Cheers, Robin.


Robin Taylor
Main Library
University of Edinburgh

From: Stuart Yeates stuart.yea...@vuw.ac.nz
Sent: 15 June 2015 22:05
To: TAYLOR Robin; dspace-tech; DSpace Developers
Subject: Re: Repec export

We have a highly-customised version of the same script which I believe has this 
defect fixed.

http://researcharchive.vuw.ac.nz/local/RePEc/dspace2redif.pl

This version of the script also does some quality control checking and squawks 
if the metadata doesn't meet the RePEc minimums (which usually indicates a user 
error somewhere at our end). We run it with crontab lines that look like:

32 12 * * * cd /var/www/html/local/RePEc/ ; 
/var/www/html/local/RePEc/dspace2redif.pl  /var/www/html/local/RePEc/vuwecf.conf

cheers
stuart

--
I have a new phone number: 04 463 5692
https://www.facebook.com/VUWLibrary / https://www.facebook.com/TKMPC


From: TAYLOR Robin robin.tay...@ed.ac.uk
Sent: Monday, 15 June 2015 9:17 p.m.
To: dspace-tech; DSpace Developers
Subject: [Dspace-tech] Repec export

(Apologies for cross-posting)

Hi all,

We run a Perl script (dspace2redif.pl) periodically that uses OAI-PMH to 
generate a file which we use to update http://repec.org/. I've forgotten the 
origins of the script but it was downloaded and I believe is used at other 
sites. Anyway, we recently upgraded DSpace to 4.2 and the script stopped 
working as it has hardcoded assumptions about the OAI resumption tokens which 
are no longer valid at 4.2. I'm emailing on the off chance that others have 
experienced the same problems and have already fixed the script?

Cheers, Robin.

Robin Taylor
Main Library
University of Edinburgh
--
The University of Edinburgh is a charitable body, registered in
Scotland, with registration number SC005336.


--
___
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 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] Repec export

2015-06-15 Thread TAYLOR Robin
(Apologies for cross-posting)

Hi all,

We run a Perl script (dspace2redif.pl) periodically that uses OAI-PMH to 
generate a file which we use to update http://repec.org/. I've forgotten the 
origins of the script but it was downloaded and I believe is used at other 
sites. Anyway, we recently upgraded DSpace to 4.2 and the script stopped 
working as it has hardcoded assumptions about the OAI resumption tokens which 
are no longer valid at 4.2. I'm emailing on the off chance that others have 
experienced the same problems and have already fixed the script?

Cheers, Robin.   

Robin Taylor
Main Library
University of Edinburgh
-- 
The University of Edinburgh is a charitable body, registered in
Scotland, with registration number SC005336.


--
___
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] import command not working

2015-05-06 Thread TAYLOR Robin
Hi Emmanuel,


Looks like a Unix Path problem. When you enter a command Unix will look through 
your Path to try and find the command, your path will not necessarily include 
your current directory. So either enter a full path name...


/home/dspace/bin/dspace ...


Or specify the current directory ...


cd /home/dspace/bin

./dspace ...


Cheers, Robin.



Robin Taylor
Main Library
University of Edinburgh

From: Emmanuel Wilson emlk...@gmail.com
Sent: 06 May 2015 08:32
To: dspace-tech@lists.sourceforge.net
Subject: [Dspace-tech] import command not working

Hello.

i am trying to import a directory using Simple archive packager format

Command: cd /home/dspace/bin
   dspace import --­-a -­-e 
em...@email.commailto:em...@email.com -­-c 1/0 -­-s /directory -­-m mapfile1

is it correct ?? i done it earlier now it showing dspace command not found.

pls help me to find a solution

Thanx
Emmanuel wilson
The University of Edinburgh is a charitable body, registered in
Scotland, with registration number SC005336.
--
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y___
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] CC API not working?

2015-05-06 Thread TAYLOR Robin
Hi,

We have been experiencing problems connecting to the Creative Commons API from 
our DSpace 4.x installations (XMLUI), has anyone else been experiencing the 
same problems?

Cheers, Robin. 

Robin Taylor
Main Library
University of Edinburgh
-- 
The University of Edinburgh is a charitable body, registered in
Scotland, with registration number SC005336.


--
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
___
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] CC API not working?

2015-05-06 Thread TAYLOR Robin
Great spot David!  CC have an unfortunate history of making changes at their 
end without telling anyone. I just checked 
http://api.creativecommons.org/rest/1.5/ and it gave me response, which it 
wasn't doing previously, but when I tested through DSpace it failed at the next 
step in the CC selection process, so it looks like it is in a state of flux. I 
have emailed and tweeted the CC gang but without response as yet. I guess we 
just have to be patient.

Cheers.

Robin Taylor
Main Library
University of Edinburgh

From: dp422 dp...@cam.ac.uk
Sent: 06 May 2015 13:19
To: dspace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] CC API not working?

Hi

We also had intermittent problems yesterday connecting to the Creative
Commons API from our DSpace 3.x installation (XMLUI)and today every
deposit fell over at the local License step.

The CC REST API does not seem to be available on the default config
setting cc.api.rooturl = http://api.creativecommons.org/rest/1.5;
  over HTTP any more, only HTTPS seems to be working now .

I do not know if this is a temporary problem with the CC api or a
planned development but for now we have fixed it by editing dspace.cfg:
cc.api.rooturl = https://api.creativecommons.org/rest/1.5

Next, we added the intermediate CA certificates for Gandi Standard SSL:

wget http://crt.gandi.net/GandiStandardSSLCA.crt

Then added it to the Java keystore.

/usr/bin/keytool -import -trustcacerts -alias root -file
GandiStandardSSLCA.crt -keystore /etc/ssl/certs/java/cacerts

Restart Tomcat.

I am not experienced enough with DSpace to recommend this as a solution
so hopefully someone who understands the CCLicenseStep code will chip in
but it has fixed the issue for us at present. Use at your own liability.

Regards

Dave Piper
DSpace@Cambridge





On 06/05/2015 10:51, VICTORIA RASERO MERINO wrote:
 Hello,
 today we have the same problem.
 Regards.

 -
 Victoria Rasero Merino
 Universidad Carlos III de Madrid. Biblioteca
 Correo-e: vras...@db.uc3m.es mailto:vras...@db.uc3m.es
 -

 2015-05-06 10:34 GMT+02:00 TAYLOR Robin robin.tay...@ed.ac.uk
 mailto:robin.tay...@ed.ac.uk:

 Hi,

 We have been experiencing problems connecting to the Creative
 Commons API from our DSpace 4.x installations (XMLUI), has anyone
 else been experiencing the same problems?

 Cheers, Robin.

 Robin Taylor
 Main Library
 University of Edinburgh
 --
 The University of Edinburgh is a charitable body, registered in
 Scotland, with registration number SC005336.


 
 --
 One dashboard for servers and applications across Physical-Virtual-Cloud
 Widest out-of-the-box monitoring support with 50+ applications
 Performance metrics, stats and reports that give you Actionable Insights
 Deep dive visibility with transaction tracing using APM Insight.
 http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 mailto:DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech
 List Etiquette:
 https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette




 --
 One dashboard for servers and applications across Physical-Virtual-Cloud
 Widest out-of-the-box monitoring support with 50+ applications
 Performance metrics, stats and reports that give you Actionable Insights
 Deep dive visibility with transaction tracing using APM Insight.
 http://ad.doubleclick.net/ddm/clk/290420510;117567292;y



 ___
 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



--
One dashboard for servers and applications across Physical-Virtual-Cloud
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
___
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

-- 
The University of Edinburgh is a charitable body, registered in
Scotland, with registration number SC005336.


--
One dashboard

Re: [Dspace-tech] CC API not working?

2015-05-06 Thread TAYLOR Robin
Apparently the server was down. It is now back but swamped with requests. Once 
the load dies down all should be back to normal.

Cheers.

Robin Taylor
Main Library
University of Edinburgh

From: dp422 dp...@cam.ac.uk
Sent: 06 May 2015 13:19
To: dspace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] CC API not working?

Hi

We also had intermittent problems yesterday connecting to the Creative
Commons API from our DSpace 3.x installation (XMLUI)and today every
deposit fell over at the local License step.

The CC REST API does not seem to be available on the default config
setting cc.api.rooturl = http://api.creativecommons.org/rest/1.5;
  over HTTP any more, only HTTPS seems to be working now .

I do not know if this is a temporary problem with the CC api or a
planned development but for now we have fixed it by editing dspace.cfg:
cc.api.rooturl = https://api.creativecommons.org/rest/1.5

Next, we added the intermediate CA certificates for Gandi Standard SSL:

wget http://crt.gandi.net/GandiStandardSSLCA.crt

Then added it to the Java keystore.

/usr/bin/keytool -import -trustcacerts -alias root -file
GandiStandardSSLCA.crt -keystore /etc/ssl/certs/java/cacerts

Restart Tomcat.

I am not experienced enough with DSpace to recommend this as a solution
so hopefully someone who understands the CCLicenseStep code will chip in
but it has fixed the issue for us at present. Use at your own liability.

Regards

Dave Piper
DSpace@Cambridge





On 06/05/2015 10:51, VICTORIA RASERO MERINO wrote:
 Hello,
 today we have the same problem.
 Regards.

 -
 Victoria Rasero Merino
 Universidad Carlos III de Madrid. Biblioteca
 Correo-e: vras...@db.uc3m.es mailto:vras...@db.uc3m.es
 -

 2015-05-06 10:34 GMT+02:00 TAYLOR Robin robin.tay...@ed.ac.uk
 mailto:robin.tay...@ed.ac.uk:

 Hi,

 We have been experiencing problems connecting to the Creative
 Commons API from our DSpace 4.x installations (XMLUI), has anyone
 else been experiencing the same problems?

 Cheers, Robin.

 Robin Taylor
 Main Library
 University of Edinburgh
 --
 The University of Edinburgh is a charitable body, registered in
 Scotland, with registration number SC005336.


 
 --
 One dashboard for servers and applications across Physical-Virtual-Cloud
 Widest out-of-the-box monitoring support with 50+ applications
 Performance metrics, stats and reports that give you Actionable Insights
 Deep dive visibility with transaction tracing using APM Insight.
 http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 mailto:DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech
 List Etiquette:
 https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette




 --
 One dashboard for servers and applications across Physical-Virtual-Cloud
 Widest out-of-the-box monitoring support with 50+ applications
 Performance metrics, stats and reports that give you Actionable Insights
 Deep dive visibility with transaction tracing using APM Insight.
 http://ad.doubleclick.net/ddm/clk/290420510;117567292;y



 ___
 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



--
One dashboard for servers and applications across Physical-Virtual-Cloud
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
___
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

-- 
The University of Edinburgh is a charitable body, registered in
Scotland, with registration number SC005336.


--
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y

Re: [Dspace-tech] Deleting old browse indices

2015-04-06 Thread TAYLOR Robin
Hi all,

Just answering this myself - it seems it is safe just to drop the bi_* tables, 
and delete all records from communities2item.

Cheers, Robin.

Robin Taylor
Main Library
University of Edinburgh

From: TAYLOR Robin robin.tay...@ed.ac.uk
Sent: 06 April 2015 11:38
To: dspace-tech
Subject: [Dspace-tech] Deleting old browse indices

Hi all,

Having just upgraded from 1.8 to 4.x I realise I have a bunch of old browse 
indices kicking around that I would like to get rid of (bi_*, communities2item, 
etc). It looks like running 'index-init' at version 3 might have done this for 
me, but that option is no longer there at version 4. Is there something I can 
run that will do this for me or is there a list of tables that I could manually 
tidy up?

Cheers, Robin.

Robin Taylor
Main Library
University of Edinburgh
--
The University of Edinburgh is a charitable body, registered in
Scotland, with registration number SC005336.


--
BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
Develop your own process in accordance with the BPMN 2 standard
Learn Process modeling best practices with Bonita BPM through live exercises
http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_
source=Sourceforge_BPM_Camp_5_6_15utm_medium=emailutm_campaign=VA_SF
___
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

--
BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
Develop your own process in accordance with the BPMN 2 standard
Learn Process modeling best practices with Bonita BPM through live exercises
http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_
source=Sourceforge_BPM_Camp_5_6_15utm_medium=emailutm_campaign=VA_SF
___
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] Deleting old browse indices

2015-04-06 Thread TAYLOR Robin
Hi all,

Having just upgraded from 1.8 to 4.x I realise I have a bunch of old browse 
indices kicking around that I would like to get rid of (bi_*, communities2item, 
etc). It looks like running 'index-init' at version 3 might have done this for 
me, but that option is no longer there at version 4. Is there something I can 
run that will do this for me or is there a list of tables that I could manually 
tidy up?

Cheers, Robin.  

Robin Taylor
Main Library
University of Edinburgh
-- 
The University of Edinburgh is a charitable body, registered in
Scotland, with registration number SC005336.


--
BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
Develop your own process in accordance with the BPMN 2 standard
Learn Process modeling best practices with Bonita BPM through live exercises
http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_
source=Sourceforge_BPM_Camp_5_6_15utm_medium=emailutm_campaign=VA_SF
___
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] Mirage2 build problem

2014-11-04 Thread TAYLOR Robin
Hi German,


I think your problem might lie in the file 
../dspace-xmlui-mirage2/src/main/webapp/styles/bootstrap_color_scheme/_main.scss.
 If you compare yours with the one in the current DSpace master branch

https://github.com/DSpace/DSpace/blob/master/dspace-xmlui-mirage2/src/main/webapp/styles/bootstrap_color_scheme/_main.scss
 I think you might see that the path to 'bootstrap' has changed. Unfortunately 
this was beyond our control, the Bootstrap maintainers moved it.


Cheers, Robin.



[https://avatars0.githubusercontent.com/u/428620?v=2s=400]https://github.com/DSpace/DSpace/blob/master/dspace-xmlui-mirage2/src/main/webapp/styles/bootstrap_color_scheme/_main.scss

DSpace/_main.scss at master · DSpace/DSpace · GitHub
(Official) The DSpace digital asset management system that powers your 
Institutional Repository
Read 
more...https://github.com/DSpace/DSpace/blob/master/dspace-xmlui-mirage2/src/main/webapp/styles/bootstrap_color_scheme/_main.scss



Robin Taylor
Main Library
University of Edinburgh

From: Germán Biozzoli germanbiozz...@gmail.com
Sent: 01 November 2014 20:21
To: Hilton Gibson; DSpace techlist techlist; 
dspace-gene...@lists.sourceforge.net
Subject: Re: [Dspace-tech] Mirage2 build problem

Hi Hilton

I've tried with a fresh Ubuntu14 following your instructions, but it first has 
shown a problem with a GEM_HOME env setting, once solved appears again this 
problem:


[INFO] Processing as HTML - scripts-dist.xml
[INFO] Update the HTML to reference our concat/min/revved script files
[INFO] Update the HTML with the new css filenames
[INFO] Update the HTML with the new img filenames
[INFO] Update the HTML with data-main tags
[INFO] Update the HTML with data-* tags
[INFO] Update the HTML with background imgs, case there is some inline style
[INFO] Update the HTML with anchors images
[INFO] Update the HTML with reference in input
[INFO]
[INFO] Done, without errors.
[INFO] -- (Mirage2) de.saumya.mojo:gem-maven-plugin:1.0.6:exec
[INFO] error styles/main.scss (Line 16: File to import not found 
or unreadable: ../vendor/bootstrap-sass-official/assets/stylesheets/bootstrap.
[INFO] Load paths:
[INFO]   Compass::SpriteImporter
[INFO]   
/home/germanb/Dspace/dspace/modules/xmlui-mirage2/target/themes/Mirage2/styles
[INFO]   
/home/germanb/Dspace/dspace/modules/xmlui-mirage2/target/rubygems/gems/compass-core-1.0.1/stylesheets)
[INFO] Compilation failed in 1 files.
[WARNING] 
[INFO] 
[ERROR] PluginManagerException:
org.apache.maven.plugin.PluginExecutionException: Execution null of goal 
de.saumya.mojo:gem-maven-plugin:1.0.6:exec failed: Java returned: 1
at 
org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:110)
at 
com.soebes.maven.plugins.iterator.ExecutorMojo.executeMojo(ExecutorMojo.java:302)
at com.soebes.maven.plugins.iterator.ExecutorMojo.execute(ExecutorMojo.java:235)
at 
org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
at 
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
at 
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
at 
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
at 
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
at org



Any hint?

Thanks a lot
German


2014-11-01 6:57 GMT-03:00 Hilton Gibson 
hilton.gib...@gmail.commailto:hilton.gib...@gmail.com:
Perhaps this will help: 
http://wiki.lib.sun.ac.za/index.php/SUNScholar/XMLUI_Theme/M2

Hilton Gibson
Ubuntu Linux Systems Administrator
JS Gericke Library
Room 1025C
Stellenbosch University
Private Bag X5036
Stellenbosch
7599
South Africa

Tel: +27 21 808 4100 | Cell: +27 84 646 4758

On 1 November 2014 11:52, Germán Biozzoli 
germanbiozz...@gmail.commailto:germanbiozz...@gmail.com wrote:
Hi everybody

I'm guessing if somebody has succesfully compiled DSpace using mirage2 from git 
master. I'm compiling with the option

mvn package -Dmirage2.on=true

After a lot of time the build finishes OK, the ant deployment also, and in 
general DSpace works OK using previous Mirage theme. When I try to use Mirage 
2, appears some kind of error message in the browser

Error File to import not found or unreadeable:
../vendor/bootstrap-sass-oficial/assets/style/bootstrap

Load path:

Compass::SpriteImporter
paths

and after that a blank Dspace home, without any style. The strange thing is 
that the paths that are shown refer to the build location. It looks like 
finally could not build entirely OK the theme isn't it?

Any help to solve this issue?

Regards  thanks
German

--

___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.netmailto:DSpace-tech@lists.sourceforge.net

Re: [Dspace-tech] IMPORTANT NEWS: Important Info for Future Editions | Ranking Web of Repositories

2014-09-02 Thread TAYLOR Robin
Hi Hilton,


It looks like a large proportion of DSpace instances would be excluded if this 
proposal were implemented. It seems a bit over the top, I think we may reply 
with a comment to that effect.


Cheers, Robin.


Robin Taylor
Main Library
University of Edinburgh

From: Hilton Gibson hilton.gib...@gmail.com
Sent: 01 September 2014 19:01
To: dspace-tech; General List
Subject: [Dspace-tech] IMPORTANT NEWS: Important Info for Future Editions | 
Ranking Web of Repositories

The Ranking is also a powerful tool for penalizing bad practices, with especial 
emphasis in the awful naming proposals by software developers that ignore 
librarian traditions and in many ways are going against intellectual rights of 
depositing authors.

We truly believe the lengthy and useless addresses coined for the repository 
items have a negative impact in their web visibility and affect the authors 
will to deposit as it makes difficult the citation of full texts in future 
papers.

http://repositories.webometrics.info/en/node/26

?Hi All
Sorry for the cross-posting?

?How will this affect DSpace installations??

?Regards

hg?

The University of Edinburgh is a charitable body, registered in
Scotland, with registration number SC005336.
--
Slashdot TV.  
Video for Nerds.  Stuff that matters.
http://tv.slashdot.org/___
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 Sword Client anyone?

2014-09-02 Thread TAYLOR Robin
With apologies for cross-posting.

Hi all,

Unfortunately the DSpace Sword Client feature 
(https://wiki.duraspace.org/display/DSDOC4x/SWORDv1+Client) has an unsupported 
dependency, Apache Httpclient (http://hc.apache.org/httpclient-3.x/). The 
practical choices are to leave the dependency in place knowing that it is past 
'end of life', or remove/deprecate the Sword Client feature. To enable us to 
make the best decision could you please let me know if you make use of the 
Sword Client.

Thanks, Robin.  

Robin Taylor
Main Library
University of Edinburgh
-- 
The University of Edinburgh is a charitable body, registered in
Scotland, with registration number SC005336.


--
Slashdot TV.  
Video for Nerds.  Stuff that matters.
http://tv.slashdot.org/
___
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.2 released!

2014-07-23 Thread TAYLOR Robin
Dear DSpace Community:

On behalf of the DSpace developers, I would like to formally announce
that DSpace 4.2 is now available.  DSpace 4.2 is a bug-fix release and
contains no new features.

DSpace 4.2 can be downloaded immediately at either of the following
locations:

* SourceForge: https://sourceforge.net/projects/dspace/files/
* GitHub: https://github.com/DSpace/DSpace/  (see the dspace-4.2 tag)

In addition, you are welcome to try out DSpace 4.2 on
http://demo.dspace.org/ and continue to provide any early feedback you
may have.

== Fixed in 4.2 ==

o   Fixed occasional Out of Memory errors when indexing large 
bitstreams/files in Discovery (DS-1958)

o   Fixed issue where REST API was not releasing context and ignored database 
pooling (DS-1986)

o   Fixed Solr commit delays when did you mean functionality is enabled in 
Discovery (DS-2060)

o   Fixed the dspace classpath command (DS-1998)

o   Fixed issue where thumbnails were not displayed when using JSPUI + Oracle 
database (DS-2013)
 
o   Fixed validation of OAI-PMH response (DS-1928)

o   Fixed several Oracle database upgrade script errors (DS-2036, DS-2038, 
DS-2056, and DS-1957)

o   Fixed Maven build issue on Windows operating systems (DS-1940)

o   Various other minor fixes

For much more information on each of these features, please visit our
4.x Release Notes:

  https://wiki.duraspace.org/display/DSDOC4x/Release+Notes

== 4.2 Documentation ==

The DSpace 4.x documentation is available online at:
https://wiki.duraspace.org/display/DSDOC4x/

A PDF copy of the documentation is still distributed with the
software.   In addition, it can also be downloaded from:
http://www.dspace.org/latest-release/

== 4.2 Acknowledgments ==

The DSpace application would not exist without the hard work and
support of the community. Thank you to the many developers who have
worked very hard to deliver all the new features and
improvements. Also thanks to the users who provided input and feedback
on the development, as well those who participated in the
testathons. Additionally I would like to thank Tim Donohue of
DuraSpace for ensuring that DSpace 4.2 went off without a hitch.

A detailed listing of all known people/institutions who contributed
directly to DSpace 4.2 is available in the Release Notes.  If you
contributed and were accidentally not listed, please let us know so
that we can correct it!

For DSpace 4.2, we had a total of 21 individuals contribute bug
reports and bug fixes.  A big thanks goes out to everyone who
participated.  We hope you'll continue to be a valuable addition to
the DSpace community for the next release and beyond!

== More Information ==

More information on this release is also available in the DSpace 4.2
Release Notes at:

  https://wiki.duraspace.org/display/DSDOC4x/Release+Notes

As always, we are happy to hear back from the community about DSpace.
Please let us know what you think of 4.2!

Robin Taylor, on behalf of the DSpace 4.2 Release Team, and all the
DSpace developers.

Robin Taylor
Main Library
University of Edinburgh

Robin Taylor
Main Library
University of Edinburgh
-- 
The University of Edinburgh is a charitable body, registered in
Scotland, with registration number SC005336.


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


[Dspace-tech] Solr config parameter interpolation

2013-10-18 Thread TAYLOR Robin
Hi all,

I'm playing around with the Dspace 4.0 code and it seems like my Solr Discovery 
index is not getting updated as I would expect. Looking at the Solr config file 
I see:-

 autoCommit
   maxTime${solr.autoCommit.maxTime:15000}/maxTime
   openSearcherfalse/openSearcher
 /autoCommit

!-- softAutoCommit is like autoCommit except it causes a
 'soft' commit which only ensures that changes are visible
 but does not ensure that data is synced to disk.  This is
 faster and more near-realtime friendly than a hard commit.
  --

 autoSoftCommit
   maxTime${solr.autoSoftCommit.maxTime:-1}/maxTime
 /autoSoftCommit



Is this what you would expect to see, or should these parameters have been 
interpolated at some point?

Cheers, Robin.




-- 
The University of Edinburgh is a charitable body, registered in
Scotland, with registration number SC005336.


--
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register 
http://pubads.g.doubleclick.net/gampad/clk?id=60135031iu=/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] Solr config parameter interpolation

2013-10-18 Thread TAYLOR Robin
Hi,

I suspect, but I am definitely not sure, that no automatic commits will be
done with the config as it is. If I run an 'optimize' using the Solr Admin
client, or restart Tomcat, then the indices get updated. Not a big issue,
I think we maybe just need to set some default values. I'll do a wee bit
more investigation.

Cheers.

 

On 18/10/2013 14:43, helix84 heli...@centrum.sk wrote:

I can confirm I'm seeing the same thing in DSpace 4 and that DSpace 3
had actual numbers there. I join you in your confusion.

Can you observe any ill effects? I didn't notice anything wrong and I
ran update-discovery-index -f on ~20k items yesterday.


Regards,
~~helix84

Compulsory reading: DSpace Mailing List Etiquette
https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


-- 
The University of Edinburgh is a charitable body, registered in
Scotland, with registration number SC005336.


--
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register 
http://pubads.g.doubleclick.net/gampad/clk?id=60135031iu=/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] FW: Repository Fringe 2013 - Programme Announced / How to Take Part

2013-07-25 Thread TAYLOR Robin
With apologies for cross-postingŠ



On 25/07/2013 14:33, OSBORNE Nicola nicola.osbo...@ed.ac.uk wrote:

There is just one week to go until Repository Fringe 2013, which takes
place in Edinburgh from 31st July 2013 to 2nd August 2013.

You can find out more about the Fringe on the website:
http://rfringe13.blogs.edina.ac.uk/

Registration is still open if you would like to secure your place:
http://rfringe13.eventbrite.com

Programme

We are delighted to announce that we have published our programme filled
with super presentations, round tables and Pecha Kucha. If you would
still like to make a contribution to the programme there is just enough
time for submitting a last minute Pecha Kucha, otherwise we are happy to
receive updates, ideas, etc. as guest blog posts, videos or other digital
materials to be shared on the Repository Fringe website.


Joining online

If you cannot make the event in person but would like to follow on
remotely then please keep an eye on our hashtag #rfringe13 and on the
blog. There will be some live blogging and we have volunteer bloggers
(and welcome more if you'd like to take part) who will share their
reflections throughout the event. We will also be videoing all of the
talks (any taking place in Room 1) and these will be shared online as
quickly as we can after the event.

Developer Challenge

If you have registered for the event and are taking part in the Developer
Challenge do take the time to take a look at our prizes, our theme for
this year, and our rules. If you have indicated that you may be taking
part in the Challenge you will also receive an email shortly with a few
more details from Muriel Mewissen who is coordinating the Developer
Challenge this year.

The Developer Challenge is very deliberately at the heart of the Fringe
this year. We want there to be lots of opportunities to chat and exchange
ideas across the whole event. With that in mine if you would like to be
part of the Developer Challenge but cannot make it along in person you
can still submit your idea/hack online. Take a look at the Developer
Challenge page for more on how to do this. Our dedicated Challenge
hashtag is: #rfringe13dev.

Thank You
We are very much looking forward to seeing some of you in Edinburgh next
week. We think this will be another fantastic Repository Fringe!

- Nicola Osborne (Chair Repository Fringe 2013)  and the Repository
Fringe Organising Team


Key links for Repository Fringe 2013

- Website: http://repositoryfringe.org/
- Programme: http://rfringe13.blogs.edina.ac.uk/programme/
- Essentials for Presenters:
http://rfringe13.blogs.edina.ac.uk/2013/07/19/our-essential-guide-for-repo
fringe-presenters/
- Networking Session - what to bring:
http://rfringe13.blogs.edina.ac.uk/2013/07/09/coming-to-repository-fringe/
- Developer Challenge:
http://rfringe13.blogs.edina.ac.uk/developer-challenge/
- Developer Challenge Rules:
http://rfringe13.blogs.edina.ac.uk/developer-challenge/developer-challenge
-rules/
- All of our social media links in one place - including our hashtags:
http://rfringe13.blogs.edina.ac.uk/contact/
- Beginners Guide to Social Media:
http://rfringe13.blogs.edina.ac.uk/2013/07/23/beginners-guide-to-repositor
y-fringe-2013-social-media-amplification/
- Connect with us - Flickr: http://www.flickr.com/groups/repofringe13/
- Connect with us - Crowdvine: http://rfringe13.crowdvine.com/
- Connect with us - Lanyrd: http://lanyrd.com/2013/rfringe13/
- Follow us on Twitter: https://twitter.com/#!/repofringe


-- 
The University of Edinburgh is a charitable body, registered in
Scotland, with registration number SC005336.


--
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831iu=/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] FW: [Dspace-general] Repository Fringe Conference, Edinburgh 1-2 August 2013

2013-07-08 Thread TAYLOR Robin
FYI with apologies for cross-posting.


On 02/07/2013 09:48, KNOWLES Claire claire.know...@ed.ac.uk wrote:

Apologies for Cross Posting


We are very excited to announce that Jacqui Taylor Co-Founder and CEO of
FlyingBinary (http://www.flyingbinary.com/) has agreed to be our Opening
Keynote.  An appointment to the Cabinet Office as an Open Data domain
expert recognises Jacqui as a web scientist of influence in the era of
Big Data. You can follow Jacqui at @jacquitaylorfb.

When you register (http://rfringe13.eventbrite.com/) you will be able to
indicate how you would like to participate
(http://rfringe13.blogs.edina.ac.uk/contribute/).  The Repository Fringe
conference is designed around the participants sharing their experiences
and work in whichever format suits you:  Pecha Kuchas, lightening talks,
Round Table discussions, tutorials and even songs.

The Edinburgh Fringe Programme (https://www.edfringe.com/) is now
available, so you can start planning your evening's entertainment, please
use our Crowdvine (http://rfringe13.crowdvine.com/) to share details of
acts you would recommend to others.

As Edinburgh is going to be super busy with all the shows in town, we
recommend that you book accommodation and travel as soon as possible
(http://www.book.accom.ed.ac.uk/). We would love to hear your stories on
which comedian/famous face you spotted on the plane or train via twitter
on #rfringe13.

Workshops are being run on 31st July, please register with them directly:

-   Open Journal Systems (OJS) Forum, University of Edinburgh Main
Library, 9.30am to 4pm. (Registration: http://ojs-uk.eventbrite.com/)

-   Getting to the Repository of the Future, University of Edinburgh
Informatics Forum, 2pm to 5pm. (Registration:
http://repofuture.eventbrite.co.uk/)

Keep checking the Repository Fringe website for more on our programme -
including more on Jacqui and our Closing Keynote speaker, Mark Hahnel -
and look out for details of our Developer Challenge which will be
released there very soon.

Finally thanks to our sponsors
(http://rfringe13.blogs.edina.ac.uk/sponsors/).

Repository Fringe 2013 is organised by the University of Edinburgh
Library and University Collections; EDINA; and the Digital Curation
Centre.

--
Nicola Osborne
Chair, Repository Fringe 2013

w: repositoryfringe.org
tw: @repofringe | #rfringe13


-- 
The University of Edinburgh is a charitable body, registered in
Scotland, with registration number SC005336.


--

This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
Dspace-general mailing list
dspace-gene...@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-general


-- 
The University of Edinburgh is a charitable body, registered in
Scotland, with registration number SC005336.


--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
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] FW: [dc] Registration is now open for Repository Fringe 2013!

2013-05-21 Thread TAYLOR Robin
With apologies for cross-posting.

From: developer-cont...@googlegroups.com 
[mailto:developer-cont...@googlegroups.com] On Behalf Of Nicola Osborne
Sent: 14 May 2013 14:10
To: developer-cont...@googlegroups.com
Subject: [dc] Registration is now open for Repository Fringe 2013!

We are delighted to announce that registration is now live for Repository 
Fringe 2013!

Repository Fringe takes place in Edinburgh and runs from 31st July (our 
workshop day) until 2nd August 2013, and you can now use our booking form 
(http://rfringe13.eventbrite.com/) to secure your free place. As in previous 
years we will be running a Developer Challenge as a key part of this event - 
you can indicate your interest on the registration form and more details will 
follow soon. In the meantime please do get in touch 
(repofri...@gmail.commailto:repofri...@gmail.com) if you'd like to take part, 
help us with organisation, share data with participants, or with any questions, 
comments, ideas, etc.

As you register you will see we have a few more questions to help us create a 
fantastic event this year and to help us in planning future events. We 
particularly encourage you to suggest ideas, presentations, round tables, etc. 
Repository Fringe is an event for and by the repository community: it is your 
contributions that make it such a stimulating, timely, and enjoyable event!

Programme details will be emerging over the coming weeks however we are 
delighted to launch registration with the news that Mark Hahnel, will be our 
Closing Keynote speaker.

Mark is the founder of figshare, an open data tool that allows researchers to 
publish all of their data in a citable, searchable and sharable manner. Mark is 
a former stem cell biologist, having completed his PhD in stem cell biology at 
Imperial College London and previously studied genetics in both Newcastle and 
Leeds. He is passionate about open science and the potential it has to 
revolutionise the research community. For more information about figshare, 
visit http://figshare.comhttp://figshare.com/. You can follow him at 
@markhahnel.
Mark will be familiar to many at Repository Fringe and we know he will provide 
an excellent close to our three days of repository ideas, discussion and 
networking.

So, register, tell us your ideas and we very much look forward to seeing you 
this summer,

Nicola  the Repository Fringe Organising Team
--
Nicola Osborne
Chair, Repository Fringe 2013

w: repositoryfringe.org
tw: @repofringe | #rfringe13


EDINA Social Media Officer
t: 0131 651 3873
e: nicola.osbo...@ed.ac.ukmailto:nicola.osbo...@ed.ac.uk

a: EDINA, The University of Edinburgh, Causewayside House, 158-162 
Causewayside, Edinburgh EH9 1PR

The University of Edinburgh is a charitable body, registered in Scotland, with 
registration number SC005336.
--
You received this message because you are subscribed to the Google Groups 
Developer Contact group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to 
developer-contact+unsubscr...@googlegroups.commailto:developer-contact+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


--
Try New Relic Now  We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app,  servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may___
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] Repository Fringe 2013 - Book The Date!

2013-02-18 Thread TAYLOR Robin
Apologies for cross-posting.


* Book the date for the 6th Annual Repository Fringe! **

The University of Edinburgh with support from the Digital Curation Centre, 
EDINA, and Edinburgh University Library are delighted to announce that after 
its temporary incorporation into Open Repositories 2012 the Repository Fringe 
will return as a standalone event this year to be held in the Informatics Forum 
from 31 July to 2 August 2013. Further sponsors and supporters to be announced.

Repository Fringe aims to showcase a range of innovative repository and related 
developments to coincide with 'preview week' that precedes the Edinburgh 
Festival Fringe.

Designed for an audience of developers and coders, repository managers and 
practitioners, the programme retains an 'unconference' feel to it, and seeks to 
canvas contribution from a wide range of repository actors for:

* Live demonstrations of innovative work;
* Lightning presentations on any subject relating to current, or future 
repository endeavours;
* Facilitated Round Table discussions;
* Tutorials and presentations on related topics;
* Workshops and developer day activities including a 'Code Challenge';
* Last but not least, after a notable presentation at the 2011 event we are 
also happy to accept presentations with live musical accompaniment!

Keynote speakers will open and close Repository Fringe 2013.

The dates of the event coincide with the start of the Edinburgh Festival 
season, which includes the Edinburgh Art Festival, Edinburgh Festival Fringe, 
Edinburgh International Festival , Edinburgh International Book Festival, as 
well as the usual impromptu street theatre, musicians and sideshows.

Registration for this free event will open shortly

University accommodation is available on a first-come, first-served basis, 
details are available at  http://www.book.accom.ed.ac.uk/. Please note, 
accommodation is in high demand at that time of year so early booking is 
advisable.

Website: http://repositoryfringe.org/

For further enquiries contact: repofri...@gmail.com.

Or follow us on Twitter: @repofringe,  https://twitter.com/repofringe, hashtag 
#rfringe13. 

On behalf of the Repository Fringe Organising Committee.


-- 
The University of Edinburgh is a charitable body, registered in
Scotland, with registration number SC005336.


--
The Go Parallel Website, sponsored by Intel - in partnership with Geeknet, 
is your hub for all things parallel software development, from weekly thought 
leadership blogs to news, videos, case studies, tutorials, tech docs, 
whitepapers, evaluation guides, and opinion stories. Check out the most 
recent posts - 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] [Dspace-devel] Using Maven Overlays to customize Submission Process

2012-06-12 Thread TAYLOR Robin
Hi Cesar,

The dspace/modules folders actually overlay the War files which themselves 
contain the dspace-api.jar. So if your choice of UI is the XMLUI you can 
overlay a dspace-api class by putting it in the modules/xmlui folder in the 
same way you would do for an XMLUI class. Does that make sense ? Its not very 
intuitive.

Cheers, Robin.


From: César Sabater [csaba...@unr.edu.ar]
Sent: 12 June 2012 14:19
To: dspace-tech@lists.sourceforge.net; dspace-de...@lists.sourceforge.net
Subject: [Dspace-devel] Using Maven Overlays to customize Submission Process

Hi All,

I was trying to create a new item-submission step but a concern came to me 
about were should I place the API processing class of the step. Since there's 
no folder inside [ds-src]/dspace/modules that corresponds to dspace-api 
changes. Should I create a class in 
[ds-src]/dspace-api/src/main/java/org/dspace/submit/step and recompile dspace 
entirely?

Thanks in advance!
César

-- 
The University of Edinburgh is a charitable body, registered in
Scotland, with registration number SC005336.


--
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] An unsual area when repackaging Dspace 1.6.1 i.e running mvn -e package

2010-11-23 Thread TAYLOR Robin
Hi Amutsikiwa,

There were some problems with various Maven repositories over the last couple 
of weeks, could you try running 'mvn -U clean package'.

Thanks, Robin.

Robin Taylor
Main Library
University of Edinburgh
Tel. 0131 6513808  

 -Original Message-
 From: amutsikiwa [mailto:amutsik...@uzlib.uz.ac.zw] 
 Sent: 22 November 2010 16:49
 To: DSpace-tech@lists.sourceforge.net
 Subject: [Dspace-tech] An unsual area when repackaging Dspace 
 1.6.1 i.e running mvn -e package
 
 I am running dspace-1.6.1  source release on Fedora Core 8. 
 It has been a while since I have been on this  release. I  
 want to include Google Analytical tool. I have added my  
 google analytics key  and I have to repackage dspace:
 
 dsp...@ir dspace$ pwd
 
 /dspace-1.6.1-src-release/dspace
 
 dsp...@ir dspace$ mvn -e package
 
  
 
 I am getting the following errors:
 
  
 
  
 
 [INFO] Building DSpace XML-UI (Manakin) :: API and Core Aspects
 
 [INFO]task-segment: [package]
 
 [INFO] 
 --
 --
 
 [INFO] [resources:resources]
 
 [INFO] Using default encoding to copy filtered resources.
 
 [INFO] artifact org.dspace:dspace-api-lang: checking for 
 updates from java.net
 
 [INFO] 
 --
 --
 
 [ERROR] BUILD ERROR
 
 [INFO] 
 --
 --
 
 [INFO] Failed to resolve artifact.
 
  
 
 No versions are present in the repository for the artifact 
 with a range [1.6.0.0,1.7.0.0)
 
   org.dspace:dspace-api-lang:jar:null
 
  
 
 from the specified remote repositories:
 
   java.net (http://download.java.net/maven/2),
 
   maven.dspace.org-snapshot (http://maven.dspace.org/snapshot),
 
   central (http://repo1.maven.org/maven2)
 
  
 
  
 
 [INFO] 
 --
 --
 
 [INFO] Trace
 
 org.apache.maven.lifecycle.LifecycleExecutionException: No 
 versions are present in the repository for the artifact with 
 a range [1.6.0.0,1.7.0.0)
 
   org.dspace:dspace-api-lang:jar:null
 
  
 
 from the specified remote repositories:
 
   java.net (http://download.java.net/maven/2),
 
   maven.dspace.org-snapshot (http://maven.dspace.org/snapshot),
 
   central (http://repo1.maven.org/maven2)
 
  
 
 at 
 org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoa
 ls(DefaultLifecycleExecutor.java:575)
 
 at 
 org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoa
 lWithLifecycle(DefaultLifecycleExecutor.java:499)
 
 at 
 org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoa
 l(DefaultLifecycleExecutor.java:478)
 
 at 
 org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoa
 lAndHandleFailures(DefaultLifecycleExecutor.java:330)
 
 at 
 org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTas
 kSegments(DefaultLifecycleExecutor.java:291)
 
 at 
 org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(De
 faultLifecycleExecutor.java:142)
 
 at 
 org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:336)
 
 at 
 org.apache.maven.DefaultMaven.execute(DefaultMaven.java:129)
 
 at org.apache.maven.cli.MavenCli.main(MavenCli.java:287)
 
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 
 at 
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccess
 orImpl.java:39)
 
 at 
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMeth
 odAccessorImpl.java:25)
 
 at java.lang.reflect.Method.invoke(Method.java:597)
 
 at 
 org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
 
 at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
 
 at 
 org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
 
 at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
 
 Caused by: 
 org.apache.maven.artifact.versioning.OverConstrainedVersionExc
 eption: No versions are present in the repository for the 
 artifact with a range [1.6.0.0,1.7.0.0)
 
   org.dspace:dspace-api-lang:jar:null
 
  
 
 from the specified remote repositories:
 
   java.net (http://download.java.net/maven/2),
 
   maven.dspace.org-snapshot (http://maven.dspace.org/snapshot),
 
   central (http://repo1.maven.org/maven2)
 
  
 
 at 
 org.apache.maven.artifact.resolver.DefaultArtifactCollector.re
 curse(DefaultArtifactCollector.java:359)
 
 at 
 org.apache.maven.artifact.resolver.DefaultArtifactCollector.co
 llect(DefaultArtifactCollector.java:76)
 
 at 
 org.apache.maven.artifact.resolver.DefaultArtifactResolver.res
 olveTransitively(DefaultArtifactResolver.java:300)
 
 at 
 org.apache.maven.artifact.resolver.DefaultArtifactResolver.res
 olveTransitively(DefaultArtifactResolver.java:288)
 
 at 
 org.apache.maven.plugin.DefaultPluginManager.resolveTransitive
 

Re: [Dspace-tech] A metadata schema for journals - Prism ?

2010-11-12 Thread TAYLOR Robin
Hi Graham,

Do you happen to know any organisations or institutions that currently make use 
of PRISM ? I would be interested to track down some real world examples.

Cheers, Robin.


Robin Taylor
Main Library
University of Edinburgh
Tel. 0131 6513808  

 -Original Message-
 From: Graham Triggs [mailto:grahamtri...@gmail.com] 
 Sent: 11 November 2010 11:47
 To: TAYLOR Robin
 Cc: dspace-tech@lists.sourceforge.net
 Subject: Re: [Dspace-tech] A metadata schema for journals - Prism ?
 
 Hi Robin,
 
 Theo is quite right - I think PRISM is a good standard for 
 repositories to support for published material. In fact, it's 
 probably more important for SWORD to be able to accept PRISM 
 metadata than it is to support SWAP - given the majority of 
 sources that might supply data via SWORD already support 
 PRISM (and it contains more useful discrete metadata - like 
 volume / issue - than is described by SWAP).
 
 G
 
 
 On 11 November 2010 11:05, TAYLOR Robin robin.tay...@ed.ac.uk wrote:
 
 
   Hi all,
   
   Periodically the subject of how to store journal volume 
 and issue numbers as Dublin Core comes up on this list. Our 
 repo admin Theo Andrew came up with this schema as a possible 
 solution so I just thought I would pass it on. The attached 
 diagram shows how it can be used.
   
   http://www.prismstandard.org
   
   Cheers, Robin.
   
   Robin Taylor
   Main Library
   University of Edinburgh
   Tel. 0131 6513808
   --
   The University of Edinburgh is a charitable body, registered in
   Scotland, with registration number SC005336.
   
   
   
 --
 
   Centralized Desktop Delivery: Dell and VMware Reference 
 Architecture
   Simplifying enterprise desktop deployment and management using
   Dell EqualLogic storage and VMware View: A highly 
 scalable, end-to-end
   client virtualization framework. Read more!
   http://p.sf.net/sfu/dell-eql-dev2dev
   ___
   DSpace-tech mailing list
   DSpace-tech@lists.sourceforge.net
   https://lists.sourceforge.net/lists/listinfo/dspace-tech
   
   
 
 
 
-- 
The University of Edinburgh is a charitable body, registered in
Scotland, with registration number SC005336.


--
Centralized Desktop Delivery: Dell and VMware Reference Architecture
Simplifying enterprise desktop deployment and management using
Dell EqualLogic storage and VMware View: A highly scalable, end-to-end
client virtualization framework. Read more!
http://p.sf.net/sfu/dell-eql-dev2dev
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Error - mvn clean package or mvn package

2010-11-09 Thread TAYLOR Robin
Hi Karl,

I suspect that in the process of preparing the forthcoming release of Dspace 
1.7 we have messed things up somewhere. I'll bring it up with the guys who have 
being preparing the release and we will get it fixed as soon as possible.

Cheers, Robin.


Robin Taylor
Main Library
University of Edinburgh
Tel. 0131 6513808  

 -Original Message-
 From: Nilsen Karl Magnus [mailto:karl.magnus.nil...@uit.no] 
 Sent: 09 November 2010 10:32
 To: dspace-tech@lists.sourceforge.net
 Subject: Re: [Dspace-tech] Error - mvn clean package or mvn package
 
 I have exactly the same issue. Yesterday everything was fine, 
 but today I got this error.
  
 
 Karl Magnus Nilsen
 
 
 
 Fra: Víctor Izaguirre [mailto:vei...@gmail.com]
 Sendt: 9. november 2010 06:54
 Til: dspace-t...@lists.sourceforge.net.
 Emne: [Dspace-tech] Error - mvn clean package or mvn package
 
 
 Hello,
 
 I try to build the package (dspace 1.6.2) but it fails and 
 displays the following error
 
 [INFO] [resources:testResources {execution: default-testResources}]
 [INFO] Using 'UTF-8' encoding to copy filtered resources.
 [INFO] skip non existing resourceDirectory 
 C:\Old\dspace-stats\src\test\resource
 s
 [INFO] [compiler:testCompile {execution: default-testCompile}]
 [INFO] No sources to compile
 [INFO] [surefire:test {execution: default-test}]
 [INFO] No tests to run.
 [INFO] [jar:jar {execution: default-jar}]
 [INFO] Building jar: C:\Old\dspace-stats\target\dspace-stats-1.6.2.jar
 [INFO] 
 --
 --
 [INFO] Building DSpace XML-UI (Manakin) :: API and Core Aspects
 [INFO]task-segment: [clean, package]
 [INFO] 
 --
 --
 [INFO] [clean:clean {execution: default-clean}]
 [INFO] Deleting directory C:\Old\dspace-xmlui\dspace-xmlui-api\target
 [INFO] [resources:resources {execution: default-resources}]
 [INFO] Using 'UTF-8' encoding to copy filtered resources.
 [INFO] Copying 11 resources
 [INFO] artifact org.dspace:dspace-api-lang: checking for 
 updates from java.net
 [INFO] 
 --
 --
 [ERROR] BUILD ERROR
 [INFO] 
 --
 --
 [INFO] Failed to resolve artifact.
 
 Couldn't find a version in [1.7.0.1] to match range [1.6.0.0,1.7.0.0)
   org.dspace:dspace-api-lang:jar:null
 
 from the specified remote repositories:
   maven.dspace.org-snapshot (http://maven.dspace.org/snapshot),
   central (http://repo1.maven.org/maven2),
   java.net (http://download.java.net/maven/2)
 
 Path to dependency:
 1) org.dspace:dspace-xmlui-api:jar:1.6.2
 
 
 
 [INFO] 
 --
 --
 [INFO] For more information, run Maven with the -e switch
 [INFO] 
 --
 --
 [INFO] Total time: 1 minute 51 seconds
 [INFO] Finished at: Tue Nov 09 00:48:55 COT 2010
 [INFO] Final Memory: 44M/129M
 [INFO] 
 --
 --
 
 -- 
 Saludos,
 Víctor Izaguirre Castro
 
 
-- 
The University of Edinburgh is a charitable body, registered in
Scotland, with registration number SC005336.


--
The Next 800 Companies to Lead America's Growth: New Video Whitepaper
David G. Thomson, author of the best-selling book Blueprint to a 
Billion shares his insights and actions to help propel your 
business during the next growth cycle. Listen Now!
http://p.sf.net/sfu/SAP-dev2dev
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] [Dspace-general] Fwd: test on dspace 1.7

2010-11-09 Thread TAYLOR Robin
Hi Santosh,

Thanks for the feedback, I'm seeing this too, I'll investigate.

Cheers, Robin.


Robin Taylor
Main Library
University of Edinburgh
Tel. 0131 6513808

 -Original Message-
 From: G. Santhosh Kumar [mailto:sancoc...@gmail.com]
 Sent: 09 November 2010 07:43
 To: dspace-gene...@lists.sourceforge.net
 Subject: [Dspace-general] Fwd: test on dspace 1.7



 -- Forwarded message --
 From: G. Santhosh Kumar sancoc...@gmail.com
 Date: Tue, Nov 9, 2010 at 1:00 PM
 Subject: test on dspace 1.7
 To: dspace-tech-requ...@lists.sourceforge.net


 Hello

 I was testing new version.
 While uploading an item to newly created collection, i came
 across with an error. The error occurred during the REVIEW
 step of item submission process

 regards
 Santhosh


 An error has occurred


 java.lang.UnsupportedOperationException:

 Cocoon stacktrace [hide]

 Failed to process pipeline
 context:/resource://aspects/Submission/sitemap.xmap - 312:38
  map:serialize type=xml
 context:/resource://aspects/Submission/sitemap.xmap - 303:51
  map:transform type=IncludePageMeta
 context:/resource://aspects/Submission/sitemap.xmap - 248:53
  map:transform type=StepTransformer
 context:/resource://aspects/Submission/sitemap.xmap - 144:45
  map:transform type=Navigation
 context:/resource://aspects/Submission/sitemap.xmap - 141:26
  map:generate
 context:/resource://aspects/Statistics/sitemap.xmap - 80:31
  map:serialize type=xml
 context:/resource://aspects/Statistics/sitemap.xmap - 52:55
  map:transform type=Navigation
 context:/resource://aspects/Statistics/sitemap.xmap - 33:19
  map:generate
 context:/resource://aspects/Discovery/sitemap.xmap - 246:40
  map:serialize type=xml
 context:/resource://aspects/Discovery/sitemap.xmap - 101:47
  map:transform type=Navigation
 context:/resource://aspects/Discovery/sitemap.xmap - 89:28
  map:generate
 context:/jndi:/localhost/xmlui/aspects/aspects.xmap - 115:34
  map:serialize type=xml
 context:/jndi:/localhost/xmlui/aspects/aspects.xmap - 114:43
  map:transform type=PageNotFound
 context:/jndi:/localhost/xmlui/aspects/aspects.xmap - 113:22
  map:generate
 context:/jndi:/localhost/xmlui/themes/Mirage/sitemap.xmap -
 193:34 map:serialize type=xhtml
 context:/jndi:/localhost/xmlui/themes/Mirage/sitemap.xmap -
 187:33 map:transform type=i18n
 context:/jndi:/localhost/xmlui/themes/Mirage/sitemap.xmap -
 182:51 map:transform
 context:/jndi:/localhost/xmlui/themes/Mirage/sitemap.xmap -
 169:55 map:transform type=IncludePageMeta
 context:/jndi:/localhost/xmlui/themes/Mirage/sitemap.xmap -
 164:55 map:transform type=IncludePageMeta
 context:/jndi:/localhost/xmlui/themes/Mirage/sitemap.xmap -
 156:55 map:transform type=IncludePageMeta
 context:/jndi:/localhost/xmlui/themes/Mirage/sitemap.xmap -
 150:55 map:generate type=file
 context:/jndi:/localhost/xmlui/themes/Mirage/sitemap.xmap -
 147:28 map:match
 context:/jndi:/localhost/xmlui/themes/themes.xmap - 63:45
  map:mount
 context:/jndi:/localhost/xmlui/themes/themes.xmap - 62:35
  map:match type=ThemeMatcher
 context:/jndi:/localhost/xmlui/sitemap.xmap - 616:94   map:mount


 Java stacktrace [hide]

 java.lang.UnsupportedOperationException
   at java.util.AbstractList.remove(AbstractList.java:144)
   at
 org.dspace.app.xmlui.wing.element.SimpleHTMLFragment.translate
 (SimpleHTMLFragment.java:522)

   at
 org.dspace.app.xmlui.wing.element.SimpleHTMLFragment.toSAX(Sim
 pleHTMLFragment.java:141)
   at
 org.dspace.app.xmlui.wing.element.Division.toSAX(Division.java:957)
   at
 org.dspace.app.xmlui.wing.element.Division.toSAX(Division.java:957)


   at
 org.dspace.app.xmlui.wing.element.Division.toSAX(Division.java:957)
   at org.dspace.app.xmlui.wing.element.Body.toSAX(Body.java:250)
   at
 org.dspace.app.xmlui.wing.AbstractWingTransformer.endElement(A
 bstractWingTransformer.java:310)


   at sun.reflect.GeneratedMethodAccessor77.invoke(Unknown Source)
   at
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMeth
 odAccessorImpl.java:25)
   at java.lang.reflect.Method.invoke(Method.java:597)
   at
 org.apache.cocoon.core.container.spring.avalon.PoolableProxyHa
 ndler.invoke(PoolableProxyHandler.java:71)


   at $Proxy23.endElement(Unknown Source)
   at
 org.apache.cocoon.components.sax.XMLTeePipe.endElement(XMLTeeP
 ipe.java:93)
   at
 org.apache.cocoon.components.sax.AbstractXMLByteStreamInterpre
 ter.parse(AbstractXMLByteStreamInterpreter.java:120)


   at
 org.apache.cocoon.components.sax.XMLByteStreamInterpreter.dese
 rialize(XMLByteStreamInterpreter.java:44)
   at
 org.apache.cocoon.components.pipeline.impl.AbstractCachingProc
 essingPipeline.processXMLPipeline(AbstractCachingProcessingPip
 eline.java:324)


   at
 org.apache.cocoon.components.pipeline.AbstractProcessingPipeli
 ne.process(AbstractProcessingPipeline.java:750)
   at 

Re: [Dspace-tech] Endnote metadata import in to DSpace

2010-10-18 Thread TAYLOR Robin
Hi Anthony,

We make use of an open source Java reference manager called Jabref for that 
purpose. You have to stick the jar into your maven repo and then there is a wee 
bit of code to embed the product into Dspace. Let me know if you are interested 
and I'll send you what we have.

Cheers, Robin.


Robin Taylor
Main Library
University of Edinburgh
Tel. 0131 6513808  

 -Original Message-
 From: Antony Corfield [awc] [mailto:a...@aber.ac.uk] 
 Sent: 15 October 2010 14:20
 To: dspace-tech@lists.sourceforge.net
 Subject: [Dspace-tech] Endnote metadata import in to DSpace
 
 Hi,
 Is anyone aware of a dspace add-on for importing endnote 
 metadata (exported xml files) in to dspace? I've had a look 
 around and have seen this done for Fedora.
 
 Thanks,
 Antony
 
 Antony Corfield
 Technical Support Officer
 Welsh Repository Network
 Tel. 01970 628724
 http://www.wrn.aber.ac.uk/
 
 
 
 --
 
 Download new Adobe(R) Flash(R) Builder(TM) 4 The new Adobe(R) 
 Flex(R) 4 and Flash(R) Builder(TM) 4 (formerly
 Flex(R) Builder(TM)) enable the development of rich 
 applications that run across multiple browsers and platforms. 
 Download your free trials today!
 http://p.sf.net/sfu/adobe-dev2dev
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech
 
-- 
The University of Edinburgh is a charitable body, registered in
Scotland, with registration number SC005336.


--
Download new Adobe(R) Flash(R) Builder(TM) 4
The new Adobe(R) Flex(R) 4 and Flash(R) Builder(TM) 4 (formerly 
Flex(R) Builder(TM)) enable the development of rich applications that run
across multiple browsers and platforms. Download your free trials today!
http://p.sf.net/sfu/adobe-dev2dev
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] eperson column and 1.6.2 importer

2010-10-11 Thread TAYLOR Robin
Hi Marvin,

Is it practical to set debugging on in the logs ? Is could you do so and then 
look to see what the actual query is in dspace.log, you should see something 
like Running query ...  with parameters: 

Cheers, Robin.
 

Robin Taylor
Main Library
University of Edinburgh
Tel. 0131 6513808  

 -Original Message-
 From: Marvin Weaver [mailto:mwea...@sju.edu] 
 Sent: 11 October 2010 14:20
 To: dspace-tech@lists.sourceforge.net
 Subject: Re: [Dspace-tech] eperson column and 1.6.2 importer
 
   Not really.  I had had my script working on 1.5.2 with no 
 errors.  The user dsp...@.sju.edu is able to manually go 
 through the add item workflow steps successfully, it's just 
 when I run the batch import script that I get the error and I 
 don't know what is missing.  I've also write permissions in 
 all the administrator groups.  The error again is:
 /dspace/bin/import -a -e dsp...@xx.sju.edu -c 123456789/62 -s
 /dspace/import/cit_100-1065 -m /dspace/mapfiles/cit_100-1065
 
   Exception: No such column EPERSON_ID
   java.lang.IllegalArgumentException: No such column EPERSON_ID
  at 
 org.dspace.storage.rdbms.TableRow.setColumn(TableRow.java:509)
  at 
 org.dspace.storage.rdbms.DatabaseManager.process(DatabaseManag
 er.java:1182)
  at 
 org.dspace.storage.rdbms.TableRowIterator.next(TableRowIterato
 r.java:151)
  at 
 org.dspace.storage.rdbms.DatabaseManager.querySingleTable(Data
 baseManager.java:410)
  at 
 org.dspace.storage.rdbms.DatabaseManager.findByUnique(Database
 Manager.java:550)
  at 
 org.dspace.eperson.EPerson.findByEmail(EPerson.java:161)
  at 
 org.dspace.app.itemimport.ItemImport.main(ItemImport.java:381)
  at 
 sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  at 
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccess
 orImpl.java:39)
  at 
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMeth
 odAccessorImpl.java:25)
  at java.lang.reflect.Method.invoke(Method.java:597)
  at 
  org.dspace.app.launcher.ScriptLauncher.main(ScriptLauncher.java:212)
 
   I created an administer group for each collection and 
 addeddsp...@xx.sju.edu
   as a member to each.
   I went to Administer Authorization Policies and granted 
 add to every 
  administrator group,  anonymous, and administrator.
 
 Marvin
 
 
 
 On 10/8/2010 5:44 PM, dspace-tech-requ...@lists.sourceforge.net wrote:
 Hi Marvin
 
  Did the wiki page link help ?
 
  Cheers
 
  hg
 
  On 08/10/2010 20:48, Marvin Weaver wrote:
  
There is, and always was.  I pasted it into the email 
 to the list and the space got lost.
Originally, the email address had turned into a 
 hyperlink in my mail box. Sorry.
/dspace/bin/import -a -edsp...@xx.sju.edu   -c 
 123456789/62 -s /dspace/import/cit_100-1065 -m 
 /dspace/mapfiles/cit_100-1065
  
Marvin
 
 
 --
 
 Beautiful is writing same markup. Internet Explorer 9 
 supports standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, 
 and DOM L2  L3.
 Spend less time writing and  rewriting code and more time 
 creating great experiences on the web. Be a part of the beta today.
 http://p.sf.net/sfu/beautyoftheweb
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech
 
-- 
The University of Edinburgh is a charitable body, registered in
Scotland, with registration number SC005336.


--
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2  L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] manikin question

2010-10-11 Thread TAYLOR Robin
I'll foolishly chip in here - Ok divs and lists might not directly tie to html 
divs and lists, but what about radio buttons and checkboxes ? The aspect Java 
code certainly has some presentational function in it.

I'll sneak away now...

Cheers, Robin. 

Robin Taylor
Main Library
University of Edinburgh
Tel. 0131 6513808  

 -Original Message-
 From: Mark H. Wood [mailto:mw...@iupui.edu] 
 Sent: 11 October 2010 16:15
 To: dspace-tech@lists.sourceforge.net
 Subject: Re: [Dspace-tech] manikin question
 
 On Fri, Oct 08, 2010 at 11:04:51AM -0700, Walker, David wrote:
 [quoting Mark Diggory, I believe]
   So, to be clear, the ability to construct nested 
 divisions, lists, 
   options, meta sections is quite powerful for getting the 
 structure 
   of the content pushed into the presentation layer.
  
  I appreciate your opinion here, Mark.  And, yet, I think 
 this illustrates precisely why DRI is problematic.
  
  How the content is structured on the page *is* 
 presentation.  Conceptually, you cannot push that to the 
 presentation layer.  Any code (regardless of where it 
 lives) that defines the structure of the page *is* the 
 presentation layer (or at least part of it).
 
 Data structure != page structure.  We need to keep the 
 namespaces in mind.  A dri:div is not the same kind of thing 
 as an xhtml:div.  One
 *can* use them in such a way that you eventually transform 
 one into the other, but then again one might have some 
 completely different use for a container of unordered data, 
 just as one might use a dri:list to express something which 
 would never be noticed as an ordered collection in the XHTML 
 -- it might disappear completely.  For that matter, it might 
 be consumed by a subsequent Aspect and never reach the Theme 
 engine.  Data are structured to make them readily 
 comprehensible by later stages.  A Theme isn't required to 
 treat that structure as prescriptive of the structure of its output.
 
 Come to think of it, an Aspect *can't* reliably coerce the 
 final page structure, at least not in some ways you might 
 want to try.  An Aspect has no way of knowing its position in 
 the chain, or what other Aspects are included before it, so 
 it can't slot its work into the right place on the page; if 
 it has something to add, it may as well stick it on the end 
 and assume that some Theme will put it where that Theme wants 
 it.  The DRI document *has to* be an abstract representation 
 of the content, because only the last stage in the pipeline 
 has the certainty required to produce a concrete one.
 
 It took me a while to work out what the parts were doing, 
 conceptually, but what finally made sense to me was that the 
 Aspect chain accumulates a big pot of potentially useful data 
 related to the user's request, and the Theme selects and 
 arranges them as required to make them presentable.  At 
 least, that's the way I've tried to use the pipeline, and it 
 seems to work.
 
 Regardless of how the physical structuring of the final page 
 is done, we need some way to represent logical structure of 
 the data before they are selected and laid out.  That's what 
 I thought DRI was designed to be.  If it isn't being used 
 that way, I think we should fix *that*.
 
 -- 
 Mark H. Wood, Lead System Programmer   mw...@iupui.edu
 Balance your desire for bells and whistles with the reality 
 that only a little more than 2 percent of world population 
 has broadband.
   -- Ledford and Tyler, _Google Analytics 2.0_
 
-- 
The University of Edinburgh is a charitable body, registered in
Scotland, with registration number SC005336.


--
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2  L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] tomcat reporting memory leak?

2010-09-22 Thread TAYLOR Robin
Hi Graham, 

I don't have time at the moment to consider some of the bigger issues you raise 
but I would like to echo Hardy's comments. Historically many Dspace 
installations have had little content and been lightly used. I think this has 
allowed us to develop without much consideration for performance. I would like 
to see the sort of testing you have done becoming part of our procedures prior 
to release, rather than being left to the bigger sites, such as BioMed, to sort 
out after the event.

Cheers, Robin.


Robin Taylor
Main Library
University of Edinburgh
Tel. 0131 6513808  

 -Original Message-
 From: Pottinger, Hardy J. [mailto:pottinge...@umsystem.edu] 
 Sent: 21 September 2010 18:27
 To: Graham Triggs; Tom De Mulder
 Cc: dspace-tech@lists.sourceforge.net; Damian Marinaccio
 Subject: Re: [Dspace-tech] tomcat reporting memory leak?
 
 Hi, Graham, for what it's worth, I'll stand with you. :-) I 
 think addressing the issues you've discovered is really 
 important. Here's an idea: how about some new unit and/or 
 performance tests that check if a class and/or app is 
 unloading cleanly? In other words, would it be possible to 
 express the tests you have in such a way that they could be 
 part of the new testing framework? Are there JIRA issues, 
 and/or patches for what you have already found/fixed?
 
 --Hardy 
 
  -Original Message-
  From: Graham Triggs [mailto:grahamtri...@gmail.com]
  Sent: Tuesday, September 21, 2010 6:52 AM
  To: Tom De Mulder
  Cc: dspace-tech@lists.sourceforge.net; Damian Marinaccio
  Subject: Re: [Dspace-tech] tomcat reporting memory leak?
  
  On 20 September 2010 15:59, Tom De Mulder td...@cam.ac.uk wrote:
  
  
  On Mon, 20 Sep 2010, Damian Marinaccio wrote:
  
   I'm seeing the following log messages in catalina.out:
  
   [...]
  
   SEVERE: The web application [] appears to have 
 started a thread 
  named [FinalizableReferenceQueue] but has failed to stop it.
   This is very likely to create a memory leak.
  
  
  There are quite a few memory leaks in DSpace. We have a 
 cronjob to 
  restart
  Tomcat nightly, because otherwise it'll break the next day.
  
  
  
  
  Hi all,
  
  Oh, welcome to my world!!
  
  I'm going to start off by pointing out that the majority of DSpace 
  code is actually quite well behaved. Going back to the 
 codebase circa 
  1.4.2 / 1.5, and using the JSP user interface - I've got *thirty* 
  spearate DSpace repositories / applications running in a 
 single Tomcat 
  instance, which has operated without a restart in over 90 days. And 
  whilst be able to undeploy and redeploy any of those 
 applications at 
  will - or just reload them so that they pick up new configuration.
  
  That does require a bit of careful setup / teardown in the context 
  listeners (that wasn't always part of the DSpace code), and 
 you need 
  to get certain JARs - particularly the database/pooling 
 drivers - out 
  of the web applications entirely and into the shared level 
 of Tomcat. 
  Most of that is actually just good / recommended practise 
 for systems 
  administration of a Java application server anyway.
  
  I was careful to point out that I have achieved that with 
 pre-1.6 code 
  and JSP only. Both 1.6 and XML ui (of any age) change the 
 landscape. 
  XML ui has always taken a large chunk of resources, 
 although whilst it 
  was still based on Cocoon 2.1, I managed to at least clean up it's 
  startup / shutdown behaviour by repairing it's logging 
 handler. This 
  behaviour has changed with Cocoon 2.2, and I'll come back 
 to that shortly.
  
  So, 1.6 - I've been doing some work on the resource usage and clean 
  loading/unloading of both JSP and XML using 1.6.2 recently, and 
  neither are clean out of the box.
  
  The first issue you run into is the 
 FinalizableReferenceQueue noted in 
  the stack trace above. This is coming from a reference map in 
  reflectutils - and was found to be a cleanup problem in course of 
  DSpace
  2 development (the kernel / services framework was backported from 
  that work). I added a LifecycleManager to reflectutils that was 
  released as version 0.9.11 that allows the internal 
 structures to be 
  shutdown cleanly, and implemented this as part of DSpace 2, however 
  this appears to have been ignored in the backport.
  
  So, with the reflectutils/Lifecycle changes, and careful 
 placement of 
  JARs, etc. I did get the JSP ui to unload cleanly last 
 week. I would 
  note that I didn't stress the application too heavily, so 
 there may be 
  some operations that might trigger different code paths 
 that are still 
  a problem, but at the baseline it was working correctly.
  
  XML ui has proven to be a somewhat more challenging beast. 
 I first ran 
  into two problems that are inside Cocoon 2.2 itself - 1) in the 
  sitemap processing, it's using a stack inside a ThreadLocal, but it 
  never removes the stack when it empties it, and 2) in one class 
  

Re: [Dspace-tech] DSpace 1.6.2 issue date format

2010-08-04 Thread TAYLOR Robin
Hi Clive,

Do you have a url for the item so I could have a look at it ?

Thanks, Robin.


Robin Taylor
Main Library
University of Edinburgh
Tel. 0131 6513808  

 -Original Message-
 From: Clive Gould [mailto:cli...@gmail.com] 
 Sent: 04 August 2010 08:01
 To: dspace-tech@lists.sourceforge.net
 Subject: [Dspace-tech] DSpace 1.6.2 issue date format
 
 Hi everyone
 
 Just wondering why the date display format appears to have 
 changed with DSpace 1.6.2 when browsing by issue date and title?
 
 With DSpace 1.5.2 the issue date appears in the format:
 
  29-Apr-2009
 
 With DSpace 1.6.2 the same items issue date appears in the format:
 
 2009
 
 Any ideas what I have done wrong in the configuration settings?
 
 Thanks
 
 Clive
 
 --
 
 The Palm PDK Hot Apps Program offers developers who use the 
 Plug-In Development Kit to bring their C/C++ apps to Palm for 
 a share of $1 Million in cash or HP Products. Visit us here 
 for more details:
 http://p.sf.net/sfu/dev2dev-palm
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech
 
-- 
The University of Edinburgh is a charitable body, registered in
Scotland, with registration number SC005336.


--
The Palm PDK Hot Apps Program offers developers who use the
Plug-In Development Kit to bring their C/C++ apps to Palm for a share
of $1 Million in cash or HP Products. Visit us here for more details:
http://p.sf.net/sfu/dev2dev-palm
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] DSpace 1.6.2 issue date format

2010-08-04 Thread TAYLOR Robin
Hi Clive,

Could you post to the list the contents of the ## Browse Configuration 
## section from dspace.cfg ?

Thanks.

Robin Taylor
Main Library
University of Edinburgh
Tel. 0131 6513808  

 -Original Message-
 From: Clive Gould [mailto:cli...@gmail.com] 
 Sent: 04 August 2010 12:54
 To: dspace-tech@lists.sourceforge.net
 Subject: Re: [Dspace-tech] DSpace 1.6.2 issue date format
 
 Hi Robin
 
 1.5.2 production repository:-
 
 http://vle.bromley.ac.uk/dspace/browse?type=dateissued
 
 1.6.2 test repository:-
 
 http://standbyvle.bromley.ac.uk/dspace/browse?type=dateissued
 
 Thanks :)
 
 Clive
 
 
 On Wed, Aug 4, 2010 at 10:27 AM, TAYLOR Robin 
 robin.tay...@ed.ac.uk wrote:
  Hi Clive,
 
  Do you have a url for the item so I could have a look at it ?
 
  Thanks, Robin.
 
 
  Robin Taylor
  Main Library
  University of Edinburgh
  Tel. 0131 6513808
 
  -Original Message-
  From: Clive Gould [mailto:cli...@gmail.com]
  Sent: 04 August 2010 08:01
  To: dspace-tech@lists.sourceforge.net
  Subject: [Dspace-tech] DSpace 1.6.2 issue date format
 
  Hi everyone
 
  Just wondering why the date display format appears to have changed 
  with DSpace 1.6.2 when browsing by issue date and title?
 
  With DSpace 1.5.2 the issue date appears in the format:
 
   29-Apr-2009
 
  With DSpace 1.6.2 the same items issue date appears in the format:
 
  2009
 
  Any ideas what I have done wrong in the configuration settings?
 
  Thanks
 
  Clive
 
  --
  
  The Palm PDK Hot Apps Program offers developers who use 
 the Plug-In 
  Development Kit to bring their C/C++ apps to Palm for a 
 share of $1 
  Million in cash or HP Products. Visit us here for more details:
  http://p.sf.net/sfu/dev2dev-palm
  ___
  DSpace-tech mailing list
  DSpace-tech@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/dspace-tech
 
  --
  The University of Edinburgh is a charitable body, registered in 
  Scotland, with registration number SC005336.
 
 
 
 --
 
 The Palm PDK Hot Apps Program offers developers who use the 
 Plug-In Development Kit to bring their C/C++ apps to Palm for 
 a share of $1 Million in cash or HP Products. Visit us here 
 for more details:
 http://p.sf.net/sfu/dev2dev-palm
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech
 
-- 
The University of Edinburgh is a charitable body, registered in
Scotland, with registration number SC005336.


--
The Palm PDK Hot Apps Program offers developers who use the
Plug-In Development Kit to bring their C/C++ apps to Palm for a share
of $1 Million in cash or HP Products. Visit us here for more details:
http://p.sf.net/sfu/dev2dev-palm
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Dspace out of memory errors

2010-07-23 Thread TAYLOR Robin
Hi Francis,

It's the memory allocated to Tomcat rather than the total available to the 
server that is the problem. The memory required by DSpace has increased over 
the years but there are no known memory leaks in 1.5 (there were in earlier 
versions). Since you have nothing else running on the machine allocate another 
gigabyte to Tomcat and see if that helps . We have up to 3G allocated to 
various installations although most are running more than one Dspace.

Cheers, Robin. 

Robin Taylor
Main Library
University of Edinburgh
Tel. 0131 6513808  

 -Original Message-
 From: Brouns, Francis [mailto:francis.bro...@ou.nl] 
 Sent: 23 July 2010 10:48
 To: 'dspace-tech@lists.sourceforge.net'
 Subject: [Dspace-tech] Dspace out of memory errors
 
 Hi,
 
 Last week we completed the upgrade of our DSpace 1.4.2 
 instance to DSpace 1.5.2, but now are encountering lots of 
 memory problems, which we did not encounter on our test server.
 
 DSpace is installed on a SLES11 server, the Oracle database 
 is located at a different machine. We are running Tomcat6 
 (installed via Yast) and Sun Java 1.5 (installed via RPM). We 
 run the daily-digest, filter-media and the stats cronjob. 
 Apart from DSpace no other applications are running on this 
 server. We now assigned 6GB RAM to the server, and increased 
 java_opts to Xmx1024. In addition, Tomcat is restarted every 
 night. At first this seemed to help, but we are still running 
 into memory errors.
 
 On our previous production server we also encountered these 
 kind of problems, but could solve them by adding additional 
 RAM to the server, increasing heapsize in java_opts and 
 restarting tomcat every night. This time this does not 
 prevent the errors.
 
 Any tips on where I should look at to figure out what is 
 causing this, are welcome.
 
 Exception:
 javax.servlet.ServletException: java.lang.OutOfMemoryError: 
 Java heap space
   at 
 org.apache.jasper.runtime.PageContextImpl.doHandlePageExceptio
 n(PageContextImpl.java:852)
   at 
 org.apache.jasper.runtime.PageContextImpl.handlePageException(
 PageContextImpl.java:781)
   at org.apache.jsp.index_jsp._jspService(index_jsp.java:137)
   at 
 org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
   at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
   at 
 org.apache.jasper.servlet.JspServletWrapper.service(JspServlet
 Wrapper.java:374)
   at 
 org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet
 .java:342)
   at 
 org.apache.jasper.servlet.JspServlet.service(JspServlet.java:267)
   at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
   at 
 org.apache.catalina.core.ApplicationFilterChain.internalDoFilt
 er(ApplicationFilterChain.java:290)
   at 
 org.apache.catalina.core.ApplicationFilterChain.doFilter(Appli
 cationFilterChain.java:206)
   at 
 org.apache.catalina.core.StandardWrapperValve.invoke(StandardW
 rapperValve.java:233)
   at 
 org.apache.catalina.core.StandardContextValve.invoke(StandardC
 ontextValve.java:191)
   at 
 org.apache.catalina.core.StandardHostValve.invoke(StandardHost
 Valve.java:128)
   at 
 org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReport
 Valve.java:102)
   at 
 org.apache.catalina.core.StandardEngineValve.invoke(StandardEn
 gineValve.java:109)
   at 
 org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdap
 ter.java:286)
   at 
 org.apache.coyote.http11.Http11Processor.process(Http11Process
 or.java:845)
   at 
 org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandle
 r.process(Http11Protocol.java:583)
   at 
 org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.
 java:447)
   at java.lang.Thread.run(Thread.java:595)
 Caused by: java.lang.OutOfMemoryError: Java heap space
 
 Kind regards,
 Francis Brouns
 
 
 --
 
 This SF.net email is sponsored by Sprint What will you do 
 first with EVO, the first 4G phone?
 Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech
 
-- 
The University of Edinburgh is a charitable body, registered in
Scotland, with registration number SC005336.


--
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Memory / Young generation size

2010-07-19 Thread TAYLOR Robin
Hi,

I have a query regarding memory usage for Dspace and Tomcat. I rather 
unthinkingly allocate memory to Tomcat in a simple manner eg...

JAVA_OPTS=-Xms1024m -Xmx1024m -XX:PermSize=256m -XX:MaxPermSize=256m..

Using jconsole to look at the way the memory is allocated to the different 
generations I see that it is allocated in favour of the tenured generation at a 
ratio of 2:1. Dspace being a webapp, none of the objects last long enough to 
ever reach the tenured generation meaning that 2/3 of the allocated memory sits 
unused. So the question is, should I be forcing more of the memory to be 
allocated to the young generation ? 

Have I misunderstood something here ?

Cheers, Robin.



Robin Taylor
Main Library
University of Edinburgh
Tel. 0131 6513808 
-- 
The University of Edinburgh is a charitable body, registered in
Scotland, with registration number SC005336.


--
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] contributing code

2010-07-15 Thread TAYLOR Robin
Hi Jose,

Yes that's right. All new Jira issues are reviewed weekly, although 
occasionally it may be less frequent, and an initial decision is made. The 
review is done as part of the weekly developer meetings which are open to all 
so feel free to join in 
https://wiki.duraspace.org/display/DSPACE/Developer+Meetings.

Cheers, Robin.


Robin Taylor
Main Library
University of Edinburgh
Tel. 0131 6513808  

 -Original Message-
 From: Blanco, Jose [mailto:blan...@umich.edu] 
 Sent: 14 July 2010 19:31
 To: dspace-tech@lists.sourceforge.net
 Subject: Re: [Dspace-tech] contributing code
 
 Hi Claudia,
 
 So the patch I've submitted will be reviewed by the team, and 
 a determination to incorporated or not in the next release 
 will be made?  Is that correct?
 
 Thanks!
 Jose
 
 -Original Message-
 From: Claudia Jürgen [mailto:claudia.juer...@ub.tu-dortmund.de]
 Sent: Wednesday, July 14, 2010 12:10 PM
 To: dspace-tech@lists.sourceforge.net
 Subject: Re: [Dspace-tech] contributing code
 
 Hello Jose,
 
 some information e.g. Contribution Guidelines can be found at 
 the DSpace
 Wiki: https://wiki.duraspace.org/display/DSPACE/ContributionGuidelines
 
 You can submit patches to JIRA or use your own scm branch for 
 bigger development projects.
 
 A more general aspect is talk about/share your work at an 
 early even planning stage with the community. You can 
 brainstorm with other people and get a different perspective. 
 Often patches made for a particular instance do only cover 
 the use case(s) needed in that instance and are not 
 abstract/flexible enough for general inclusion.
 
 Some things are better made into modules/addons or are just 
 beyond the scope of DSpace. For some features good solutions 
 already exist, then it might be worthwile looking at 
 interoperability rather than recreating the feature within DSpace.
 
 Have a sunny day
 
 Claudia Jürgen
 
 
 
 
 Am 14.07.2010 16:36, schrieb Blanco, Jose:
 
  I would like to make some code submission to see if some of the 
  changes we've made here at University of Michigan could get into 
  version 1.7 of Dspace.  I submitted something using the 
 jira system, 
  and I'm wondering if this is what I should be doing?  Could 
 you let me 
  know if the procedure I have followed is right?  Many thanks!
  Jose
 
  http://jira.dspace.org/jira/browse/DS-587
 
 
  
 --
  
 
 
 This SF.net email is sponsored by Sprint
  What will you do first with EVO, the first 4G phone? Visit 
  sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
  ___ DSpace-tech mailing 
  list DSpace-tech@lists.sourceforge.net 
  https://lists.sourceforge.net/lists/listinfo/dspace-tech
 
 --
 Mit freundlichen Gruessen
 
 Claudia Juergen
 Universitaetsbibliothek Dortmund
 Eldorado
 0231/755-4043
 https://eldorado.tu-dortmund.de/
 
 --
 
 This SF.net email is sponsored by Sprint What will you do 
 first with EVO, the first 4G phone?
 Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech
 
 --
 
 This SF.net email is sponsored by Sprint What will you do 
 first with EVO, the first 4G phone?
 Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech
 
-- 
The University of Edinburgh is a charitable body, registered in
Scotland, with registration number SC005336.


--
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] [Dspace-devel] Problem with Manakin and IE

2010-07-02 Thread TAYLOR Robin
Hi Ricardo,

Yes do raise a Jira issue. That will ensure that the problem doesn't get 
forgotten about.

Cheers, Robin.


Robin Taylor
Main Library
University of Edinburgh
Tel. 0131 6513808  

 -Original Message-
 From: Ricardo Borillo [mailto:ricardo.bori...@si.uji.es] 
 Sent: 02 July 2010 12:52
 To: Tim Donohue
 Cc: dspace-tech
 Subject: Re: [Dspace-tech] [Dspace-devel] Problem with Manakin and IE
 
 Hi again,
 
 Are you being able to reproduce the error?
 Do you think i should open a bug in the DSpace JIRA?
 
 Thanks for your help
 
 ---
 Salut,
 
 Ricardo Borillo Domenech
 http://xml-utils.com / http://twitter.com/borillo
 
 
 
 On Thu, Jul 1, 2010 at 12:17, Ricardo Borillo 
 ricardo.bori...@si.uji.es wrote:
  Hi again Tim,
 
  The upload works perfectly in Firefox 3.6, but fails in 
 Google Chrome 5.0 too.
 
  ---
  Salut,
  
  Ricardo Borillo Domenech
  http://xml-utils.com / http://twitter.com/borillo
 
 
 
  On Thu, Jul 1, 2010 at 11:53, Ricardo Borillo 
 ricardo.bori...@si.uji.es wrote:
  Hi Tim,
 
  The problem only arises in Internet Explorer.
 
  I was able to reproduce the error in demo.dspace.org:
 
  *. Log as dspacedemo+ad...@gmail.com
  *. Access to 01 - OR2010 Collection 2 collection.
  *. Submit a 13Mb file only specifying title (mandatory field).
 
  The error that i get is:
 
  
  Problem in creating the Request
  Message: null
 
  Description: No details available.
 
  Sender: org.apache.cocoon.servlet.multipart.MultipartFilter
 
  Source: Cocoon Servlet
 
  cause
 
  Malformed stream
 
  request-uri
 
  
 /xmlui/handle/10673/249/submit/4c140e43395c876b8477114f10516c02555140
  46.continue
 
  Apache Cocoon 2.2.0
  
 
  My environment is Windows XP SP2, with IE8.
 
  ---
  Salut,
  
  Ricardo Borillo Domenech
  http://xml-utils.com / http://twitter.com/borillo
 
 
 
  On Thu, Jun 24, 2010 at 15:34, Tim Donohue 
 tdono...@duraspace.org wrote:
  Hi Ricardo,
 
  I'm copying in the 'dspace-tech' list again -- in case 
 others have ideas.
 
  Another question:
  * Does this only happen with Internet Explorer, or does 
 it happen on 
  all browsers?
 
  As for the demo.dspace.org -- if you are having difficulty 
  registering, you can test an upload using one of the 
 pre-configured 
  demonstration accounts which are listed on the homepage 
 (especially the 'Demo Submitter' account:
  dspacedemo+sub...@gmail.com)
  http://demo.dspace.org/xmlui
 
  I just tried an upload of a 14MB file using IE8 to the 
  demo.dspace.org site, and it worked fine for me (though 
 it did take 
  about 10 or so seconds to finish uploading). So, I'm 
 still not sure what could be causing your issues.
  But, it would be good to determine if it is specific to Internet 
  Explorer, or if it happens on all web-browsers.
 
  - Tim
 
  On 6/24/2010 2:29 AM, Ricardo Borillo wrote:
 
  Hi Tim,
 
  Thanks for your support.
 
  The ingest process only fails for input files over 10Mb aprox.
 
  I'm trying to connect to demo.dspace.org but i get an 
 error when i 
  try to register:
 
  
  Unable to send email to this address.
  
 
  I'm working with the source distribution of DSpace 1.6.1. When i 
  download a new version of DSpace, i import this version 
 to my local 
  subversion repository. Then, i register all the 
 customizations that 
  i make to the base source distribution to keep tracking 
 of this changes.
 
  I attach an svn log -v of the changes that i have made (sorry, 
  but the comments are in spanish).
 
  Thanks in advance for your help.
 
  ---
  Salut,
  
  Ricardo Borillo Domenech
  http://xml-utils.com / http://twitter.com/borillo
 
 
 
  On Wed, Jun 23, 2010 at 16:28, Tim 
 Donohuetdono...@duraspace.org  wrote:
 
  Ricardo,
 
  It looks like your upload process is timing out or getting 
  canceled in the middle of the upload.  Does this only occur for 
  large files, or does it also happen if you upload a small file?
 
  You might also try the same upload on our Demo 
 Repository to see 
  if you get this same error on all DSpace installs, or 
 if there's 
  something specific with your local installation of DSpace:
 
  http://demo.dspace.org/xmlui/
 
  - Tim
 
  On 6/23/2010 6:23 AM, Ricardo Borillo wrote:
 
  Hi all,
 
  I'm trying to upload a new documento to DSpace 1.6.1 
 through Manakin.
  The size of this document is about 15Mb and i'm 
 working with IE 8.
 
  The problem is that, when i try to submit this document to a 
  collection, i get the following error:
 
  
  Problem in creating the Request
  Message: null
 
  Description: No details available.
 
  Sender: org.apache.cocoon.servlet.multipart.MultipartFilter
 
  Source: Cocoon Servlet
 
  cause
 
  Malformed stream
 
  request-uri
 
 
 
  
 /xmlui/handle/10234/2509/submit/465e6f6a697f7f1b5e5574636757323d5
  5114e72.continue
  
 
  Please, anybody knows something about this error?
 
  

Re: [Dspace-tech] Meatadata dates stored as UTC

2010-06-30 Thread TAYLOR Robin
Hi Kim,

Thanks for the feedback, I'm pointlessly tying myself in knots about this.
 
 I think storing in Zulu time makes sense, personally -- if 
 somebody in the USA takes a photograph, and records that date 
 in item metadata, I'd want it converted to Zulu so it could 
 be displayed to me in my local time zone (regardless of who 
 was/wasn't in daylight savings time at the time of recording, 
 time of display, etc..).

I was looking at a series of photos of Mt St Helens prior to its eruption. It 
struck me that the date and time recorded were part of a context. It was 
crucial to know that it was 2.00pm on 29th June 1999 at Mt St Helens in the US. 
If the date and time are converted to another local time they lose their 
meaning, unless you are bright enough and have enough information to convert 
the time back to what it would have been. I think you can make an argument that 
any dates and times entered as metadata relating to the object, as opposed to 
administrative metadata eg date accessioned, should be stored as entered by the 
user. Its not the place of the software to guess what the context is and mess 
around with it. To be honest I'm not even sure that administrative metadata 
dates need to be UTC but I'll worry about that later. 

Cheers, Robin.




 
 However, as Robin says, without any proper way to determine 
 what a date field is (besides assuming that people use the 
 usual DC suspects like dc.date.*), converting back to local 
 time on display isn't always going to work.
 
 In January, the idea of adding an encoding field to the 
 metadatavalue table was floated by Graham Triggs, as he 
 wanted to find a tidy way to store OpenURL Context objects 
 (specifically, machine-readable bibliographic citations in 
 kev:ctx). I'm pretty sure it's still on the agenda for the 
 next major release..? (correct me if I'm wrong?)
 
 Would allowing users to specify W3CDTF as an encoding 
 scheme for a metadata field help get around the we don't 
 know what a date is
 problem? I realise it's a slight tangent from the discussion 
 around bibliographicCitation, because the recommendation 
 there was to store two values for that one DC term (in our 
 case, element) and just encode one value as kev:ctx.
 
 I'm just thinking aloud too.. I know we shouldn't treat 
 database schema changes lightly, but if this is a way of 
 ensuring that DSpace can expose encoding scheme along with 
 metadata values in embedded page metadata, and/or a way of 
 ensuring that DSpace knows how to treat a value by checking 
 the encoding scheme for the metadata field itself, it might 
 be worth considering..
 
 Finally, to get back to the point, if a date cannot be 
 converted to my local time zone from its stored value in 
 DSpace, I'd prefer to see UTC/Zulu than somebody else's (eg. 
 the depositor/creator) local time.
 Just my personal preference ;-)
 
 Cheers!
 
 Kim
 
 On 28 June 2010 20:49, TAYLOR Robin robin.tay...@ed.ac.uk wrote:
  Hi Tom,
 
  They're stored in Zulu time, which has the advantage of not being 
  dependent on time zones or daylight savings.
 
  But I guess my question is, why is that an advantage ? I 
 can see some advantages eg searching and sorting, but I can 
 also see cases where it would not be the right thing to do eg 
 recording when a photograph was taken. In fact I can see 
 advantages and disadvantages in every possible scenario.
 
  The best thing to do is to store them in this timezone, but to 
  convert them on display to the local time.
 
  I suppose so, but that means recording somewhere which 
 metadata terms are dates, bearing in mind that there is no 
 obligation to use Dublin Core. Currently this is done  in 
 input-forms.xml but that only applies to the metadata 
 collected in the 'describe' step, not automatically generated 
 metadata.
 
  Apologies for thinking this through 'out loud', it just helps.
 
  Cheers, Robin.
 
 
 
 
 
 
 
 
  --
  The University of Edinburgh is a charitable body, registered in 
  Scotland, with registration number SC005336.
 
 
  
 --
   This SF.net email is sponsored by Sprint What will you do 
  first with EVO, the first 4G phone?
  Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
  ___
  DSpace-tech mailing list
  DSpace-tech@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/dspace-tech
 
 
-- 
The University of Edinburgh is a charitable body, registered in
Scotland, with registration number SC005336.


--
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Meatadata dates stored as UTC

2010-06-28 Thread TAYLOR Robin
Hi Tom,

 They're stored in Zulu time, which has the advantage of not 
 being dependent on time zones or daylight savings.

But I guess my question is, why is that an advantage ? I can see some 
advantages eg searching and sorting, but I can also see cases where it would 
not be the right thing to do eg recording when a photograph was taken. In fact 
I can see advantages and disadvantages in every possible scenario.

 The best thing to do is to store them in this timezone, but 
 to convert them on display to the local time.

I suppose so, but that means recording somewhere which metadata terms are 
dates, bearing in mind that there is no obligation to use Dublin Core. 
Currently this is done  in input-forms.xml but that only applies to the 
metadata collected in the 'describe' step, not automatically generated metadata.

Apologies for thinking this through 'out loud', it just helps.

Cheers, Robin.








-- 
The University of Edinburgh is a charitable body, registered in
Scotland, with registration number SC005336.


--
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] postgresql.jar not found in upgrade package

2010-06-28 Thread TAYLOR Robin
Hi Karen,

With version 1.5 Dspace moved to using Maven to build the application. Maven 
will download any jars required for the build so they are no longer distributed 
with DSpace. The latest version of Dspace is actually 1.6.2, I would recommend 
you upgrade to this version. Have a look at the documentation distributed with 
the software and you should find 'Chapter 4. DSpace System Documentation: 
Upgrading a DSpace Installation'. Given the gap between 1.3 and 1.6 there will 
be steps you can bypass, such as copying the postgres jar.

Cheers, Robin.



Robin Taylor
Main Library
University of Edinburgh
Tel. 0131 6513808  

 -Original Message-
 From: MOHIT SHARMA [mailto:mohit7...@gmail.com] 
 Sent: 28 June 2010 12:08
 To: Savage, Karen R.
 Cc: dspace-tech@lists.sourceforge.net
 Subject: Re: [Dspace-tech] postgresql.jar not found in upgrade package
 
 Dude ,
 google it u will get , even i have taken from thr . :) 
 
 
 On Fri, Jun 25, 2010 at 19:05, Savage, Karen R. 
 karen_sav...@baylor.edu wrote:
 
 
   We're currently running dspace 1.3.2 and would like to 
 start the process of upgrading to the current version. I 
 found the instructions for doing this here: 
 http://www.dspacedev2.org/1_5_1Documentation/ch04.html#N10F6E
   It says to copy the postgresql.jar file from the new 
 package to the current installation, but the package I 
 downloaded (from here: 
 http://sourceforge.net/projects/dspace/files/) doesn't have a 
 postgresql.jar file in the lib directory or anywhere else. Am 
 I supposed to get it from somewhere else?
   
   Thanks,
   
   Karen Savage
   Baylor University
   Central Libraries
   Electronic Libraries
   karen_sav...@baylor.edu
   (254) 710-3275
   
 
   
 --
 
   ThinkGeek and WIRED's GeekDad team up for the Ultimate
   GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the
   lucky parental unit.  See the prize list and enter to win:
   http://p.sf.net/sfu/thinkgeek-promo
   ___
   
   DSpace-tech mailing list
   DSpace-tech@lists.sourceforge.net
   https://lists.sourceforge.net/lists/listinfo/dspace-tech
   
 
 
 
-- 
The University of Edinburgh is a charitable body, registered in
Scotland, with registration number SC005336.


--
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Meatadata dates stored as UTC

2010-06-25 Thread TAYLOR Robin
Hi,

I'm struggling with some dates issues and looking for help. 

Dates held in the metadatavalues table are converted from their local time zone 
to UTC before being stored in the database. The problem is that they are not 
generally converted back to their local time zone before being displayed (see 
Jira  http://jira.dspace.org/jira/browse/DS-568). This is misleading to the 
user. You could conceiveably see that you had submitted an item whilst you were 
still asleep in bed. I'm not sure what to do about this. It would be messy to 
always check for a metadatavalue being a date before displaying it. What would 
be the consequences of not storing dates as UTC ? Could we store them with a 
time zone eg 22:30+04 ? This might be a little less confusing. I'm sure there 
are good reasons for storing dates as UTC I just don't know what they are, can 
anyone help ?

Cheers, Robin.

 

Robin Taylor
Main Library
University of Edinburgh
Tel. 0131 6513808 
-- 
The University of Edinburgh is a charitable body, registered in
Scotland, with registration number SC005336.


--
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Event notification : Repository Fringe 2010: 2/3 September

2010-06-22 Thread TAYLOR Robin
Apologies for cross-posting

 Repository Fringe 2010: 2/3 September

   http://www.repositoryfringe.org/

 #rfringe10

Registration is now open!

Enjoying two successful years, Repository Fringe is back for the third time... 
and this year we have moved to the end of the Edinburgh Festival, and to the 
National eScience Centre.

Always innovative, and always looking forward, this year we are looking at the 
OPEN: Open Data; Open Access; Open Learning; Open Knowledge; Open Content; 
etc...

The programme for the event is, as ever, created by the participants, however 
there will be a focus on group discussion rather than long talks.

Pecha Kucha will make an appearance again, as will the round-table 
discussions... and we will be hosting a Great Debate on the Thursday Evening 
(with wine  nibbles.)

We are looking for submissions from managers, librarians, coders, educators  
blue-sky thinkers; we are looking for Pecha Kucha talks round-table discussion 
ideas and one of them we'll take on for the Great Debate.

We are also delighted to be able to offer space on Wednesday the 1st September 
for anyone who wishes to host a meeting or workshop at that time.






Robin Taylor
Main Library
University of Edinburgh
Tel. 0131 6513808 
-- 
The University of Edinburgh is a charitable body, registered in
Scotland, with registration number SC005336.


--
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] SWORD Port No.

2010-05-18 Thread TAYLOR Robin
Hi Lewatle,

Sword is a web app so requests are passed to it from your web server which may 
be Tomcat or another web server. By default this listens on port 8080 but you 
may have it configured differently, perhaps you have Apache in front of it 
listening on port 80 and forwarding on requests. A typical setup would be to 
have your Dspace web app available at URL www.lewatle.com and the Sword webapp 
available at www.lewatle.com/sword. Does that make sense ?

Cheers, Robin.


Robin Taylor
Main Library
University of Edinburgh
Tel. 0131 6513808  

 -Original Message-
 From: Lewatle Phaladi [mailto:lewatle.phal...@wits.ac.za] 
 Sent: 18 May 2010 13:53
 To: dspace-tech@lists.sourceforge.net
 Subject: [Dspace-tech] SWORD Port No.
 
 Hi All 
 
  
 
 Can anyone tell me what port number does sword or sword 
 applications use.
 
  
 
 Regards,
 
 Lewatle
 
 This communication is intended for the addressee only. It is 
 confidential. If you have received this communication in 
 error, please notify us immediately and destroy the original 
 message. You may not copy or disseminate this communication 
 without the permission of the University. Only authorized 
 signatories are competent to enter into agreements on behalf 
 of the University and recipients are thus advised that the 
 content of this message may not be legally binding on the 
 University and may contain the personal views and opinions of 
 the author, which are not necessarily the views and opinions 
 of The University of the Witwatersrand, Johannesburg. All 
 agreements between the University and outsiders are subject 
 to South African Law unless the University agrees in writing 
 to the contrary.
 
 
-- 
The University of Edinburgh is a charitable body, registered in
Scotland, with registration number SC005336.


--

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


Re: [Dspace-tech] [Dspace-general] Storage confusion

2010-05-13 Thread TAYLOR Robin
Hi Amjad,

All metadata relating to an item can be found in the metadatavalue table.

Cheers.

Robin Taylor
Main Library
University of Edinburgh
Tel. 0131 6513808  

 -Original Message-
 From: AMJAD USMAN [mailto:amjad...@hotmail.com] 
 Sent: 13 May 2010 08:50
 To: dspace-gene...@lists.sourceforge.net; 
 dspace-tech@lists.sourceforge.net
 Subject: [Dspace-general] Storage confusion
 
 Hi every body,
 
 can anybody me, where the title of a paper is stored ?
 As there is no field in Item table regarding this ?
 same about the author ? I am not finding these information in 
 database ?
 
 From:
 Amjad
 
 
 
 
 
 
 Hotmail: Trusted email with powerful SPAM protection. Sign up 
 now. https://signup.live.com/signup.aspx?id=60969 
 
-- 
The University of Edinburgh is a charitable body, registered in
Scotland, with registration number SC005336.


--

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


Re: [Dspace-tech] solr crashing dspace 1.6

2010-05-10 Thread TAYLOR Robin
Hi Bill,

I have found JMX/jconsolve invaluable when investigating memory problems 
http://java.sun.com/j2se/1.5.0/docs/guide/management/agent.html.

Cheers, Robin.


Robin Taylor
Main Library
University of Edinburgh
Tel. 0131 6513808  

 -Original Message-
 From: Anderson, Charles W [mailto:bill.ander...@library.gatech.edu] 
 Sent: 06 May 2010 16:41
 To: dspace-tech
 Subject: [Dspace-tech] solr crashing dspace 1.6
 
 We're on our second attempt to upgrade from 1.5.2 to 1.6.  We 
 have been plagued with m memory errors both times, and we' 
 think we've narrowed it down to something that's going on in 
 the solr webapp.  We've got solr running in it's very own 
 Tomcat instance; which has helped, but hasn't completely 
 eliminated the problems.  
 
 Just before we crash, we're seeing lots and lots of the 
 following in the dspace log:
 
 org.apache.solr.common.SolrException: Internal Server Error
 
 Then, eventually, we start getting this:
 
 org.apache.commons.dbcp.SQLNestedException: Cannot get a 
 connection, pool error: Timeout waiting for idle object
 
 Meanwhile, over in catalina.out, we have these, which seem to 
 correspond to the solr errors in the dspace log:
 
 SEVERE: org.apache.solr.common.SolrException: Error 
 opening new searcher. exceeded limit of 
 maxWarmingSearchers=2, try again later.
 
 And, eventually, the voice of doom:
 
 Exception in thread TP-Processor550 
 java.lang.OutOfMemoryError: PermGen space
 
 Has anybody else experience memory issues related to solr?
 
 Thanks,
 
 Bill
 
 
 
 Bill Anderson
 Software Developer
 Digital Library Development
 Georgia Tech Library 
 
 --
 
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech
 
-- 
The University of Edinburgh is a charitable body, registered in
Scotland, with registration number SC005336.


--

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


[Dspace-tech] FW: xmlui interface giving a blank page

2010-03-30 Thread TAYLOR Robin
Forwarding this on to the tech mailing list.

Does anyone out there with experience of the new Stats module now why the 
Statistics sitemap cant be found ?

Cheers.


Robin Taylor
Main Library
University of Edinburgh
Tel. 0131 6513808
-Original Message-
From: Mutsikiwa Admire [mailto:amutsik...@uzlib.uz.ac.zw]
Sent: 29 March 2010 16:54
To: TAYLOR Robin
Subject: RE: [Dspace-tech] xmlui interface giving a blank page

By the way xmlui logs to /dspace/logs? This is what I am getting when I visit 
the xmlui interface

Resource not found

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

Cocoon stacktrace [show]
Resource not found.
context:/jndi:/localhost/xmlui//aspects/aspects.xmap - 119:72   map:mount
context:/jndi:/localhost/xmlui//aspects/aspects.xmap - 109:34   map:select
type=parameter
context:/jndi:/localhost/xmlui//aspects/aspects.xmap - 108:36   map:match
type=AspectMatcher
context:/jndi:/localhost/xmlui//sitemap.xmap - 307:80   map:mount
context:/jndi:/localhost/xmlui//sitemap.xmap - 306:32   map:match
context:/jndi:/localhost/xmlui//aspects/aspects.xmap - 115:34 map:serialize 
type=xml context:/jndi:/localhost/xmlui//aspects/aspects.xmap - 114:43 
map:transform type=PageNotFound 
context:/jndi:/localhost/xmlui//aspects/aspects.xmap - 113:22 map:generate 
context:/jndi:/localhost/xmlui//themes/Reference/sitemap.xmap - 184:34 
map:serialize type=xhtml 
context:/jndi:/localhost/xmlui//themes/Reference/sitemap.xmap - 181:84 
map:transform type=NamespaceFilter 
context:/jndi:/localhost/xmlui//themes/Reference/sitemap.xmap - 180:78 
map:transform type=NamespaceFilter 
context:/jndi:/localhost/xmlui//themes/Reference/sitemap.xmap - 174:33 
map:transform type=i18n 
context:/jndi:/localhost/xmlui//themes/Reference/sitemap.xmap - 170:44 
map:transform context:/jndi:/localhost/xmlui//themes/Reference/sitemap.xmap - 
155:45 map:transform type=IncludePageMeta 
context:/jndi:/localhost/xmlui//themes/Reference/sitemap.xmap - 131:55 
map:generate type=file 
context:/jndi:/localhost/xmlui//themes/Reference/sitemap.xmap - 128:28 
map:match
context:/jndi:/localhost/xmlui//themes/themes.xmap - 63:45  map:mount
context:/jndi:/localhost/xmlui//themes/themes.xmap - 62:35  map:match
type=ThemeMatcher
context:/jndi:/localhost/xmlui//sitemap.xmap - 383:73   map:mount

Java stacktrace [show]

org.apache.excalibur.source.SourceNotFoundException:
resource://aspects/Statistics/sitemap.xmap
at
org.apache.excalibur.source.impl.ResourceSource.getInputStream(ResourceSourc
e.java:125)
at
org.apache.cocoon.components.source.impl.DelayedRefreshSourceWrapper.getInpu
tStream(DelayedRefreshSourceWrapper.java:69)
at
org.apache.cocoon.components.source.util.SourceUtil.toSAX(SourceUtil.java:18
0)
at
org.apache.cocoon.components.treeprocessor.TreeProcessor.createSitemapProgra
m(TreeProcessor.java:356)
at
org.apache.cocoon.components.treeprocessor.TreeProcessor.buildConcreteProces
sor(TreeProcessor.java:404)
at
org.apache.cocoon.components.treeprocessor.TreeProcessor.setupConcreteProces
sor(TreeProcessor.java:338)
at
org.apache.cocoon.components.treeprocessor.TreeProcessor.buildPipeline(TreeP
rocessor.java:259)
at
org.apache.cocoon.components.treeprocessor.sitemap.MountNode.invoke(MountNod
e.java:107)
at
org.apache.cocoon.components.treeprocessor.AbstractParentProcessingNode.invo
keNodes(AbstractParentProcessingNode.java:78)
at
org.apache.cocoon.components.treeprocessor.sitemap.SelectNode.invoke(SelectN
ode.java:87)
at
org.apache.cocoon.components.treeprocessor.AbstractParentProcessingNode.invo
keNodes(AbstractParentProcessingNode.java:55)
at
org.apache.cocoon.components.treeprocessor.sitemap.MatchNode.invoke(MatchNod
e.java:87)
at
org.apache.cocoon.components.treeprocessor.AbstractParentProcessingNode.invo
keNodes(AbstractParentProcessingNode.java:78)
at
org.apache.cocoon.components.treeprocessor.sitemap.PipelineNode.invoke(Pipel
ineNode.java:143)
at
org.apache.cocoon.components.treeprocessor.AbstractParentProcessingNode.invo
keNodes(AbstractParentProcessingNode.java:78)
at
org.apache.cocoon.components.treeprocessor.sitemap.PipelinesNode.invoke(Pipe
linesNode.java:81)
at
org.apache.cocoon.components.treeprocessor.ConcreteTreeProcessor.process(Con
creteTreeProcessor.java:239)
at
org.apache.cocoon.components.treeprocessor.ConcreteTreeProcessor.buildPipeli
ne(ConcreteTreeProcessor.java:186)
at
org.apache.cocoon.components.treeprocessor.TreeProcessor.buildPipeline(TreeP
rocessor.java:260)
at
org.apache.cocoon.components.treeprocessor.sitemap.MountNode.invoke(MountNod
e.java:107)
at
org.apache.cocoon.components.treeprocessor.AbstractParentProcessingNode.invo
keNodes(AbstractParentProcessingNode.java:55)
at
org.apache.cocoon.components.treeprocessor.sitemap.MatchNode.invoke(MatchNod
e.java:87

Re: [Dspace-tech] Configure Tapir (Theses Alive!) on Dspace

2010-03-23 Thread TAYLOR Robin
Hi Lewatle,

The Tapir development was done quite a few years ago now by Richard Jones 
against Dspace 1.3 (I think). Much of the code subsequently found its way into 
future versions of DSpace. I think it might be difficult to apply the old Tapir 
code to recent versions of Dspace. Its certainly not something we actively 
support now at Edinburgh.

Sorry, Robin. 
 

Robin Taylor
Main Library
University of Edinburgh
Tel. 0131 6513808  

 -Original Message-
 From: Lewatle Phaladi [mailto:lewatle.phal...@wits.ac.za] 
 Sent: 23 March 2010 08:35
 To: dspace-tech@lists.sourceforge.net
 Subject: [Dspace-tech] Configure Tapir (Theses Alive!) on Dspace
 
 Hi DSpace Team
 
  
 
 I am researching on Tapir program, what I want to archive is 
 to setup thesesalive to dspace, the Tapir project is not 
 supported in terms of easy to follow documentations, if there 
 is any Dspace member who have done this before I will be 
 delighted to receive help.
 
  
 
 Regards,
 
 Lewatle 
 
 This communication is intended for the addressee only. It is 
 confidential. If you have received this communication in 
 error, please notify us immediately and destroy the original 
 message. You may not copy or disseminate this communication 
 without the permission of the University. Only authorized 
 signatories are competent to enter into agreements on behalf 
 of the University and recipients are thus advised that the 
 content of this message may not be legally binding on the 
 University and may contain the personal views and opinions of 
 the author, which are not necessarily the views and opinions 
 of The University of the Witwatersrand, Johannesburg. All 
 agreements between the University and outsiders are subject 
 to South African Law unless the University agrees in writing 
 to the contrary.
 
 
-- 
The University of Edinburgh is a charitable body, registered in
Scotland, with registration number SC005336.


--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] options about postgresql.

2010-01-26 Thread TAYLOR Robin
Very tentative answer but I suspect it may be nonsense but...

Did the --java option sneak in to allow for the Minho Stats package which 
required some sort of Java extension for Postgres ?

Cheers, Robin.


Robin Taylor
Main Library
University of Edinburgh
Tel. 0131 6513808  

 -Original Message-
 From: Mark H. Wood [mailto:mw...@iupui.edu] 
 Sent: 26 January 2010 15:37
 To: dspace-tech@lists.sourceforge.net
 Subject: Re: [Dspace-tech] options about postgresql.
 
 I use the PostgreSQL delivered by Gentoo's package manager, 
 so I no longer deal directly with the source package or its 
 'configure'
 script, but:
 
 It appears that multibyte and Unicode support can no longer 
 be turned off.  I would ignore those.  Pg appears to support 
 Unicode just fine without them.
 
 I don't recall what the --java option did.  If it's no longer 
 optional, it can be ignored too.
 
 I would just build it without any of these no-longer-provided 
 configure options.  I have various DSpaces using Pg 8.0, 8.2, 
 and 8.3 without apparent problems.
 
 I'm fetching 8.0, 8.1, and 8.2 now to find out when these 
 options disappeared, so that the documentation can be updated.
 
 -- 
 Mark H. Wood, Lead System Programmer   mw...@iupui.edu
 Friends don't let friends publish revisable-form documents.
 
-- 
The University of Edinburgh is a charitable body, registered in
Scotland, with registration number SC005336.


--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] DCterms Schema on Dspace

2010-01-20 Thread TAYLOR Robin
Hi Kevin,

Yes you can reference other schema in the input-forms.xml, for example...

  field
dc-schemaother/dc-schema
dc-elementtitle/dc-element
dc-qualifier/dc-qualifier
repeatablefalse/repeatable
labelTitle of Book/label
input-typeonebox/input-type
hintEnter the title of the book/hint
requiredThe title of the book is required./required
/field

Cheers, Robin.


Robin Taylor
Main Library
University of Edinburgh
Tel. 0131 6513808  

 -Original Message-
 From: Evans, Kevin [mailto:kevin.ev...@exeter.ac.uk] 
 Sent: 19 January 2010 17:04
 To: dspace-tech@lists.sourceforge.net
 Cc: Abu-Zayed, Ahmed
 Subject: [Dspace-tech] DCterms Schema on Dspace
 
 Hi,
  
 We have added a DCTerms schema to one of our Dspace Installations. 
  
 Although I'm convinced its working. Do/can  I add custom 
 elements to the input-forms.xml
  
 I note that it doesn't recognise dc-qualifier as a field 
 (which is correct for dcterms schema).
  
 Any advice gratefully received.
  
 Cheers
  
 Kevin
  
  
 Kevin Evans MA
 Web Services Developer,
 Integration and Webservices,
 Room 901,
 9th Floor, Laver Building,
 University of Exeter
 North Park Road,
 Exeter,
 EX4 4RN
 01392 725573
 07775027574
 http://my.exeter.ac.uk http://my.exeter.ac.uk/ 
  
 Times Higher University of the Year 2007-2008
  
 This email and any attachment may contain information that is 
 confidential, privileged, or subject to copyright, and which 
 may be exempt from disclosure under applicable legislation. 
 It is intended for the addressee only. If you received this 
 message in error, please let me know and delete the email and 
 any attachments immediately. The University will not accept 
 responsibility for the accuracy/completeness of this e-mail 
 and its attachments. The University cannot guarantee that 
 this message and any attachments are virus free. Any views or 
 opinions expressed in this message are my own and do not 
 necessarily represent those of the Universitydon't waste 
 your life reading this trash and get out and live.
  
 
-- 
The University of Edinburgh is a charitable body, registered in
Scotland, with registration number SC005336.


--
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Item Type based submission

2010-01-13 Thread TAYLOR Robin
Just highlighting something in case it is of interest to anyone. I've created a 
Jira issue with an attached zip file that contains an add-on for an Item Type 
based submission process http://jira.dspace.org/jira/browse/DS-464. In essence 
its just a new screen to allow the user to specify an item type with the 
subsequent metadata screens being built accordingly. This is something we make 
use of here in Edinburgh and obviously it is in our interest to push for it to 
be in future Dspace releases. I would be grateful for any feedback either 
directly or via the Jira issue.

Thanks, Robin.


Robin Taylor
Main Library
University of Edinburgh
Tel. 0131 6513808 
-- 
The University of Edinburgh is a charitable body, registered in
Scotland, with registration number SC005336.


--
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Timeout in XMLUI

2009-12-16 Thread TAYLOR Robin
Does anyone out there know how to change the length of time before a user is 
logged out ? We are using the XMLUI at 1.5.2.

Cheers, Robin.

Robin Taylor
Main Library
University of Edinburgh
Tel. 0131 6513808 
-- 
The University of Edinburgh is a charitable body, registered in
Scotland, with registration number SC005336.


--
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech