[Dspace-tech] Customising Mirage 2 from Netbeans

2014-10-03 Thread Àlex Magaz Graça
Hello,

With Mirage I used to modify the files under 
[dspace-src]/dspace-xmlui/src/main/webapp/themes/Mirage/ (I didn't use 
overlays) while running the project "DSpace XML-UI (Manakin)" from 
Netbeans (8.0). This way I could see the changes in XSLs and CSSs just 
by reloading the page from the browser.

I was wondering if it is still possible to do the same with Mirage 2, 
because if it is, I haven't been able to figure out the way. In case it 
is not possible, what would you recommend to speed up the testing of 
changes?

Thanks,
Àlex

--
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://pubads.g.doubleclick.net/gampad/clk?id=154622311&iu=/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] OAI Harvesting Problem in 3.1

2014-10-03 Thread RENTON Scott
Hi folks

I'm quite familiar with the set-up for OAI crosswalks in 1.x, but have hit upon 
some problems with 3.1. If you look at this repo you'll see "no matches for 
query" for oai_dc, marc or uketd_dc, but everything else works.

http://openaccess.sruc.ac.uk/dspace-oai/request?verb=ListRecords&metadataPrefix=oai_dc

I've done nothing to configure oai_dc, presuming that it would all be there by 
default.

However, as with the changes, there is no longer an oaicat.properties file, 
where I would expect to see this:

# List the supported metadataPrefixes along with the class that performs the 
associated crosswalk
Crosswalks.oai_dc=org.dspace.app.oai.OAIDCCrosswalk

...and I see the DC stuff is now in SimpleDCDisseminationCrosswalk.java.
  org.dspace.content.crosswalk.SimpleDCDisseminationCrosswalk = DC, \
  org.dspace.content.crosswalk.SimpleDCDisseminationCrosswalk = dc, \

I assume that it uses the config/crosswalks/metadataformats/oai_dc.xsl coming 
from xoai.xml, which mentions oaidc, not oai_dc at the top, but I don't see how 
xoai.xml gets called.

Overall, I suppose what I am not understanding is how it knows  what to do when 
called with oai_dc, which 
http://openaccess.sruc.ac.uk/dspace-oai/request?verb=ListMetadataFormats 
(picked up from xoai.xml?) definitely suggests we should be passing in.

Just wondering if there are any known issues with using OAI out of the box for 
oai_dc in 3.1, and if there are any changes or patches I need to make it work?

Thanks very much
Scott


Scott Renton
Systems Developer, Library & University Collections
24 Buccleuch Place, 2nd Floor Right
tel: 515219


The University of Edinburgh is a charitable body, registered in
Scotland, with registration number SC005336.
--
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://pubads.g.doubleclick.net/gampad/clk?id=154622311&iu=/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] Error Occured When Run dpsace command fron bin

2014-10-03 Thread Awanish Singh
Hi all,

I face following problem, when I run dspace create-administrator.


E:\DSPACE-DEVELPOMENT\installedFolder\4.2\parliament\bin>dspace
create-administrator.
Using DSpace installation in:
E:\DSPACE-DEVELPOMENT\installedFolder\4.2\parliament
*The input line is too long.*
*The syntax of the command is incorrect.*
E:\DSPACE-DEVELPOMENT\installedFolder\4.2\parliament>



Thanks & regards
Awanish Singh
9910287114
--
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://pubads.g.doubleclick.net/gampad/clk?id=154622311&iu=/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] OAI Harvesting Problem in 3.1

2014-10-03 Thread Hilton Gibson
This works for me:
http://scholar.sun.ac.za/oai/request?verb=GetRecord&metadataPrefix=oai_dc&identifier=oai:scholar.sun.ac.za:10019.1/255

Cheers

hg

*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 3 October 2014 13:26, RENTON Scott  wrote:

>  Hi folks
>
>  I'm quite familiar with the set-up for OAI crosswalks in 1.x, but have
> hit upon some problems with 3.1. If you look at this repo you'll see "no
> matches for query" for oai_dc, marc or uketd_dc, but everything else works.
>
>
> http://openaccess.sruc.ac.uk/dspace-oai/request?verb=ListRecords&metadataPrefix=oai_dc
>
>  I've done nothing to configure oai_dc, presuming that it would all be
> there by default.
>
>  However, as with the changes, there is no longer an oaicat.properties
> file, where I would expect to see this:
>
>  # List the supported metadataPrefixes along with the class that performs
> the associated crosswalk
> Crosswalks.oai_dc=org.dspace.app.oai.OAIDCCrosswalk
>
>  …and I see the DC stuff is now in SimpleDCDisseminationCrosswalk.java.
>org.dspace.content.crosswalk.SimpleDCDisseminationCrosswalk = DC, \
>   org.dspace.content.crosswalk.SimpleDCDisseminationCrosswalk = dc, \
>
>  I assume that it uses the config/crosswalks/metadataformats/oai_dc.xsl
> coming from xoai.xml, which mentions oaidc, not oai_dc at the top, but I
> don't see how xoai.xml gets called.
>
>  Overall, I suppose what I am not understanding is how it knows  what to
> do when called with oai_dc, which
> http://openaccess.sruc.ac.uk/dspace-oai/request?verb=ListMetadataFormats 
> (picked
> up from xoai.xml?) definitely suggests we should be passing in.
>
>  Just wondering if there are any known issues with using OAI out of the
> box for oai_dc in 3.1, and if there are any changes or patches I need to
> make it work?
>
>  Thanks very much
> Scott
>
>
>  Scott Renton
> Systems Developer, Library & University Collections
> 24 Buccleuch Place, 2nd Floor Right
> tel: 515219
>
>
>
> The University of Edinburgh is a charitable body, registered in
> Scotland, with registration number SC005336.
>
>
> --
> Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
> Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
> Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
> Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
>
> http://pubads.g.doubleclick.net/gampad/clk?id=154622311&iu=/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
>
--
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://pubads.g.doubleclick.net/gampad/clk?id=154622311&iu=/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] OAI Harvesting Problem in 3.1

2014-10-03 Thread emilio lorenzo

Hi
can you re-issue the /bin/dpace oai import command
and checkif  it is importing your  3576 records...
It seems the oai index is completely empty...

regards
Emilio



El 03/10/2014 13:26, RENTON Scott escribió:

Hi folks

I'm quite familiar with the set-up for OAI crosswalks in 1.x, but have 
hit upon some problems with 3.1. If you look at this repo you'll see 
"no matches for query" for oai_dc, marc or uketd_dc, but everything 
else works.


http://openaccess.sruc.ac.uk/dspace-oai/request?verb=ListRecords&metadataPrefix=oai_dc

I've done nothing to configure oai_dc, presuming that it would all be 
there by default.


However, as with the changes, there is no longer an oaicat.properties 
file, where I would expect to see this:


# List the supported metadataPrefixes along with the class that 
performs the associated crosswalk

Crosswalks.oai_dc=org.dspace.app.oai.OAIDCCrosswalk

...and I see the DC stuff is now in SimpleDCDisseminationCrosswalk.java.
org.dspace.content.crosswalk.SimpleDCDisseminationCrosswalk = DC, \
org.dspace.content.crosswalk.SimpleDCDisseminationCrosswalk = dc, \

I assume that it uses the config/crosswalks/metadataformats/oai_dc.xsl 
coming from xoai.xml, which mentions oaidc, not oai_dc at the top, but 
I don't see how xoai.xml gets called.


Overall, I suppose what I am not understanding is how it knows  what 
to do when called with oai_dc, which 
http://openaccess.sruc.ac.uk/dspace-oai/request?verb=ListMetadataFormats (picked 
up from xoai.xml?) definitely suggests we should be passing in.


Just wondering if there are any known issues with using OAI out of the 
box for oai_dc in 3.1, and if there are any changes or patches I need 
to make it work?


Thanks very much
Scott


Scott Renton
Systems Developer, Library & University Collections
24 Buccleuch Place, 2nd Floor Right
tel: 515219




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


--
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://pubads.g.doubleclick.net/gampad/clk?id=154622311&iu=/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


--
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://pubads.g.doubleclick.net/gampad/clk?id=154622311&iu=/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] OAI Harvesting Problem in 3.1

2014-10-03 Thread RENTON Scott
Thanks Emilio- that's exactly what it was. I was sure that I had run this 
recently- perhaps something else cleared out the index.

Thanks also Hilton, for replying. I can do a GetRecord in oai_dc as well now.

Cheers everyone
Scott

Scott Renton
Systems Developer, Library & University Collections
24 Buccleuch Place, 2nd Floor Right
tel: 515219



From: emilio lorenzo mailto:elore...@arvo.es>>
Date: Friday, 3 October 2014 13:02
To: Scott RENTON mailto:scott.ren...@ed.ac.uk>>, 
dspace-tech 
mailto:dspace-tech@lists.sourceforge.net>>
Subject: Re: [Dspace-tech] OAI Harvesting Problem in 3.1

Hi
can you re-issue the /bin/dpace oai import command
and checkif  it is importing your  3576 records...
It seems the oai index is completely empty...

regards
Emilio



El 03/10/2014 13:26, RENTON Scott escribió:
Hi folks

I'm quite familiar with the set-up for OAI crosswalks in 1.x, but have hit upon 
some problems with 3.1. If you look at this repo you'll see "no matches for 
query" for oai_dc, marc or uketd_dc, but everything else works.

http://openaccess.sruc.ac.uk/dspace-oai/request?verb=ListRecords&metadataPrefix=oai_dc

I've done nothing to configure oai_dc, presuming that it would all be there by 
default.

However, as with the changes, there is no longer an oaicat.properties file, 
where I would expect to see this:

# List the supported metadataPrefixes along with the class that performs the 
associated crosswalk
Crosswalks.oai_dc=org.dspace.app.oai.OAIDCCrosswalk

...and I see the DC stuff is now in SimpleDCDisseminationCrosswalk.java.
  org.dspace.content.crosswalk.SimpleDCDisseminationCrosswalk = DC, \
  org.dspace.content.crosswalk.SimpleDCDisseminationCrosswalk = dc, \

I assume that it uses the config/crosswalks/metadataformats/oai_dc.xsl coming 
from xoai.xml, which mentions oaidc, not oai_dc at the top, but I don't see how 
xoai.xml gets called.

Overall, I suppose what I am not understanding is how it knows  what to do when 
called with oai_dc, which 
http://openaccess.sruc.ac.uk/dspace-oai/request?verb=ListMetadataFormats 
(picked up from xoai.xml?) definitely suggests we should be passing in.

Just wondering if there are any known issues with using OAI out of the box for 
oai_dc in 3.1, and if there are any changes or patches I need to make it work?

Thanks very much
Scott


Scott Renton
Systems Developer, Library & University Collections
24 Buccleuch Place, 2nd Floor Right
tel: 515219





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




--
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://pubads.g.doubleclick.net/gampad/clk?id=154622311&iu=/4140/ostg.clktrk



___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.nethttps://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.
--
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://pubads.g.doubleclick.net/gampad/clk?id=154622311&iu=/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] some handles accessible others not accessible

2014-10-03 Thread Tim Donohue
Hi Lewatle,

Could something have been cached in your local web browser?  Both these 
links work fine for me:

http://hdl.handle.net/10539/12376
-> Redirects to: http://wiredspace.wits.ac.za//handle/10539/12376

http://hdl.handle.net/10539/12373
-> Redirects to: http://wiredspace.wits.ac.za//handle/10539/12373

I'm not seeing any issues from here at least...all looks to work as 
expected.

- Tim

On 10/1/2014 2:31 AM, Lewatle Phaladi wrote:
> Dear Dspace Team,
>
> I have started handle server and more handle prefix or URI are not
> accessible on our dspace site, I did killed handle server process and
> started the server up again but the same continues, please see attached
> screenshot,  I am not certain as to why few handles are linked and
> others not.
>
> This handle don’t work : http://hdl.handle.net/10539/12376
>
> and this one works on same server : http://hdl.handle.net/10539/12373
>
> any suggestion is appreciated
>
> 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 authorised 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.
>
>
>
> --
> Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
> Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
> Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
> Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
> http://pubads.g.doubleclick.net/gampad/clk?id=154622311&iu=/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
>

--
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://pubads.g.doubleclick.net/gampad/clk?id=154622311&iu=/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] JPEG generation image rotation

2014-10-03 Thread Schuster, David
I have jpgs taken in the portrait mode orientation showing 270 degree but when 
the thumbnail is created it isn't rotating the picture for display.  I am not 
using imagick and before I try and activate it wanted to verify it does what I 
need.

Or is there another way to get the thumbnails to show correctly?  Maybe I don't 
understand the orientation tag...

I can send you an example if needed for testing!!

Sent from my iPhone
--
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://pubads.g.doubleclick.net/gampad/clk?id=154622311&iu=/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