[Dspace-tech] sorting of collection list

2015-04-28 Thread Stefanie Behnke
Dear all,

 

the collections are listed in ascending alphabetical order. I want to  have
them listed in descending order. Is this possible?

I am using dspace 3.1 with xmlui.

 

Thanking you in advance

Stefanie

--
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] Export collections

2015-04-11 Thread Stefanie Behnke
Dear all,

we are using dspace 3.1 with xmlui. As administrator I can export
collections using the xmlui interface.
Is there a possibility to give the right to export a collection to e-persons
or groups without giving them the whole admin rights for this collection?

Thanking you in advance
Stefanie


--
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_15&utm_medium=email&utm_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] Solr and IP authentication

2015-03-03 Thread Stefanie Behnke
Dear Bram,

 

thanks for your interest and help.

 

Best regards

Stefanie

 

Von: bluy...@gmail.com [mailto:bluy...@gmail.com] Im Auftrag von Bram Luyten
Gesendet: Montag, 2. März 2015 16:34
An: Stefanie Behnke
Cc: DSpace Tech
Betreff: Re: [Dspace-tech] Solr and IP authentication

 

Hi Stefanie,

 

I don't think the SOLR logger lookup error you are seeing is related to your IP 
authentication problem.

This lookup tries to identify the country/region of your IP, in order to 
include geo information into the usage events.

 

It makes sense that this fails if the IP you are hiding is an internal IP, for 
these kinds of IPs, it's impossible to lookup the location in the Geomind 
database that is used for this purpose.

 

There must be a different problem why your IP authentication isn't working.

 

with kindest regards,

 

Bram Luyten




-- 


 logo <http://atmire.com/images/@mire_web_2.jpg>  

Bram Luyten 
2888 Loker Avenue East, Suite 315, Carlsbad, CA. 92010
Esperantolaan 4, Heverlee 3001, Belgium
www.atmire.com 
<http://atmire.com/website/?q=services&utm_source=emailfooter&utm_medium=email&utm_campaign=braml>
  

 

On 25 February 2015 at 09:49, Stefanie Behnke 
 wrote:

Dear all,

 

I am using Dspace 3.1 with XMLUI.

 

I have inserted the patch, described at

https://github.com/DSpace/DSpace/pull/632/files

 

but got the ERROR message in dspace.log:

ERROR org.dspace.statistics.SolrLogger @ Failed DNS Lookup for IP: hidden

And although the IP address (here: hidden) is listed in the 
authentication-ip.cfg file,

there is no further check, with the result that the IP address is not 
authenticated.

 

Any help is appreciated.

Best regards

Stefanie

 

 

Von: Stefanie Behnke [mailto:dsp...@eurographics-office-goslar.de] 
Gesendet: Montag, 9. Februar 2015 17:39
An: 'Riese Wolfgang'; dspace-tech@lists.sourceforge.net
Betreff: Re: [Dspace-tech] IP Authentification Problems

 

Dear Wolfgang,

 

I did already uses this patch, you mentioned

dspace-api/src/main/java/org/dspace/authenticate/IPMatcher.java 

 

rebuilt Maven, ant and started Tomcat.

 

This does not work for me.

 

Best regards

Stefanie

 

 

 

 

 

Von: Riese Wolfgang [mailto:w.ri...@zbw.eu] 
Gesendet: Montag, 9. Februar 2015 17:24
An: 'Stefanie Behnke';  <mailto:dspace-tech@lists.sourceforge.net> 
dspace-tech@lists.sourceforge.net
Betreff: AW: [Dspace-tech] IP Authentification Problems

 

Hi,

 

for me on Dspace 3.2 XMLUI, Patch DS-1235 does the trick.

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

 

 

Hope it helps,

Wolfgang

 

 

--

WOLFGANG RIESE

IIPT

 

HH, Raum 414

T:  +49-40-42834-240  

http://www.zbw.eu

 

ZBW - Deutsche Zentralbibliothek für Wirtschaftswissenschaften 
Leibniz-Informationszentrum Wirtschaft

- Standort Hamburg -

Neuer Jungfernstieg 21

 

20354 Hamburg

 

Von: Stefanie Behnke [mailto:dsp...@eurographics-office-goslar.de] 
Gesendet: Montag, 9. Februar 2015 15:54
An:  <mailto:dspace-tech@lists.sourceforge.net> 
dspace-tech@lists.sourceforge.net
Betreff: [Dspace-tech] IP Authentification Problems

 

Dear all,

 

we are using Dspace 3.1 with the XMLUI (Mirage).

 

I have set the IP configuration:

In authentification.cfg:

plugin.sequence.org.dspace.authenticate.AuthenticationMethod = \

org.dspace.authenticate.IPAuthentication, \

org.dspace.authenticate.LDAPAuthentication, \

org.dspace.authenticate.PasswordAuthentication

 

I have visit  <https://github.com/DSpace/DSpace/pull/632/files> 
https://github.com/DSpace/DSpace/pull/632/files and added the patch to my 
system.

Also I added the patch from https://github.com/DSpace/DSpace/pull/255/files

 

In our repository all items are visible to all users, but the bitsteams are 
only accessible with read right group 

“eg-member”.

 

So I have configured 

authentication-ip.cfg (see attachment)

 

Full IPs, partial IPs are working,

but using network/netmask or network/CIDR then only one entry works.

 

For example:

….

129.27, \

139.174, \

…. Is working

But

….

129.27.0.0/16, \

139.174.0.0/16, \

….

does not work.

 

As you can see I have a lot of IP ranges where I have to use network/netmask or 
network/CIDR,

I tried both, with same result: If the CIDR is not 32 or the netmask not 
255.255.255.255,

it only works for one IP range.

 

I hope you can help me, thanking you in advance

Stefanie

 

 


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

[Dspace-tech] Solr and IP authentication

2015-02-25 Thread Stefanie Behnke
Dear all,

 

I am using Dspace 3.1 with XMLUI.

 

I have inserted the patch, described at

https://github.com/DSpace/DSpace/pull/632/files

 

but got the ERROR message in dspace.log:

ERROR org.dspace.statistics.SolrLogger @ Failed DNS Lookup for IP: hidden

And although the IP address (here: hidden) is listed in the
authentication-ip.cfg file,

there is no further check, with the result that the IP address is not
authenticated.

 

Any help is appreciated.

Best regards

Stefanie

 

 

Von: Stefanie Behnke [mailto:dsp...@eurographics-office-goslar.de] 
Gesendet: Montag, 9. Februar 2015 17:39
An: 'Riese Wolfgang'; dspace-tech@lists.sourceforge.net
Betreff: Re: [Dspace-tech] IP Authentification Problems

 

Dear Wolfgang,

 

I did already uses this patch, you mentioned

dspace-api/src/main/java/org/dspace/authenticate/IPMatcher.java 

 

rebuilt Maven, ant and started Tomcat.

 

This does not work for me.

 

Best regards

Stefanie

 

 

 

 

 

Von: Riese Wolfgang [mailto:w.ri...@zbw.eu] 
Gesendet: Montag, 9. Februar 2015 17:24
An: 'Stefanie Behnke';  <mailto:dspace-tech@lists.sourceforge.net>
dspace-tech@lists.sourceforge.net
Betreff: AW: [Dspace-tech] IP Authentification Problems

 

Hi,

 

for me on Dspace 3.2 XMLUI, Patch DS-1235 does the trick.

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

 

 

Hope it helps,

Wolfgang

 

 

--

WOLFGANG RIESE

IIPT

 

HH, Raum 414

T:  +49-40-42834-240

http://www.zbw.eu

 

ZBW - Deutsche Zentralbibliothek für Wirtschaftswissenschaften
Leibniz-Informationszentrum Wirtschaft

- Standort Hamburg -

Neuer Jungfernstieg 21

 

20354 Hamburg

 

Von: Stefanie Behnke [mailto:dsp...@eurographics-office-goslar.de] 
Gesendet: Montag, 9. Februar 2015 15:54
An:  <mailto:dspace-tech@lists.sourceforge.net>
dspace-tech@lists.sourceforge.net
Betreff: [Dspace-tech] IP Authentification Problems

 

Dear all,

 

we are using Dspace 3.1 with the XMLUI (Mirage).

 

I have set the IP configuration:

In authentification.cfg:

plugin.sequence.org.dspace.authenticate.AuthenticationMethod = \

org.dspace.authenticate.IPAuthentication, \

org.dspace.authenticate.LDAPAuthentication, \

org.dspace.authenticate.PasswordAuthentication

 

I have visit  <https://github.com/DSpace/DSpace/pull/632/files>
https://github.com/DSpace/DSpace/pull/632/files and added the patch to my
system.

Also I added the patch from https://github.com/DSpace/DSpace/pull/255/files

 

In our repository all items are visible to all users, but the bitsteams are
only accessible with read right group 

“eg-member”.

 

So I have configured 

authentication-ip.cfg (see attachment)

 

Full IPs, partial IPs are working,

but using network/netmask or network/CIDR then only one entry works.

 

For example:

….

129.27, \

139.174, \

…. Is working

But

….

129.27.0.0/16, \

139.174.0.0/16, \

….

does not work.

 

As you can see I have a lot of IP ranges where I have to use network/netmask
or network/CIDR,

I tried both, with same result: If the CIDR is not 32 or the netmask not
255.255.255.255,

it only works for one IP range.

 

I hope you can help me, thanking you in advance

Stefanie

 

 

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

Re: [Dspace-tech] IP Authentification Problems

2015-02-09 Thread Stefanie Behnke
Dear Wolfgang,

 

I did already uses this patch, you mentioned

dspace-api/src/main/java/org/dspace/authenticate/IPMatcher.java 

 

rebuilt Maven, ant and started Tomcat.

 

This does not work for me.

 

Best regards

Stefanie

 

 

 

 

 

Von: Riese Wolfgang [mailto:w.ri...@zbw.eu] 
Gesendet: Montag, 9. Februar 2015 17:24
An: 'Stefanie Behnke'; dspace-tech@lists.sourceforge.net
Betreff: AW: [Dspace-tech] IP Authentification Problems

 

Hi,

 

for me on Dspace 3.2 XMLUI, Patch DS-1235 does the trick.

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

 

 

Hope it helps,

Wolfgang

 

 

--

WOLFGANG RIESE

IIPT

 

HH, Raum 414

T:  +49-40-42834-240

http://www.zbw.eu

 

ZBW - Deutsche Zentralbibliothek für Wirtschaftswissenschaften
Leibniz-Informationszentrum Wirtschaft

- Standort Hamburg -

Neuer Jungfernstieg 21

 

20354 Hamburg

 

Von: Stefanie Behnke [mailto:dsp...@eurographics-office-goslar.de] 
Gesendet: Montag, 9. Februar 2015 15:54
An:  <mailto:dspace-tech@lists.sourceforge.net>
dspace-tech@lists.sourceforge.net
Betreff: [Dspace-tech] IP Authentification Problems

 

Dear all,

 

we are using Dspace 3.1 with the XMLUI (Mirage).

 

I have set the IP configuration:

In authentification.cfg:

plugin.sequence.org.dspace.authenticate.AuthenticationMethod = \

org.dspace.authenticate.IPAuthentication, \

org.dspace.authenticate.LDAPAuthentication, \

org.dspace.authenticate.PasswordAuthentication

 

I have visit  <https://github.com/DSpace/DSpace/pull/632/files>
https://github.com/DSpace/DSpace/pull/632/files and added the patch to my
system.

Also I added the patch from https://github.com/DSpace/DSpace/pull/255/files

 

In our repository all items are visible to all users, but the bitsteams are
only accessible with read right group 

“eg-member”.

 

So I have configured 

authentication-ip.cfg (see attachment)

 

Full IPs, partial IPs are working,

but using network/netmask or network/CIDR then only one entry works.

 

For example:

….

129.27, \

139.174, \

…. Is working

But

….

129.27.0.0/16, \

139.174.0.0/16, \

….

does not work.

 

As you can see I have a lot of IP ranges where I have to use network/netmask
or network/CIDR,

I tried both, with same result: If the CIDR is not 32 or the netmask not
255.255.255.255,

it only works for one IP range.

 

I hope you can help me, thanking you in advance

Stefanie

 

 

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

[Dspace-tech] IP Authentification Problems

2015-02-09 Thread Stefanie Behnke
Dear all,

 

we are using Dspace 3.1 with the XMLUI (Mirage).

 

I have set the IP configuration:

In authentification.cfg:

plugin.sequence.org.dspace.authenticate.AuthenticationMethod = \

org.dspace.authenticate.IPAuthentication, \

org.dspace.authenticate.LDAPAuthentication, \

org.dspace.authenticate.PasswordAuthentication

 

I have visit  
https://github.com/DSpace/DSpace/pull/632/files and added the patch to my
system.

Also I added the patch from https://github.com/DSpace/DSpace/pull/255/files

 

In our repository all items are visible to all users, but the bitsteams are
only accessible with read right group 

"eg-member".

 

So I have configured 

authentication-ip.cfg (see attachment)

 

Full IPs, partial IPs are working,

but using network/netmask or network/CIDR then only one entry works.

 

For example:

..

129.27, \

139.174, \

.. Is working

But

..

129.27.0.0/16, \

139.174.0.0/16, \

..

does not work.

 

As you can see I have a lot of IP ranges where I have to use network/netmask
or network/CIDR,

I tried both, with same result: If the CIDR is not 32 or the netmask not
255.255.255.255,

it only works for one IP range.

 

I hope you can help me, thanking you in advance

Stefanie

 

 



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

Re: [Dspace-tech] google analytics

2015-02-04 Thread Stefanie Behnke
Dear Bram,

thanks for investigating. The problem seems to be solved, I don’t know how, 
maybe after a rebuilt.

 

https://diglib.eg.org

 

 

Best regards

Stefanie

 

Von: bluy...@gmail.com [mailto:bluy...@gmail.com] Im Auftrag von Bram Luyten
Gesendet: Dienstag, 3. Februar 2015 23:56
An: Stefanie Behnke
Cc: dspace-tech
Betreff: Re: [Dspace-tech] google analytics

 

Hi Stefanie,

 

is your repository by any chance online accessible that we could see & verify?

Did you customize your homepage in any way?

 

I'd be interested to investigate.

 

best regards,

 

Bram




-- 


 logo <http://atmire.com/images/@mire_web_2.jpg>  

Bram Luyten 
2888 Loker Avenue East, Suite 315, Carlsbad, CA. 92010
Esperantolaan 4, Heverlee 3001, Belgium
www.atmire.com 
<http://atmire.com/website/?q=services&utm_source=emailfooter&utm_medium=email&utm_campaign=braml>
  

 

On 29 January 2015 at 08:58, Stefanie Behnke 
 wrote:

Dear all,

I am using Dspace 3.1 with xmlui.

In dspace.cfg I have added my google analytics key.

But the javascript code only appears on some pages, not on the dspace start 
page.

 

What is the problem?

Thanks and best regards

Stefanie


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

 

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

[Dspace-tech] google analytics

2015-01-28 Thread Stefanie Behnke
Dear all,

I am using Dspace 3.1 with xmlui.

In dspace.cfg I have added my google analytics key.

But the javascript code only appears on some pages, not on the dspace start
page.

 

What is the problem?

Thanks and best regards

Stefanie

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

[Dspace-tech] google analytics

2015-01-22 Thread Stefanie Behnke
Dear all,

I am using Dspace 3.1 with xmlui.

In dspace.cfg I have added my google analytics key.

But the javascript code only appears on some pages, not on the dspace start
page.

 

What is the problem?

Thanks and best regards

Stefanie

--
New Year. New Location. New Benefits. New Data Center in Ashburn, VA.
GigeNET is offering a free month of service with a new server in Ashburn.
Choose from 2 high performing configs, both with 100TB of bandwidth.
Higher redundancy.Lower latency.Increased capacity.Completely compliant.
http://p.sf.net/sfu/gigenet___
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] IP Authentification

2015-01-22 Thread Stefanie Behnke
Dear Helix,
thank your for your answer.
I have tried now and experienced the following problem:

Using: Dspace 3.1, xmlui 
In the 
authentication-ip.cfg
I have wrote:
ip.eg-member = ...
full IP addresses, partials and some with netmasks, where the last is my local 
machine: 129.27.218.38
It works for several IP addresses, when I tried to access restricted papers 
with right eg-member. But when I added new IP addresses, accessing with my 
local machine failed.

Here is an excerpt from dspace.log:

2015-01-22 15:40:28,222 INFO  
org.dspace.app.xmlui.aspect.discovery.SidebarFacetsTransformer @ facets for 
scope, org.dspace.content.Collection@af1955f5: 3
2015-01-22 15:40:28,385 INFO  
org.dspace.app.xmlui.aspect.discovery.SidebarFacetsTransformer @ facets for 
scope, org.dspace.content.Collection@af1955f5: 3
2015-01-22 15:40:32,137 INFO  org.dspace.usage.LoggerUsageEventListener @ 
anonymous:session_id=3FAF1FD8F65506212B1378C6CA78D708:ip_addr=129.27.218.38:view_item:handle=10.2312/PE.EuroRVVV.EuroRVVV13.009-010
2015-01-22 15:40:32,147 ERROR org.dspace.statistics.SolrLogger @ 
java.net.ConnectException: Connection refused
org.apache.solr.client.solrj.SolrServerException: java.net.ConnectException: 
Connection refused

I have also visit https://github.com/DSpace/DSpace/pull/632/files and added the 
patch to my system.

Can you help me?
Thanks in advance
Stefanie


-Ursprüngliche Nachricht-
Von: ivan.ma...@gmail.com [mailto:ivan.ma...@gmail.com] Im Auftrag von helix84
Gesendet: Dienstag, 20. Januar 2015 12:00
An: Stefanie Behnke
Cc: dspace-tech
Betreff: Re: [Dspace-tech] IP Authentification

On Tue, Jan 20, 2015 at 11:37 AM, Stefanie Behnke 
 wrote:
> Is it possible to use in authentication-ip.cfg domain names with 
> wildcards such as
>
> *.tugraz.at ?

Hi Stefanie,

no, it's not possible with IPAuthentication.

It wouldn't be very practical, either. Although .in-addr.arpa records are 
recommended in RFCs, they are not mandated and honestly they are rarely 
enforced.

IP address blocks are much more stable and predictable. You can use multiple 
address blocks with IPAuthentication, if you need.


Regards,
~~helix84

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


--
New Year. New Location. New Benefits. New Data Center in Ashburn, VA.
GigeNET is offering a free month of service with a new server in Ashburn.
Choose from 2 high performing configs, both with 100TB of bandwidth.
Higher redundancy.Lower latency.Increased capacity.Completely compliant.
http://p.sf.net/sfu/gigenet
___
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] IP Authentification

2015-01-20 Thread Stefanie Behnke
Dear all,

I am using Dspace 3.1 with the xmlui.

 

Is it possible to use in authentication-ip.cfg domain names with wildcards
such as

*.tugraz.at ?

 

Thanking you in advance

Stefanie

--
New Year. New Location. New Benefits. New Data Center in Ashburn, VA.
GigeNET is offering a free month of service with a new server in Ashburn.
Choose from 2 high performing configs, both with 100TB of bandwidth.
Higher redundancy.Lower latency.Increased capacity.Completely compliant.
http://p.sf.net/sfu/gigenet___
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] free configurable url

2015-01-09 Thread Stefanie Behnke
Dear Luiz,

 

thanks for you answer, can you please give me more details on how to make a 
redirect webapp.

 

Thanks in advance

Stefanie

 

 

Von: Luiz dos Santos [mailto:luiz...@gmail.com] 
Gesendet: Donnerstag, 8. Januar 2015 20:51
An: Stefanie Behnke
Betreff: Re: [Dspace-tech] free configurable url

 

Hi Stefanie,

 You could make a redirect webapp to resolve any address you want, without 
it, I'm not sure.

tks

Luiz 

 

On Thu, Jan 8, 2015 at 10:43 AM, Stefanie Behnke 
 wrote:

I am using XMLUI.

Thanks in advance
Stefanie

-Ursprüngliche Nachricht-
Von: ivan.ma...@gmail.com [mailto:ivan.ma...@gmail.com] Im Auftrag von helix84
Gesendet: Mittwoch, 7. Januar 2015 14:00
An: Stefanie Behnke
Cc: dspace-tech
Betreff: Re: [Dspace-tech] free configurable url


On Wed, Jan 7, 2015 at 11:55 AM, Stefanie Behnke 
 wrote:
> is it possible to create a html page with an url, that is free configurable 
> in Dspace?
> For instance:
> http:// <http://%3cmydspaceurl%3e/%3csomethingelse> 
> /

XMLUI or JSPUI? Please, read
https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette



Regards,
~~helix84

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


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

 

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

Re: [Dspace-tech] free configurable url

2015-01-08 Thread Stefanie Behnke
I am using XMLUI.

Thanks in advance
Stefanie

-Ursprüngliche Nachricht-
Von: ivan.ma...@gmail.com [mailto:ivan.ma...@gmail.com] Im Auftrag von helix84
Gesendet: Mittwoch, 7. Januar 2015 14:00
An: Stefanie Behnke
Cc: dspace-tech
Betreff: Re: [Dspace-tech] free configurable url

On Wed, Jan 7, 2015 at 11:55 AM, Stefanie Behnke 
 wrote:
> is it possible to create a html page with an url, that is free configurable 
> in Dspace?
> For instance:
> http:///

XMLUI or JSPUI? Please, read
https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette



Regards,
~~helix84

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


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

[Dspace-tech] free configurable url

2015-01-07 Thread Stefanie Behnke
Dear all,

is it possible to create a html page with an url, that is free configurable in 
Dspace?
For instance:
http:///

Thanking you in advance
Stefanie


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


Re: [Dspace-tech] add metadata to collection or community

2015-01-07 Thread Stefanie Behnke
Thanks, Helix, for your answer,
I think I will wait on Dspace 5.

Best regards
Stefanie

-Ursprüngliche Nachricht-
Von: ivan.ma...@gmail.com [mailto:ivan.ma...@gmail.com] Im Auftrag von helix84
Gesendet: Mittwoch, 7. Januar 2015 11:31
An: Stefanie Behnke
Cc: dspace-tech
Betreff: Re: [Dspace-tech] add metadata to collection or community

Hi Stefanie,

this is not easily doable in DSpace 3 (though you could add a new property to 
the Collection/Community class and corresponding columns to their tables). It 
is possible since DSpace 5, which allows custom metadata on these objects, 
although it doesn't have any UI to edit them yet.


Regards,
~~helix84

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


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

[Dspace-tech] add metadata to collection or community

2015-01-07 Thread Stefanie Behnke
Dear all,

 

a happy New Year!

 

Is it possible to add metadata also to collections or to communities?

For instance to give a DOI-Url to a collection?

 

(We are using Dspace 3.1)

 

Thanking you in advance

Stefanie

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

Re: [Dspace-tech] Error while attempting to create handle

2014-12-15 Thread Stefanie Behnke
Dear helix84,

thanks for your answer.
>you might remove the catch blocks
That means I have to change the java code? 

Trying it with another handle
10.2312/3dor.20141043.001-008
instead of 
10.2312/3dor.20141043
works.

Best regards
Stefanie

-Ursprüngliche Nachricht-
Von: ivan.ma...@gmail.com [mailto:ivan.ma...@gmail.com] Im Auftrag von helix84
Gesendet: Montag, 15. Dezember 2014 14:54
An: Stefanie Behnke
Cc: dspace-tech
Betreff: Re: [Dspace-tech] Error while attempting to create handle

On Mon, Dec 15, 2014 at 2:31 PM, Stefanie Behnke 
 wrote:
> 2014-12-15 11:54:43,837 ERROR
> org.dspace.identifier.VersionedHandleIdentifierProvider @ 
> ::Error while attempting to create handle:Item 
> id\colon; 7045
>
> java.lang.NullPointerException

The first message actually hides the problem and only tells you with which 
item_id it occurred. It could have happened in any of these
blocks:

https://github.com/DSpace/DSpace/blob/dspace-3.1/dspace-api/src/main/java/org/dspace/identifier/VersionedHandleIdentifierProvider.java#L116
https://github.com/DSpace/DSpace/blob/dspace-3.1/dspace-api/src/main/java/org/dspace/identifier/VersionedHandleIdentifierProvider.java#L172
https://github.com/DSpace/DSpace/blob/dspace-3.1/dspace-api/src/main/java/org/dspace/identifier/VersionedHandleIdentifierProvider.java#L225
https://github.com/DSpace/DSpace/blob/dspace-3.1/dspace-api/src/main/java/org/dspace/identifier/VersionedHandleIdentifierProvider.java#L261

Are there no more details on the NullPointerException?

In practice, I've seen this error when I was trying to import an item with a 
handle that already existed in the repository, so check for that first. If that 
doesn't help, you might remove the catch blocks to see the actual error and 
line where it occurs.


Regards,
~~helix84

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


--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=164703151&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 while attempting to create handle

2014-12-15 Thread Stefanie Behnke
Dear all,

 

We are using dspace 3.1 with xmlui.

I want to upload using the Simple Archive Format:

./dspace import -a -e  -c 10.2312/7710 -s /dspace/upload/3DOR14 
-m map_3DOR14

 

I have provided a handle file with 

10.2312/3dor.20141043

 

Then I have got the following error message in dspace.log.2014-12-15

 

2014-12-15 11:54:43,837 ERROR 
org.dspace.identifier.VersionedHandleIdentifierProvider @ 
::Error while attempting to create handle:Item id\colon; 7045

java.lang.NullPointerException

 

What was wrong?

 

Thanking you in advance

Stefanie 

--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=164703151&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] Problems with Active Directory using XMLUI

2014-10-23 Thread Stefanie Behnke
Dear all,

 

We are using DSpace 3.1 with the jspui and the xmlui (Mirage theme)
interface

I experienced the following:

 

 

/dspace/config/modules/authentication-ldap.cfg with:

id_field =sAMAccountName

 

works well with jspui,

but it does not work with xmlui.  Can you please give me any hint, how I can
manage to get it worked with the xmlui interface?

 

Any help is very appreciated.

 

Thanks

Stefanie

 

 

 

 

 

--
___
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] Problems with Active Directory using XMLUI

2014-07-27 Thread Stefanie Behnke
Hi all,

 

We are using DSpace 3.1 with the jspui and the xmlui (Mirage theme)
interface

I experienced the following:

 

 

/dspace/config/modules/authentication-ldap.cfg with:

id_field =sAMAccountName

 

works well with jspui,

but it does not work with xmlui.

 

Any help is very appreciated.

 

Thanks

Stefanie

 

 

 

 

 

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

Re: [Dspace-tech] Problem with bitstream upload

2014-03-31 Thread Stefanie Behnke
Dear Anja,

after checking all subdirecteries and changing the access rights to
"tomcat7" instead of "root" the uploading works.

Thank you very much, I would not have found it out myself!

Best regards
Stefanie

-Ursprüngliche Nachricht-
Von: Anja Le Blanc [mailto:anja.lebl...@manchester.ac.uk] 
Gesendet: Montag, 31. März 2014 16:34
An: Stefanie Behnke; dspace-tech@lists.sourceforge.net
Betreff: Re: AW: AW: [Dspace-tech] Problem with bitstream upload

Hi Stefanie,

In the log4j.properties file add a line
log4j.logger.org.dspace.storage.bitstore=DEBUG, A1

That should change the log level for that java package only (after a restart
of tomcat).

You said the owner of the directory is tomcat7. Have you also checked that
tomcat7 can read and write to all subdirectories of assetstore?

Best regards,
Anja



On 31/03/2014 15:17, Stefanie Behnke wrote:
> Dear Anja,
>
> thanks for your interest.
>
> a) assetstore.incoming is not set, so I think it is 0 (zero) and 
> corresponds to the 'assetstore.dir' above:
> # Asset (bitstream) store number 0 (zero) assetstore.dir = 
> ${dspace.dir}/assetstore
>
> b) the owner of that directory is "tomcat7"
>
>> You could also switch to log4j to debug mode for package
> org.dspace.storage.bitstore
> How can I do this?
>
> Thanks again for your help.
>
> Best regards
> Stefanie
>
>
>
> -Ursprüngliche Nachricht-
> Von: Anja Le Blanc [mailto:anja.lebl...@manchester.ac.uk]
> Gesendet: Montag, 31. März 2014 15:44
> An: Stefanie Behnke; dspace-tech@lists.sourceforge.net
> Betreff: Re: AW: [Dspace-tech] Problem with bitstream upload
>
> Hi Stefanie,
>
> Well, the error simply said that it can't create a file.
> At that point the code tries to create a file in the current assetstore.
> Could you check in your dspace.cfg
>   a) whether "assetstore.incoming" is set
>   b) the location of assetstore.dir or asetstore.dir.[the number from 
> a)]
>
> Check the permission of that directory tree -- the tomcat user must be 
> able to access that.
>
> You could also switch to log4j to debug mode for package 
> org.dspace.storage.bitstore -- this would produce a line in dspace.log 
> with the info of where it tries do create the file:
> log.debug("Local filename for " + sInternalId + " is 
> "+bufFilename.toString());
>
> That is all I could think of for that.
>
> Regards,
> Anja
>
>
> On 31/03/2014 13:56, Stefanie Behnke wrote:
>> Dear Anja,
>>
>> error message on the screen:
>> Internal System Error
>>
>> The system has experienced an internal error. Please try to do what 
>> you were doing again, and if the problem persists, please contact us 
>> so we can fix the problem.
>>
>> --
>> from the dspace log:
>>
>> 2014-03-31 14:41:52,827 INFO
>> org.dspace.authenticate.LDAPAuthentication @
>>
>
anonymous:session_id=C1E9A7CC860353716D89DBFFEBDEFDCF:ip_addr=129.27.218.38:
>> auth:attempting trivial auth of user=eg-supp...@eg.org
>> 2014-03-31 14:41:52,953 WARN
>> org.dspace.authenticate.LDAPAuthentication @
>>
>
anonymous:session_id=C1E9A7CC860353716D89DBFFEBDEFDCF:ip_addr=129.27.218.38:
>> ldap_authentication:type=failed_auth
>> javax.naming.AuthenticationException\colon; [LDAP\colon; error code 
>> 49
>> - Invalid Credentials]
>> 2014-03-31 14:41:52,953 INFO
>> org.dspace.authenticate.PasswordAuthentication
>> @
>>
>
anonymous:session_id=C1E9A7CC860353716D89DBFFEBDEFDCF:ip_addr=129.27.218.38:
>> authenticate:attempting password auth of user=eg-supp...@eg.org
>> 2014-03-31 14:41:52,973 INFO
>> org.dspace.authenticate.PasswordAuthentication
>> @
>> eg-supp...@eg.org:session_id=C1E9A7CC860353716D89DBFFEBDEFDCF:ip_addr
>> =
>> 129.27 .218.38:authenticate:type=PasswordAuthentication
>> 2014-03-31 14:41:52,976 INFO
>> org.dspace.app.webui.servlet.PasswordServlet @ 
>> eg-supp...@eg.org:session_id=C1E9A7CC860353716D89DBFFEBDEFDCF:ip_addr
>> =
>> 129.27
>> .218.38:login:type=explicit
>> 2014-03-31 14:41:53,003 INFO
>> org.dspace.app.webui.servlet.MyDSpaceServlet @ 
>> eg-supp...@eg.org:session_id=03F65560962C60325F4784644FF62FD5:ip_addr
>> =
>> 129.27
>> .218.38:view_mydspace:
>> 2014-03-31 14:42:22,390 INFO  org.dspace.content.Bitstream @ 
>> eg-supp...@eg.org:session_id=03F65560962C60325F4784644FF62FD5:ip_addr
>> =
>> 129.27
>> .218.38:update_bitstream:bitstream_id=6477
>> 2014-03-31 14:42:22,390 INFO  org.dspace.content.Bundle @ 
>> eg-supp...@eg.org:session_id=03F65560962C60325F4784644FF62FD5:ip

Re: [Dspace-tech] Problem with bitstream upload

2014-03-31 Thread Stefanie Behnke
Dear Anja,

thanks for your interest.

a) assetstore.incoming is not set, so I think it is 0 (zero) and corresponds
to the 'assetstore.dir' above: 
# Asset (bitstream) store number 0 (zero)
assetstore.dir = ${dspace.dir}/assetstore

b) the owner of that directory is "tomcat7"

> You could also switch to log4j to debug mode for package
org.dspace.storage.bitstore
How can I do this?

Thanks again for your help.

Best regards
Stefanie



-Ursprüngliche Nachricht-
Von: Anja Le Blanc [mailto:anja.lebl...@manchester.ac.uk] 
Gesendet: Montag, 31. März 2014 15:44
An: Stefanie Behnke; dspace-tech@lists.sourceforge.net
Betreff: Re: AW: [Dspace-tech] Problem with bitstream upload

Hi Stefanie,

Well, the error simply said that it can't create a file.
At that point the code tries to create a file in the current assetstore.
Could you check in your dspace.cfg
a) whether "assetstore.incoming" is set
b) the location of assetstore.dir or asetstore.dir.[the number from
a)]

Check the permission of that directory tree -- the tomcat user must be able
to access that.

You could also switch to log4j to debug mode for package
org.dspace.storage.bitstore -- this would produce a line in dspace.log with
the info of where it tries do create the file:
log.debug("Local filename for " + sInternalId + " is
"+bufFilename.toString());

That is all I could think of for that.

Regards,
Anja


On 31/03/2014 13:56, Stefanie Behnke wrote:
> Dear Anja,
>
> error message on the screen:
> Internal System Error
>
> The system has experienced an internal error. Please try to do what 
> you were doing again, and if the problem persists, please contact us 
> so we can fix the problem.
>
> --
> from the dspace log:
>
> 2014-03-31 14:41:52,827 INFO  
> org.dspace.authenticate.LDAPAuthentication @
>
anonymous:session_id=C1E9A7CC860353716D89DBFFEBDEFDCF:ip_addr=129.27.218.38:
> auth:attempting trivial auth of user=eg-supp...@eg.org
> 2014-03-31 14:41:52,953 WARN  
> org.dspace.authenticate.LDAPAuthentication @
>
anonymous:session_id=C1E9A7CC860353716D89DBFFEBDEFDCF:ip_addr=129.27.218.38:
> ldap_authentication:type=failed_auth
> javax.naming.AuthenticationException\colon; [LDAP\colon; error code 49 
> - Invalid Credentials]
> 2014-03-31 14:41:52,953 INFO  
> org.dspace.authenticate.PasswordAuthentication
> @
>
anonymous:session_id=C1E9A7CC860353716D89DBFFEBDEFDCF:ip_addr=129.27.218.38:
> authenticate:attempting password auth of user=eg-supp...@eg.org
> 2014-03-31 14:41:52,973 INFO  
> org.dspace.authenticate.PasswordAuthentication
> @
> eg-supp...@eg.org:session_id=C1E9A7CC860353716D89DBFFEBDEFDCF:ip_addr=
> 129.27 .218.38:authenticate:type=PasswordAuthentication
> 2014-03-31 14:41:52,976 INFO  
> org.dspace.app.webui.servlet.PasswordServlet @
> eg-supp...@eg.org:session_id=C1E9A7CC860353716D89DBFFEBDEFDCF:ip_addr=
> 129.27
> .218.38:login:type=explicit
> 2014-03-31 14:41:53,003 INFO  
> org.dspace.app.webui.servlet.MyDSpaceServlet @
> eg-supp...@eg.org:session_id=03F65560962C60325F4784644FF62FD5:ip_addr=
> 129.27
> .218.38:view_mydspace:
> 2014-03-31 14:42:22,390 INFO  org.dspace.content.Bitstream @
> eg-supp...@eg.org:session_id=03F65560962C60325F4784644FF62FD5:ip_addr=
> 129.27
> .218.38:update_bitstream:bitstream_id=6477
> 2014-03-31 14:42:22,390 INFO  org.dspace.content.Bundle @
> eg-supp...@eg.org:session_id=03F65560962C60325F4784644FF62FD5:ip_addr=
> 129.27
> .218.38:update_bundle:bundle_id=4273
> 2014-03-31 14:42:22,393 INFO  org.dspace.content.Item @
> eg-supp...@eg.org:session_id=03F65560962C60325F4784644FF62FD5:ip_addr=
> 129.27
> .218.38:update_item:item_id=4282
> 2014-03-31 14:42:31,039 WARN
> org.dspace.app.webui.servlet.InternalErrorServlet @
> :session_id=03F65560962C60325F4784644FF62FD5:internal_error:-- URL Was:
> http://129.27.218.243:8080/jspui/tools/edit-item
> -- Method: POST
> -- Parameters were:
>
> java.io.IOException: No such file or directory
>   at java.io.UnixFileSystem.createFileExclusively(Native Method)
>   at java.io.File.createNewFile(File.java:947)
>   at
> edu.sdsc.grid.io.local.LocalFile.createNewFile(LocalFile.java:486)
>   at
> org.dspace.storage.bitstore.BitstreamStorageManager.store(BitstreamSto
> rageMa
> nager.java:300)
>   at org.dspace.content.Bitstream.create(Bitstream.java:205)
>   at org.dspace.content.Bundle.createBitstream(Bundle.java:384)
>   at
> org.dspace.app.webui.servlet.admin.EditItemServlet.processUploadBitstr
> eam(Ed
> itItemServlet.java:857)
>   at
>
org.dspace.app.webui.servlet.admin.EditItemServlet.doDSPost(EditItemServlet.
> java:160)
>   at
> org.dspace.app.webui.servle

Re: [Dspace-tech] Problem with bitstream upload

2014-03-31 Thread Stefanie Behnke
)
at
org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(Abstrac
tProtocol.java:579)
at
org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:
312)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:11
45)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:6
15)
at java.lang.Thread.run(Thread.java:722)
2014-03-31 14:42:31,056 WARN  org.dspace.app.webui.util.UIUtil @ Unable to
send email alert
javax.mail.internet.AddressException: Illegal address in string ``''
at
javax.mail.internet.InternetAddress.(InternetAddress.java:94)
at org.dspace.core.Email.send(Email.java:302)
at org.dspace.app.webui.util.UIUtil.sendAlert(UIUtil.java:419)
at
org.dspace.app.webui.servlet.InternalErrorServlet.doGet(InternalErrorServlet
.java:54)
at
org.dspace.app.webui.servlet.InternalErrorServlet.doPost(InternalErrorServle
t.java:62)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:641)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:722)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Application
FilterChain.java:305)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterCh
ain.java:210)
at
org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.
java:690)
at
org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDis
patcher.java:479)
at
org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatch
er.java:402)
at
org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher
.java:329)
at
org.apache.catalina.core.StandardHostValve.custom(StandardHostValve.java:453
)
at
org.apache.catalina.core.StandardHostValve.throwable(StandardHostValve.java:
399)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:191
)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:98)
at
org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:927)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java
:118)
at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:407)
at
org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Proce
ssor.java:1001)
at
org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(Abstrac
tProtocol.java:579)
at
org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:
312)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:11
45)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:6
15)
at java.lang.Thread.run(Thread.java:722)
-



-Ursprüngliche Nachricht-
Von: Anja Le Blanc [mailto:anja.lebl...@manchester.ac.uk] 
Gesendet: Montag, 31. März 2014 12:35
An: dspace-tech@lists.sourceforge.net
Betreff: Re: [Dspace-tech] Problem with bitstream upload

Hi Stefanie,

That is really not a lot of information about your problem. Can you check
for error messages in your DSpace and or Tomcat logs?

Regards,

Anja


On 31/03/2014 09:52, Stefanie Behnke wrote:
> Dear all,
>
> I am using Dspace 3.1 with jspui and want to upload a bitstream (zip file)
to an existing item. That results in an Internal System Error.
>
> Can anyone give me a hint, what went wrong?
>
> thanking you in advance
> Stefanie
>
>
> --
>  ___
> 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 mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


[Dspace-tech] Problem with bitstream upload

2014-03-31 Thread Stefanie Behnke
Dear all,

I am using Dspace 3.1 with jspui and want to upload a bitstream (zip file) to 
an existing item. That results in an Internal System Error.

Can anyone give me a hint, what went wrong?

thanking you in advance
Stefanie


--
___
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] Ldap Authentification and profile

2014-02-28 Thread Stefanie Behnke
We use DSpace 3.1 and I started with that LDAP Package, then I used the version 
from Dspace 4.0 and then from 1.8. Then I tried 4.0 again with the change 
suggested in
http://dspace.2283337.n4.nabble.com/DSpace-LDAP-authentication-problem-td4665853.html#a4668861

All with the same result:
-- Login is possible
-- the autoregistered eperson has none of the fields: email_field, 
surname_field, givenname_field, phone_field
-- the eperson is concated from id_field and  netid_email_domain even when the 
field email_field exists; I would expect that Dspace uses email_field as user 
for the eperson.

If you have any further idea I can try I would be happy.

Thanking you in advance
Stefanie


-Ursprüngliche Nachricht-
Von: ivan.ma...@gmail.com [mailto:ivan.ma...@gmail.com] Im Auftrag von helix84
Gesendet: Freitag, 28. Februar 2014 12:37
An: Stefanie Behnke
Cc: dspace-tech
Betreff: Re: AW: [Dspace-tech] Ldap Authentification and profile

On Fri, Feb 28, 2014 at 12:33 PM, Stefanie Behnke  wrote:
> I have used the LDAP modules from 1.8, but that is also not working in the 
> way I would expect.

Can you be more specific? The conversation is long and it's becoming hard to 
follow. Which one of the modules are you using and what would you expect that 
doesn't work?


Regards,
~~helix84

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


--
Flow-based real-time traffic analytics software. Cisco certified tool.
Monitor traffic, SLAs, QoS, Medianet, WAAS etc. with NetFlow Analyzer
Customize your own dashboards, set traffic alerts and generate reports.
Network behavioral analysis & security monitoring. All-in-one tool.
http://pubads.g.doubleclick.net/gampad/clk?id=126839071&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] Ldap Authentification and profile

2014-02-28 Thread Stefanie Behnke
Hi Helix,
I have used the LDAP modules from 1.8, but that is also not working in the way 
I would expect.

Best regards
Stefanie

-Ursprüngliche Nachricht-
Von: ivan.ma...@gmail.com [mailto:ivan.ma...@gmail.com] Im Auftrag von helix84
Gesendet: Montag, 24. Februar 2014 11:48
An: Stefanie Behnke
Cc: dspace-tech
Betreff: Re: AW: [Dspace-tech] Ldap Authentification and profile

Hi Stefanie,

as you can see, I don't have a solution for you right now, sorry about that.

But if either of the LDAP modules in 1.8 worked for you, you can still use it 
with DSpace 3 and 4 (along with its corresponding configuration file from 1.8). 
The auth modules API hasn't changed since at least 1.5. IIRC, the 1.8 modules 
didn't support mapping LDAP users into more than one group.


Regards,
~~helix84

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


--
Flow-based real-time traffic analytics software. Cisco certified tool.
Monitor traffic, SLAs, QoS, Medianet, WAAS etc. with NetFlow Analyzer
Customize your own dashboards, set traffic alerts and generate reports.
Network behavioral analysis & security monitoring. All-in-one tool.
http://pubads.g.doubleclick.net/gampad/clk?id=126839071&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] 10.6 Importing Items via basic bibliographic formats BibTeX

2014-02-27 Thread Stefanie Behnke
Dear Kostas,

 

thank you, this clarifies a lot.

And when created a lot of item using the bte, is there an easy way to add
bitstreams to existing items?

 

Best regards

Stefanie

 

Von: Kostas Stamatis [mailto:kstama...@ekt.gr] 
Gesendet: Donnerstag, 27. Februar 2014 11:20
An: 'Stefanie Behnke'; dspace-tech@lists.sourceforge.net
Betreff: RE: [Dspace-tech] 10.6 Importing Items via basic bibliographic
formats BibTeX

 

Dear Stefanie,

 

1)  export-bibtex (generally, the 's' option) is a bibtex file that
contains all the records you want to upload to the repository. Of course, it
can include only one record. But since this is a batch import, it should
include all the records. I attach a sample bibtex file

2)  No, the item itself is not going to be uploaded. What this command
does is to read the input file and create in the repository as many records
as this file has within it. Metadata for each article in the bibtex file is
transferred to DSpace as well according a configuration file that is located
in config/spring/api/bte.xml 

3)  No connection exists. All articles within bibtex are made items in
DSpace. This script does not support the upload of any bitstreams in the
generated files.

 

Hope it helps,

 

Kostas   

 

From: Stefanie Behnke [mailto:s.beh...@online.de] 
Sent: Thursday, February 27, 2014 12:06 PM
To: dspace-tech@lists.sourceforge.net
Subject: [Dspace-tech] 10.6 Importing Items via basic bibliographic formats
BibTeX

 

Dear all,

I am referring to 

 

10.6 Importing Items via basic bibliographic formats

Dspace 3.1

 

I am not sure if I understand this command right:

 

[dspace]/bin/dspace import -b -m mapFile -e exam...@email.com -c 123456789/1
-s /export/export-bibtex -i bibtex

 

--Does "export-bibtex" means the bibtex file for one item?

-- The item itself will not be uploaded?

-- Where is the connection between the bibtex file and the item?

 

Thanking you in advance

Stefanie

 

 

--
Flow-based real-time traffic analytics software. Cisco certified tool.
Monitor traffic, SLAs, QoS, Medianet, WAAS etc. with NetFlow Analyzer
Customize your own dashboards, set traffic alerts and generate reports.
Network behavioral analysis & security monitoring. All-in-one tool.
http://pubads.g.doubleclick.net/gampad/clk?id=126839071&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] 10.6 Importing Items via basic bibliographic formats BibTeX

2014-02-27 Thread Stefanie Behnke
Dear all,

I am referring to 

 

10.6 Importing Items via basic bibliographic formats

Dspace 3.1

 

I am not sure if I understand this command right:

 

[dspace]/bin/dspace import -b -m mapFile -e exam...@email.com -c 123456789/1
-s /export/export-bibtex -i bibtex

 

--Does "export-bibtex" means the bibtex file for one item?

-- The item itself will not be uploaded?

-- Where is the connection between the bibtex file and the item?

 

Thanking you in advance

Stefanie

 

 

--
Flow-based real-time traffic analytics software. Cisco certified tool.
Monitor traffic, SLAs, QoS, Medianet, WAAS etc. with NetFlow Analyzer
Customize your own dashboards, set traffic alerts and generate reports.
Network behavioral analysis & security monitoring. All-in-one tool.
http://pubads.g.doubleclick.net/gampad/clk?id=126839071&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] Ldap Authentification and profile

2014-02-21 Thread Stefanie Behnke
Dear all,

I have used the java file provided by Keir. The result is:

When logging in first time with ldap authentication there is 
-- no name seen in the profile: only a blank (--> see attached image)
-- no prefilled formfields, I would expect that they are filled with the values 
of the Ldap server
-- the username is concatenated by the value entered for netid_email_domain, if 
this is commented out, the username is concatenated with"null"

Is that intended?

Thanks and best regards
Stefanie

-Ursprüngliche Nachricht-
Von: Keir Vaughan-Taylor [mailto:kei...@optusnet.com.au] 
Gesendet: Donnerstag, 20. Februar 2014 22:44
An: Stefanie Behnke
Cc: heli...@centrum.sk; 'dspace-tech'
Betreff: Re: AW: [Dspace-tech] Ldap Authentification and profile

The screenshot doesn;t show a user role field, in which case just leave the 
config changes out.

the code should pick up mail, given name and so on. the screenshot may have cut 
off the other fields


On Thu, 2014-02-20 at 11:41 +0100, Stefanie Behnke wrote:
> can you please tell me what I should use for especially my case as
> values:
> 
> position_field = usydPersonEntitlement
> 
> groupMapping_field = staff:access,enrolled:access
> 
>  
> 
> What should I use for “usydPersonEntitlement” and 
> “staff:access,enrolled:access”
> 
>  
> 
> Here is my ldap configuration:
> 
>  
> 
> 
> 
>  
> 
>  
> 
> thanking you in advance
> 
> Stefanie
> 
>  
> 
>  
> 
> -Ursprüngliche Nachricht-
> Von: Keir Vaughan-Taylor [mailto:kei...@optusnet.com.au]
> Gesendet: Donnerstag, 20. Februar 2014 00:59
> An: heli...@centrum.sk
> Cc: Stefanie Behnke; dspace-tech
> Betreff: Re: [Dspace-tech] Ldap Authentification and profile
> 
>  
> 
> I've ranted in the past about the ldap Authentication code. There is 
> in my view conflict in anonymous access and having priviledged or root 
> LDAP access. Most people don't have that kind of access and it has to 
> be challenge response.  That is make an LDAP request as a user and 
> supply a password and then get only the LDAP information for that 
> user. Sort of a privacy thing.
> 
>  
> 
> In the current version LDAP field contents is assigned in getDNOfUser 
> and this is the wrong place. I don't think the code assigning attlist 
> variables (LDAP attributes)  ever gets  executed even with rootly LDAP 
> privileges. All the field collections should be done in the 
> method/routine ldapAuthenticate as was the case in older versions of 
> DSpace.
> 
>  
> 
> I submitted some code to GIT but the code should be rejigged by 
> someone that properly knows the ins and outs of DSpace java. I have a 
> more recent version but it is really a a temporary thing for our site 
> until "DSpace" fixes this.
> 
>  
> 
> The current working java code we are using duplicates the field 
> assignments in ldapAuthenticate and I didn't dare delete the 
> duplicated code from getDNOfUser.
> 
>  
> 
> Attached is the java code that fixes the problem but it is not 
> esthetically pleasing containing duplicated code and breaks 
> programming guidelines. It needs a DSpace code guru to streamline it.
> Hey it works!
> 
>  
> 
> It require two lines in /dspace/config/modules/authentication-ldap.cfg
> 
> to be added. One line defining the ldap field that contains a users 
> role and one line that allocates the user to a group based on what the 
> role is. (Helix didn't like this scheme but he will come round
> eventually)
> 
>  
> 
> e.g.
> 
> position_field = usydPersonEntitlement
> 
> groupMapping_field = staff:access,enrolled:access
> 
>  
> 
>  
> 
>  
> 
> On Wed, 2014-02-19 at 15:38 +0100, helix84 wrote:
> 
> > On Wed, Feb 19, 2014 at 3:22 PM, Stefanie Behnke
>  wrote:
> 
> > > It does work so far, although I am not really happy.
> 
> > 
> 
> > OK, now I'm a bit lost. Can you tell me again what your problem was
> 
> > before you set email_field = uid and what your problem is now?
> 
> > 
> 
> > You're testing in JSPUI, right? Can you also always try the same
> thing
> 
> > in XMLUI? It should be the same, I just want to confirm it.
> 
> > 
> 
> > > Any chance to get the fields surname_field =sn, givenname_field
> =givenName, phone_field =telephoneNumber and mail?
> 
> > 
> 
> > I've seen a situation where there was a null appended to the value
> of
> 
> > these fields but I'm not sure I've heard of a situation where they
> 
> > would be empty (it certainly works for me). If you bind with LDAP

Re: [Dspace-tech] Ldap Authentification and profile

2014-02-19 Thread Stefanie Behnke
Hi helix84,

first thanks for your effort, I really appreciate it.
It does work so far, although I am not really happy.

Any chance to get the fields surname_field =sn, givenname_field =givenName, 
phone_field =telephoneNumber and mail?

Thanks again
Stefanie

-Ursprüngliche Nachricht-
Von: ivan.ma...@gmail.com [mailto:ivan.ma...@gmail.com] Im Auftrag von helix84
Gesendet: Mittwoch, 19. Februar 2014 13:41
An: Stefanie Behnke
Cc: Seun Ojedeji; dspace-tech
Betreff: Re: [Dspace-tech] Ldap Authentification and profile

Hi Stefanie,

I tried reproducing the problem with nulls but couldn't, neither with flat nor 
hierarchical LDAP.

The only thing that I see potentially wrong with your config is that you set 
email_field = mail, while it needs to be email_field = uid.
This is an unfortunate assumption of the DSpace authn system
(login=email) that doesn't sit well with LDAP, but fixing it would be quite an 
extensive change, so try this workaround for now. The consequence is that your 
LDAP users won't have a valid email address in DSpace, so subscriptions won't 
work for them.


Regards,
~~helix84

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


--
Managing the Performance of Cloud-Based Applications
Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
Read the Whitepaper.
http://pubads.g.doubleclick.net/gampad/clk?id=121054471&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] Ldap Authentification and profile

2014-02-19 Thread Stefanie Behnke
Hello,

I also tried other settings with search level and user, the same result. I
can confirm that the user is from ldap.

Best regards
Stefanie

-Ursprüngliche Nachricht-
Von: Seun Ojedeji [mailto:seun.ojed...@gmail.com] 
Gesendet: Mittwoch, 19. Februar 2014 09:45
An: Stefanie Behnke
Cc: heli...@centrum.sk; dspace-tech
Betreff: Re: [Dspace-tech] Ldap Authentification and profile

Hello,

I am wodering how you were able to connect with ldap with the current
setting in your ldap config file (search level no defined and the DN for the
search user is commented out)

Kindly confirm the user you are using is indeed from ldap.

Cheers!

On 2/18/14, Stefanie Behnke  wrote:
> Dear helix84,
>
>
>
> I have now copied the file from
>
> https://raw2.github.com/DSpace/DSpace/dspace-4_x/dspace-api/src/main/j
> ava/org/dspace/authenticate/LDAPAuthentication.java
>
> into
>
> /usr/src/dspace-3.1-src-release/dspace-api/src/main/java/org/dspace/au
> thenticate
>
>
>
> Then I rebuilt Maven:
>
> cd /usr/src/dspace-3.1-src-release/dspace/
>
> mvn package
>
>
>
> updated ant:
>
> cd /usr/src/dspace-3.1-src-release/dspace/target/dspace-3.1-build
>
> ant update
>
>
>
> and restarted Tomcat.
>
>
>
> Logging in results in:
>
>
>
> where the data from the ldap server are not used.
>
>
>
> Here is the ldap view:
>
>
>
>
>
>
>
> and I have attached the "authentication-ldap.cfg".
>
>
>
> What am I doing wrong?  Where is the problem?
>
>
>
> Your help is very appreciated.
>
>
>
> Best regards
>
> Stefanie
>
>
>
>
>
>
>
> -Ursprüngliche Nachricht-
> Von: ivan.ma...@gmail.com [mailto:ivan.ma...@gmail.com] Im Auftrag von
> helix84
> Gesendet: Montag, 10. Februar 2014 10:57
> An: Stefanie Behnke
> Cc: dspace-tech
> Betreff: Re: [Dspace-tech] Ldap Authentification and profile
>
>
>
> Hi Stefanie,
>
>
>
> you can now just copy the file from here to your dspace-src:
>
>
>
> <https://raw2.github.com/DSpace/DSpace/dspace-4_x/dspace-api/src/main/
> java/org/dspace/authenticate/LDAPAuthentication.java>
> https://raw2.github.com/DSpace/DSpace/dspace-4_x/dspace-api/src/main/j
> ava/org/dspace/authenticate/LDAPAuthentication.java
>
>
>
> Then rebuild and redeploy DSpace as usual (follow the docs if you're 
> in doubt).
>
>
>
>
>
> Regards,
>
> ~~helix84
>
>
>
> Compulsory reading: DSpace Mailing List Etiquette 
> <https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette>
> https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette
>
>


--


*Seun Ojedeji,
Federal University Oye-Ekiti
web:  http://www.fuoye.edu.ng
Mobile: +2348035233535
**alt email: <http://goog_1872880453>seun.ojed...@fuoye.edu.ng*


--
Managing the Performance of Cloud-Based Applications
Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
Read the Whitepaper.
http://pubads.g.doubleclick.net/gampad/clk?id=121054471&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] Hide a community or collection from list

2014-02-11 Thread Stefanie Behnke
XMLUI will be fine.

-Ursprüngliche Nachricht-
Von: ivan.ma...@gmail.com [mailto:ivan.ma...@gmail.com] Im Auftrag von helix84
Gesendet: Dienstag, 11. Februar 2014 13:50
An: Stefanie Behnke
Cc: dspace-tech
Betreff: Re: [Dspace-tech] Hide a community or collection from list

XMLUI or JSPUI?


Regards,
~~helix84

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


--
Android apps run on BlackBerry 10
Introducing the new BlackBerry 10.2.1 Runtime for Android apps.
Now with support for Jelly Bean, Bluetooth, Mapview and more.
Get your Android app in front of a whole new audience.  Start now.
http://pubads.g.doubleclick.net/gampad/clk?id=124407151&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] Hide a community or collection from list

2014-02-11 Thread Stefanie Behnke
Dear all,

 

I am using Dspace 4.0.

 

I have changed:

community.java in

C:\dspace-4.0-src-release\dspace-api\src\main\java\org\dspace\content

 

according to the changes suggested in

https://wiki.duraspace.org/display/DSPACE/Hide+Community+or+Collection+from+list


Then I have done a Full Refresh/Rebuild. The dspace is running now, but the 
changes show no effect.


Any idea?


Thanking you in advance

Stefanie

 

--
Android apps run on BlackBerry 10
Introducing the new BlackBerry 10.2.1 Runtime for Android apps.
Now with support for Jelly Bean, Bluetooth, Mapview and more.
Get your Android app in front of a whole new audience.  Start now.
http://pubads.g.doubleclick.net/gampad/clk?id=124407151&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] Ldap Authentification and profile

2014-02-10 Thread Stefanie Behnke
Dear Helix,

thanks for your answer. I can change the file

dspace-api/src/main/java/org/dspace/authenticate/LDAPAuthentication.java

but what are the steps I should do then?

Thanking you in advance
Stefanie


-Ursprüngliche Nachricht-
Von: ivan.ma...@gmail.com [mailto:ivan.ma...@gmail.com] Im Auftrag von helix84
Gesendet: Dienstag, 26. November 2013 17:02
An: Stefanie Behnke
Cc: dspace-tech
Betreff: Re: [Dspace-tech] Ldap Authentification and profile

Hi Stefanie,

yes, I submitted the fix in this Pull request:

https://github.com/DSpace/DSpace/pull/366/files

It is meant to be merged for DSpace 4.0, but it seems nobody else reviewed it 
yet. If you want to to try it, it would help if you can report back that it 
worked, either in GitHub or in Jira:

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

Let me know if you don't know how to apply the patch.


Regards,
~~helix84

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


--
Managing the Performance of Cloud-Based Applications
Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
Read the Whitepaper.
http://pubads.g.doubleclick.net/gampad/clk?id=121051231&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] Authorization Policies from a command line

2013-11-26 Thread Stefanie Behnke
Dear all,

 

how can I administer authorization policies for collections using command line 
tool? 

I want to set DEFAULT_ITEM_READ to Anonymous and DEFAULT_BITSTREAM_READ to a 
group name.

 

Thanking you in advance

Stefanie  

 

--
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349351&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] Ldap Authentification and profile

2013-11-26 Thread Stefanie Behnke
Hi helix84,
is there any progress concerning this question? Perhaps I miss something?

Thank you
Stefanie

-Ursprüngliche Nachricht-
Von: ivan.ma...@gmail.com [mailto:ivan.ma...@gmail.com] Im Auftrag von helix84
Gesendet: Dienstag, 22. Oktober 2013 12:36
An: Stefanie Behnke
Cc: dspace-tech
Betreff: Re: [Dspace-tech] Ldap Authentification and profile

Hi Stefanie,

I'm sorry about that, it's a known bug. I'll try to make a fix later this week. 
For now, you can use the LDAPAuthentication or LDAPHierarchicalAuthentication 
class from DSpace 1.8 (along with authentication-ldap.cfg from 1.8).


Regards,
~~helix84

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


--
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349351&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] Authorization Policies

2013-11-08 Thread Stefanie Behnke
Dear all,

 

how can I administer authorization policies for collections using command line 
tool? 

I want to set DEFAULT_ITEM_READ to Anonymous and DEFAULT_BITSTREAM_READ to a 
group name.

 

Thanking you in advance

Stefanie  

 

--
November Webinars for C, C++, Fortran Developers
Accelerate application performance with scalable programming models. Explore
techniques for threading, error checking, porting, and tuning. Get the most 
from the latest Intel processors and coprocessors. See abstracts and register
http://pubads.g.doubleclick.net/gampad/clk?id=60136231&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] Import items

2013-10-30 Thread Stefanie Behnke
Dear helix84,

 

sorry for not changing the subject in my last email.

 

I have tried to upload both items 009-013.pdf and 001-007.pdf and got error 
messages for both of them.

 

I have already exported an item, which I have uploaded before and manually set 
the permissions (using the jspui interface) to



 

After downloading the item the “contents” file contains:

113-116.pdf   bundle:ORIGINAL

 

but there is nothing said about the permissions.

So, how can I add permission to a bitstream when using the batch importer?

 

Thanking you in advance

Stefanie

 

 

-Ursprüngliche Nachricht-
Von: ivan.ma...@gmail.com [mailto:ivan.ma...@gmail.com] Im Auftrag von helix84
Gesendet: Dienstag, 29. Oktober 2013 22:27
An: Stefanie Behnke
Cc: dspace-tech
Betreff: Re: [Dspace-tech] Sitemaps

 

Hi Stefanie,

 

first, when starting a new topic on the mailing list, please start a new email 
thread.

 

 

On Tue, Oct 29, 2013 at 8:19 PM, Stefanie Behnke < <mailto:s.beh...@online.de> 
s.beh...@online.de> wrote:

> I have created a file "contents" with:

> 009-013.pdf permissions:-r eg-member

> 

> but it does not work. I have got the error message:

> at java.lang.reflect.Method.invoke(Method.java:601)

> at

> org.dspace.app.launcher.ScriptLauncher.main(ScriptLauncher.java:183)

> java.io.FileNotFoundException: /dspace/upload/test/001-007/001-007.pdf

> permissions:-r eg-member (No such file or directory)

 

You say your contents file contains "009-013.pdf", but the error complains 
about missing "001-007.pdf" file, which is a different file.

This doesn't look like a premission problem. Check your file names.

 

If you're uncertain about the format of the contents file, try exporting some 
item in the SAF format and look at the contents file.

Then you should be able to understand and create such file more easily than by 
following documentation.

 

 

Regards,

~~helix84

 

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

<>--
Android is increasing in popularity, but the open development platform that
developers love is also attractive to malware creators. Download this white
paper to learn more about secure code signing practices that can help keep
Android apps secure.
http://pubads.g.doubleclick.net/gampad/clk?id=65839951&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] Import items

2013-10-29 Thread Stefanie Behnke

Dears,

I am referring to the following page:

https://wiki.duraspace.org/display/DSDOC3x/Importing+and+Exporting+Items+via
+Simple+Archive+Format

I have created a file "contents" with:
009-013.pdf permissions:-r eg-member

but it does not work. I have got the error message:
at java.lang.reflect.Method.invoke(Method.java:601)
at
org.dspace.app.launcher.ScriptLauncher.main(ScriptLauncher.java:183)
java.io.FileNotFoundException: /dspace/upload/test/001-007/001-007.pdf
permissio ns:-r eg-member (No such file or directory)

Where can I set the access right for the bitstream 009-013.pdf?

Thanks in advance
Stefanie



--
Android is increasing in popularity, but the open development platform that
developers love is also attractive to malware creators. Download this white
paper to learn more about secure code signing practices that can help keep
Android apps secure.
http://pubads.g.doubleclick.net/gampad/clk?id=65839951&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] Sitemaps

2013-10-29 Thread Stefanie Behnke
Dears,

I am referring to the following page:

https://wiki.duraspace.org/display/DSDOC3x/Importing+and+Exporting+Items+via
+Simple+Archive+Format

I have created a file "contents" with:
009-013.pdf permissions:-r eg-member

but it does not work. I have got the error message:
at java.lang.reflect.Method.invoke(Method.java:601)
at
org.dspace.app.launcher.ScriptLauncher.main(ScriptLauncher.java:183)
java.io.FileNotFoundException: /dspace/upload/test/001-007/001-007.pdf
permissio
ns:-r eg-member (No such file or directory)

Where can I set the access right for the bitstream 009-013.pdf?

Thanks in advance
Stefanie



--
Android is increasing in popularity, but the open development platform that
developers love is also attractive to malware creators. Download this white
paper to learn more about secure code signing practices that can help keep
Android apps secure.
http://pubads.g.doubleclick.net/gampad/clk?id=65839951&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] Ldap Authentification and profile

2013-10-22 Thread Stefanie Behnke
 

Dear all,

I am using DSpace 3.1 and as well the jspui and the xmlui interface. Attached 
is the authentication-ldap.cfg file and the screenshot of the ldap entry. 

 

I have successfully logged in using the ldap authentification, but when I call 
„My DSpace“ all form fields are empty and there is no email field (jspui)

 

Logging in the xmlui interface I get:

·  E-Mail-Adresse: 

sbehnkenull

other fields are empty.

 

 

What is wrong?

 

Thanking you in advance

Stefanie

 



authentication-ldap.cfg
Description: Binary data
<>--
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=60135991&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] Ldap Authentification and profile

2013-10-18 Thread Stefanie Behnke
Dear all,

 

I have successfully logged in using the ldap authentification, but when I call 
„My DSpace“ all form fields are empty and there is no email field:



 

I am using DSpace 3.1 and the jspui interface. Attached is the 
authentication-ldap.cfg file and the screenshot of the ldap entry. What is 
wrong?

 

Thanking you in advance

Stefanie

<>

authentication-ldap.cfg
Description: Binary data
<>--
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=60135031&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] show bibtex for an item?

2013-09-27 Thread Stefanie Behnke
Dear helix84,

thanks for your answer.
But I will need some more detailed information. I can see the mets.xml 
document, but I don't know how to use it as input and where I should store the 
modified bibtex.xsl.
Thanking you in advance
Stefanie

>So, your METS document would be
>/metadata/handle/123456789/132/mets.xml and you'd pass this as input
> (using ) to the modified bibtex.xsl
>stylesheet. You'd modify the stylesheet by changing e.g.
>doc:metadata/doc:element[@name='dc']/doc:element[@name='title']/doc:element/doc:field[@name='value']/text>
> ()
>to
>dim:field[@element='title']

-Ursprüngliche Nachricht-
Von: ivan.ma...@gmail.com [mailto:ivan.ma...@gmail.com] Im Auftrag von helix84
Gesendet: Mittwoch, 25. September 2013 10:38
An: Stefanie Behnke
Cc: dspace-tech
Betreff: Re: [Dspace-tech] show bibtex for an item?

On Tue, Sep 24, 2013 at 7:57 PM, Stefanie Behnke  wrote:
> I am using Dspace 3.1 and the mirage theme. I think I will try to implement
> this option for the xmlui. But there are further problems, looking at
> https://wiki.duraspace.org/display/DSPACE/Use+the+OAI-PMH+interface
>
> I have rebuild Dspace, but
> http://localhost:8080/jspui/dspace-oai/request?verb=Identify is still not
> working.

Assuming you added a context for oai according to these instructions
(Step 9), the context (webapp) root would be /oai, i.e. an example URL
would be http://localhost:8080/oai/request?verb=Identify

Here's the stylesheet you would have to add to OAI to output to
bibtex: [1]. It works by transforming the internal xoai format to
bibtex.
I just realized that it's probably easier to not use OAI here and just
modify the stylesheet to transform DC nodes from METS to bibtex. The
METS document is available directly in XMLUI and that's actually what
XMLUI uses to render item metadata fields.

So, your METS document would be
/metadata/handle/123456789/132/mets.xml and you'd pass this as input
(using ) to the modified bibtex.xsl
stylesheet. You'd modify the stylesheet by changing e.g.
doc:metadata/doc:element[@name='dc']/doc:element[@name='title']/doc:element/doc:field[@name='value']/text()
to
dim:field[@element='title']

You'd have to do most of this if you used the OAI approach, too. This
direct approach has the added benefit of you not depending on running
OAI.


[1] 
https://wiki.duraspace.org/display/DSDOC3x/Installation#Installation-Installation
[2] 
https://raw.github.com/lyncode/DSpace/51a3187796a3df275dc05cf4647e2461bacbba5f/dspace/config/crosswalks/export/bibtex.xsl

Regards,
~~helix84

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


--
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=60133471&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] DSpace Simple Archive Format

2013-09-25 Thread Stefanie Behnke
I resolved this problem by exporting as csv file, modifing and re-importing
it.
https://wiki.duraspace.org/display/DSDOC3x/Batch+Metadata+Editing#BatchMetad
ataEditing-DeletingMetadata



-Ursprüngliche Nachricht-
Von: Stefanie Behnke [mailto:s.beh...@online.de] 
Gesendet: Mittwoch, 25. September 2013 08:58
An: dspace-tech@lists.sourceforge.net
Betreff: [Dspace-tech] DSpace Simple Archive Format

Hello,

I am using the DSpace Simple Archive Format for importing items into a
collection. In the dublin_core.xml file I have one line, for example:
http://dx.doi.org/10.2312/3DOR/3DOR13/002-006
that results in 
dc.identifier.uri   http://dx.doi.org/10.2312/3DOR/3DOR13/002-006
But I have got the additional 
dc.identifier.uri   http://dx.doi.org/10.2312/3DOR.3DOR13
which is wrong.

Can you please give me a hint, how to suppress this, or easily remove it
from the items. 
I am using Dspace 3.1

Thanking you in advance
Stefanie



--
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=60133471&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


--
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=60133471&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] DSpace Simple Archive Format

2013-09-24 Thread Stefanie Behnke
Hello,

I am using the DSpace Simple Archive Format for importing items into a
collection. In the dublin_core.xml file I have one line, for example:
http://dx.doi.org/10.2312/3DOR/3DOR13/002-006
that results in 
dc.identifier.uri   http://dx.doi.org/10.2312/3DOR/3DOR13/002-006
But I have got the additional 
dc.identifier.uri   http://dx.doi.org/10.2312/3DOR.3DOR13
which is wrong.

Can you please give me a hint, how to suppress this, or easily remove it
from the items. 
I am using Dspace 3.1

Thanking you in advance
Stefanie


--
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=60133471&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] show bibtex for an item?

2013-09-24 Thread Stefanie Behnke
Dear helix 84,

 

I am using Dspace 3.1 and the mirage theme. I think I will try to implement 
this option for the xmlui. But there are further problems, looking at 
https://wiki.duraspace.org/display/DSPACE/Use+the+OAI-PMH+interface

I have rebuild Dspace, but 
http://localhost:8080/jspui/dspace-oai/request?verb=Identify is still not 
working.

 

Any help is appreciated.

Thanks in advance

Stefanie

 

Von: ivan.ma...@gmail.com [mailto:ivan.ma...@gmail.com] Im Auftrag von helix84
Gesendet: Dienstag, 24. September 2013 15:44
An: Stefanie Behnke
Cc: dspace-tech
Betreff: Re: [Dspace-tech] show bibtex for an item?

 

Hi Stefanie,

 

DSpace doesn't support this out-of-the-box yet, so it isn't as easy as turning 
something on. You also didn't mention your DSpace version and interface.

 

There are two different implementations of this for JSPUI:

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

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

 

We may still accept DS-1493 for DSpace 4.0 (or later), the former would require 
non-trivial changes as we don't accept dependencies on GPL libraries, but for 
your own use it should be perfectly fine, too.

 

If you're looking for an option for XMLUI 3.x, I'd say it's easiest to write an 
OAI crosswalk and dynamically include the XML document retrieved using 
GetRecord into the item view. This option doesn't require Java knowledge, only 
XSLT. If you're considering that and need details, let me know.

 

Alternatively, you could use Biblio-Transformation-Engine (already a part of 
DSpace 3.x) to write your own XMLUI aspect or JSPUI code.



Regards,
~~helix84

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

--
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=60133471&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] show bibtex for an item?

2013-09-24 Thread Stefanie Behnke
Hello,

 

I want to show the corresponding bibtex for an item. How can I do that?

 

Thanking you in advance

Stefanie

--
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=60133471&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] How to change the start page of Mirage?

2013-04-24 Thread Stefanie Behnke
Hello,

 

I want to customize the text:

"DSpace Repository

DSpace is a digital service that collects, preserves, and distributes
digital material. Repositories are important tools for preserving an
organization's legacy; they facilitate digital preservation and scholarly
communication."

 

from the start page. How can I do this?

 

Thanking you in advance

Stefanie

--
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_apr___
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] display of html files

2013-02-20 Thread Stefanie Behnke
Dear helix84,

great, that works, although it does not work with all tags, if you are using 
, it will not be displayed correctly.
But I can live with that restrictions.

Thank you
Stefanie

-Ursprüngliche Nachricht-
Von: ivan.ma...@gmail.com [mailto:ivan.ma...@gmail.com] Im Auftrag von helix84
Gesendet: Mittwoch, 20. Februar 2013 14:37
An: Stefanie Behnke
Cc: dspace-tech@lists.sourceforge.net
Betreff: Re: [Dspace-tech] display of html files

Well, I just checked with DSpace 3.0 and the Mirage theme and HTML is displayed 
normally (I tried an unordered list).


Regards,
~~helix84

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


--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
___
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] display of html files

2013-02-19 Thread Stefanie Behnke
In  
http://localhost:8080/jspui/tools/edit-communities I can insert
"Introductory text (HTML)" in the admin menue, and it is shown correctly as
html. But in the 

http://localhost:8080/xmlui/ the text is shown with the html tags, not as
html file.

 

How can I change it, so that http://localhost:8080/xmlui/ also displays the
correct html? I am using the mirage theme.

 

Thanking you in advance

Stefanie

 

--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb___
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] XsltCrosswalk

2013-02-18 Thread Stefanie Behnke
 

to whom it may concern_

 

my questions concern the article 

https://wiki.duraspace.org/display/DSPACE/XsltCrosswalk

 

I have created a submission crosswalk

crosswalk.submission.DataCite.stylesheet= crosswalks/DataciteToDIM.xslt

 

and it works with

[dspace]/bin/dspace dsrun
org.dspace.content.crosswalk.XSLTIngestionCrosswalk DataCite
121-130.pdf.abstract.pdf.hmi.xml

where 121-130.pdf.abstract.pdf.hmi.xml is a xml-file in the DataCite Schema.

 

Now I want to use it to import items, where the metadata file is in the
DataCite schema (http://schema.datacite.org/meta/kernel-2.2/metadata.xsd)

 

How can I do that? Every help is appreciated.

 

Thanking you in advance

Stefanie

 

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