Re: [Dspace-tech] Removing the 1st step from submission

2 views
Skip to first unread message

Marc Goovaerts

unread,
Aug 25, 2015, 11:10:24 AM8/25/15
to dspac...@lists.sourceforge.net
Dear Jose,

We are working on an alternative submission module, as we announced already
previously. We have some delay but hope to finish the work at the end of
this month.

Our idea is to eliminate the first page and create a second page with
templates under tabs (for us: article - conference paper - research report -
.... - all, other people can fill it out there way) where you present only
the necessary fields for that type.

We will also refine the possibility of defining certain fields like
identifier.citation. But this will be realized in a later phase.

Most of the work is based on our developments in dspace 1.4.2. You can have
a look at it at http://193.190.8.15/odin. You can test the alternative
submission as user dspace and password dspace.

You can find information about our developments at
http://www.uhasselt.be/bibliotheek/dspace/dspace.htm.

Regards

Marc Goovaerts
Staff member Information Technology
Hasselt University Library
Bibliotheek Universiteit Hasselt
E. marc.go...@uhasselt.be
-----Original Message-----
From: dspace-te...@lists.sourceforge.net
[mailto:dspace-te...@lists.sourceforge.net] On Behalf Of
dspace-te...@lists.sourceforge.net
Sent: woensdag 3 september 2008 19:01
To: dspac...@lists.sourceforge.net
Subject: DSpace-tech Digest, Vol 29, Issue 4

Send DSpace-tech mailing list submissions to
dspac...@lists.sourceforge.net

To subscribe or unsubscribe via the World Wide Web, visit
https://lists.sourceforge.net/lists/listinfo/dspace-tech
or, via email, send a message with subject or body 'help' to
dspace-te...@lists.sourceforge.net

You can reach the person managing the list at
dspace-t...@lists.sourceforge.net

When replying, please edit your Subject line so it is more specific
than "Re: Contents of DSpace-tech digest..."


Today's Topics:

1. Removing the 1st step from submission. (Blanco, Jose)
2. Re: Removing the 1st step from submission. (Tim Donohue)
3. Re: Removing the 1st step from submission. (Blanco, Jose)
4. Re: Removing the 1st step from submission. (Tim Donohue)
5. Re: Removing the 1st step from submission. (Blanco, Jose)


----------------------------------------------------------------------

Message: 1
Date: Wed, 3 Sep 2008 10:18:26 -0400
From: "Blanco, Jose" <bla...@umich.edu>
Subject: [Dspace-tech] Removing the 1st step from submission.
To: <dspac...@lists.sourceforge.net>
Message-ID:

<E0217C87D1BA1043AC89...@ECLUST2-VS3.adsroot.itcs.umich.edu
>

Content-Type: text/plain; charset="us-ascii"

I would like to remove the 1st step from the submission. I have already
taken care of the title and publisher questions that appear in the 1st
step, and I would like now to have it assume that there are multiple
files for the submission. I think that the easiest way to do this is to
call the WorkspaceItem.setMultiplefiles method with true, but I'm not
sure from where, since it's normally called when the initial questions
page is processed. Any ideas?

Thanks!
Jose



------------------------------

Message: 2
Date: Wed, 03 Sep 2008 09:49:35 -0500
From: Tim Donohue <tdon...@illinois.edu>
Subject: Re: [Dspace-tech] Removing the 1st step from submission.
To: "Blanco, Jose" <bla...@umich.edu>
Cc: dspac...@lists.sourceforge.net
Message-ID: <48BEA3FF...@illinois.edu>
Content-Type: text/plain; charset="iso-8859-1"

Jose,

We created a custom "invisible" step in our DSpace 1.5 Submission
process, in order to set some defaults and remove that 1st "Initial
Questions" step. I've attached our InitializationStep.java to this
email, for your usage/modification (and for anyone else interested).
Once you have the source code in place, you should be able to enable it
in your item-submission.xml with the following:

<step>
<processing-class>edu.uiuc.dspace.submit.step.InitializationStep</processing
-class>
<workflow-editable>false</workflow-editable>
</step>

(Obviously, don't forget to remove or comment out the configuration for
the "InitialQuestionsStep" in your item-submission.xml)

Yes, I need to writeup a simple little "How-To" on the DSpace Wiki for
this one. But, until then, I thought I'd just send this out via the list :)

- Tim


Blanco, Jose wrote:
> I would like to remove the 1st step from the submission. I have already
> taken care of the title and publisher questions that appear in the 1st
> step, and I would like now to have it assume that there are multiple
> files for the submission. I think that the easiest way to do this is to
> call the WorkspaceItem.setMultiplefiles method with true, but I'm not
> sure from where, since it's normally called when the initial questions
> page is processed. Any ideas?
>
> Thanks!
> Jose
>
> -------------------------------------------------------------------------
> This SF.Net email is sponsored by the Moblin Your Move Developer's
challenge
> Build the coolest Linux based applications with Moblin SDK & win great
prizes
> Grand prize is a trip for two to an Open Source event anywhere in the
world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> _______________________________________________
> DSpace-tech mailing list
> DSpac...@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/dspace-tech
>

--
Tim Donohue
Research Programmer, Illinois Digital Environment for
Access to Learning and Scholarship (IDEALS)
University of Illinois at Urbana-Champaign
tdon...@illinois.edu | (217) 333-4648
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: InitializationStep.java

------------------------------

Message: 3
Date: Wed, 3 Sep 2008 12:19:03 -0400
From: "Blanco, Jose" <bla...@umich.edu>
Subject: Re: [Dspace-tech] Removing the 1st step from submission.
To: "Tim Donohue" <tdon...@illinois.edu>
Cc: dspac...@lists.sourceforge.net
Message-ID:

<E0217C87D1BA1043AC89...@ECLUST2-VS3.adsroot.itcs.umich.edu
>

Content-Type: text/plain; charset="us-ascii"

Tim:

I put the file in
dspace-api/src/main/java/org/dspace/submit/step/

I configured the file like this:

<step>

<processing-class>org.dspace.submit.step.InitializationStep</processing-
class>
<workflow-editable>false</workflow-editable>
</step>

But I'm getting this error:

2008-09-03 12:14:57,076 ERROR
org.dspace.app.webui.servlet.SubmissionController @ Error loading step
class'org.dspace.submit.step.InitializationStep':
java.lang.ClassNotFoundException:
org.dspace.submit.step.InitializationStep
at
org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader
.java:1363)
at
org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader
.java:1209)
at
org.dspace.app.webui.submit.JSPStepManager.loadStep(JSPStepManager.java:
124)
at
org.dspace.app.webui.servlet.SubmissionController.doStep(SubmissionContr
oller.jav

-----Original Message-----
From: Tim Donohue [mailto:tdon...@illinois.edu]
Sent: Wednesday, September 03, 2008 10:50 AM
To: Blanco, Jose
Cc: dspac...@lists.sourceforge.net
Subject: Re: [Dspace-tech] Removing the 1st step from submission.

Jose,

We created a custom "invisible" step in our DSpace 1.5 Submission
process, in order to set some defaults and remove that 1st "Initial
Questions" step. I've attached our InitializationStep.java to this
email, for your usage/modification (and for anyone else interested).
Once you have the source code in place, you should be able to enable it
in your item-submission.xml with the following:

<step>
<processing-class>edu.uiuc.dspace.submit.step.InitializationStep</proces
sing-class>
<workflow-editable>false</workflow-editable>
</step>

(Obviously, don't forget to remove or comment out the configuration for
the "InitialQuestionsStep" in your item-submission.xml)

Yes, I need to writeup a simple little "How-To" on the DSpace Wiki for
this one. But, until then, I thought I'd just send this out via the
list :)

- Tim


Blanco, Jose wrote:
> I would like to remove the 1st step from the submission. I have
> already taken care of the title and publisher questions that appear in

> the 1st step, and I would like now to have it assume that there are
> multiple files for the submission. I think that the easiest way to do

> this is to call the WorkspaceItem.setMultiplefiles method with true,
> but I'm not sure from where, since it's normally called when the
> initial questions page is processed. Any ideas?
>
> Thanks!
> Jose
>
> ----------------------------------------------------------------------
> --- This SF.Net email is sponsored by the Moblin Your Move Developer's

> challenge Build the coolest Linux based applications with Moblin SDK &

> win great prizes Grand prize is a trip for two to an Open Source event

> anywhere in the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> _______________________________________________
> DSpace-tech mailing list
> DSpac...@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/dspace-tech
>

--
Tim Donohue
Research Programmer, Illinois Digital Environment for Access to Learning
and Scholarship (IDEALS) University of Illinois at Urbana-Champaign
tdon...@illinois.edu | (217) 333-4648



------------------------------

Message: 4
Date: Wed, 03 Sep 2008 11:28:49 -0500
From: Tim Donohue <tdon...@illinois.edu>
Subject: Re: [Dspace-tech] Removing the 1st step from submission.
To: "Blanco, Jose" <bla...@umich.edu>
Cc: dspac...@lists.sourceforge.net
Message-ID: <48BEBB41...@illinois.edu>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

Jose,

It looks like you didn't rebuild everything properly. The error is
saying that it cannot find that new Java class. Generally, you should
be doing the following:

(1) Place that file in
"dspace-api/src/main/java/org/dspace/submit/step/". Alternatively, if
you didn't have the 'dspace-api' source checked out, you could place it
in
"[dspace-src]/dspace/modules/xmlui/src/main/java/org/dspace/submit/step/"
(the latter path just adds the java code to the "overlay" for your XMLUI
ONLY!)

(2) Re-package via Maven:
mvn package

(3) Re-Install updated JAR/WAR to your installation location:
cd /dspace/target/dspace-1.5.0-build.dir/
ant update

(4) Copy over the updated item-submission.xml to your installation
directory (i.e. [dspace]/config/item-submission.xml)

(5) Restart Tomcat (Don't forget to copy new WAR over to Tomcat
/webapps, before you restart.)

I hope that helps...

- Tim


Blanco, Jose wrote:
> Tim:
>
> I put the file in
> dspace-api/src/main/java/org/dspace/submit/step/
>
> I configured the file like this:
>
> <step>
>
> <processing-class>org.dspace.submit.step.InitializationStep</processing-
> class>
> <workflow-editable>false</workflow-editable>
> </step>
>
> But I'm getting this error:
>
> 2008-09-03 12:14:57,076 ERROR
> org.dspace.app.webui.servlet.SubmissionController @ Error loading step
> class'org.dspace.submit.step.InitializationStep':
> java.lang.ClassNotFoundException:
> org.dspace.submit.step.InitializationStep
> at
> org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader
> .java:1363)
> at
> org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader
> .java:1209)
> at
> org.dspace.app.webui.submit.JSPStepManager.loadStep(JSPStepManager.java:
> 124)
> at
> org.dspace.app.webui.servlet.SubmissionController.doStep(SubmissionContr
> oller.jav
>
> -----Original Message-----
> From: Tim Donohue [mailto:tdon...@illinois.edu]
> Sent: Wednesday, September 03, 2008 10:50 AM
> To: Blanco, Jose
> Cc: dspac...@lists.sourceforge.net
> Subject: Re: [Dspace-tech] Removing the 1st step from submission.
>
> Jose,
>
> We created a custom "invisible" step in our DSpace 1.5 Submission
> process, in order to set some defaults and remove that 1st "Initial
> Questions" step. I've attached our InitializationStep.java to this
> email, for your usage/modification (and for anyone else interested).
> Once you have the source code in place, you should be able to enable it
> in your item-submission.xml with the following:
>
> <step>
> <processing-class>edu.uiuc.dspace.submit.step.InitializationStep</proces
> sing-class>
> <workflow-editable>false</workflow-editable>
> </step>
>
> (Obviously, don't forget to remove or comment out the configuration for
> the "InitialQuestionsStep" in your item-submission.xml)
>
> Yes, I need to writeup a simple little "How-To" on the DSpace Wiki for
> this one. But, until then, I thought I'd just send this out via the
> list :)
>
> - Tim
>
>
> Blanco, Jose wrote:
>> I would like to remove the 1st step from the submission. I have
>> already taken care of the title and publisher questions that appear in
>
>> the 1st step, and I would like now to have it assume that there are
>> multiple files for the submission. I think that the easiest way to do
>
>> this is to call the WorkspaceItem.setMultiplefiles method with true,
>> but I'm not sure from where, since it's normally called when the
>> initial questions page is processed. Any ideas?
>>
>> Thanks!
>> Jose
>>
>> ----------------------------------------------------------------------
>> --- This SF.Net email is sponsored by the Moblin Your Move Developer's
>
>> challenge Build the coolest Linux based applications with Moblin SDK &
>
>> win great prizes Grand prize is a trip for two to an Open Source event
>
>> anywhere in the world
>> http://moblin-contest.org/redirect.php?banner_id=100&url=/
>> _______________________________________________
>> DSpace-tech mailing list
>> DSpac...@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/dspace-tech
>>
>
> --
> Tim Donohue
> Research Programmer, Illinois Digital Environment for Access to Learning
> and Scholarship (IDEALS) University of Illinois at Urbana-Champaign
> tdon...@illinois.edu | (217) 333-4648
>

--
Tim Donohue
Research Programmer, Illinois Digital Environment for
Access to Learning and Scholarship (IDEALS)
University of Illinois at Urbana-Champaign
tdon...@illinois.edu | (217) 333-4648



------------------------------

Message: 5
Date: Wed, 3 Sep 2008 13:01:07 -0400
From: "Blanco, Jose" <bla...@umich.edu>
Subject: Re: [Dspace-tech] Removing the 1st step from submission.
To: "Tim Donohue" <tdon...@illinois.edu>
Cc: dspac...@lists.sourceforge.net
Message-ID:

<E0217C87D1BA1043AC89...@ECLUST2-VS3.adsroot.itcs.umich.edu
>

Content-Type: text/plain; charset="us-ascii"

Tim:

I had

package edu.uiuc.dspace.submit.step;

In the file instead of

org.dspace.submit.step;

Thank you!
Jose

-----Original Message-----
From: Tim Donohue [mailto:tdon...@illinois.edu]
Sent: Wednesday, September 03, 2008 12:29 PM
To: Blanco, Jose
Cc: dspac...@lists.sourceforge.net
Subject: Re: [Dspace-tech] Removing the 1st step from submission.

Jose,

It looks like you didn't rebuild everything properly. The error is
saying that it cannot find that new Java class. Generally, you should
be doing the following:

(1) Place that file in
"dspace-api/src/main/java/org/dspace/submit/step/". Alternatively, if
you didn't have the 'dspace-api' source checked out, you could place it
in
"[dspace-src]/dspace/modules/xmlui/src/main/java/org/dspace/submit/step/
"
(the latter path just adds the java code to the "overlay" for your XMLUI
ONLY!)

(2) Re-package via Maven:
mvn package

(3) Re-Install updated JAR/WAR to your installation location:
cd /dspace/target/dspace-1.5.0-build.dir/
ant update

(4) Copy over the updated item-submission.xml to your installation
directory (i.e. [dspace]/config/item-submission.xml)

(5) Restart Tomcat (Don't forget to copy new WAR over to Tomcat
/webapps, before you restart.)

I hope that helps...

- Tim


Blanco, Jose wrote:
> Tim:
>
> I put the file in
> dspace-api/src/main/java/org/dspace/submit/step/
>
> I configured the file like this:
>
> <step>
>
> <processing-class>org.dspace.submit.step.InitializationStep</processin
> g-
> class>
> <workflow-editable>false</workflow-editable>
> </step>
>
> But I'm getting this error:
>
> 2008-09-03 12:14:57,076 ERROR
> org.dspace.app.webui.servlet.SubmissionController @ Error loading step
> class'org.dspace.submit.step.InitializationStep':
> java.lang.ClassNotFoundException:
> org.dspace.submit.step.InitializationStep
> at
> org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoad
> er
> .java:1363)
> at
> org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoad
> er
> .java:1209)
> at
>
org.dspace.app.webui.submit.JSPStepManager.loadStep(JSPStepManager.java:
> 124)
> at
> org.dspace.app.webui.servlet.SubmissionController.doStep(SubmissionCon
> tr
> oller.jav
>
> -----Original Message-----
> From: Tim Donohue [mailto:tdon...@illinois.edu]
> Sent: Wednesday, September 03, 2008 10:50 AM
> To: Blanco, Jose
> Cc: dspac...@lists.sourceforge.net
> Subject: Re: [Dspace-tech] Removing the 1st step from submission.
>
> Jose,
>
> We created a custom "invisible" step in our DSpace 1.5 Submission
> process, in order to set some defaults and remove that 1st "Initial
> Questions" step. I've attached our InitializationStep.java to this
> email, for your usage/modification (and for anyone else interested).
> Once you have the source code in place, you should be able to enable
> it in your item-submission.xml with the following:
>
> <step>
> <processing-class>edu.uiuc.dspace.submit.step.InitializationStep</proc
> es
> sing-class>
> <workflow-editable>false</workflow-editable>
> </step>
>
> (Obviously, don't forget to remove or comment out the configuration
> for the "InitialQuestionsStep" in your item-submission.xml)
>
> Yes, I need to writeup a simple little "How-To" on the DSpace Wiki for

> this one. But, until then, I thought I'd just send this out via the
> list :)
>
> - Tim
>
>
> Blanco, Jose wrote:
>> I would like to remove the 1st step from the submission. I have
>> already taken care of the title and publisher questions that appear
>> in
>
>> the 1st step, and I would like now to have it assume that there are
>> multiple files for the submission. I think that the easiest way to
>> do
>
>> this is to call the WorkspaceItem.setMultiplefiles method with true,
>> but I'm not sure from where, since it's normally called when the
>> initial questions page is processed. Any ideas?
>>
>> Thanks!
>> Jose
>>
>> ---------------------------------------------------------------------
>> -
>> --- This SF.Net email is sponsored by the Moblin Your Move
>> Developer's
>
>> challenge Build the coolest Linux based applications with Moblin SDK
>> &
>
>> win great prizes Grand prize is a trip for two to an Open Source
>> event
>
>> anywhere in the world
>> http://moblin-contest.org/redirect.php?banner_id=100&url=/
>> _______________________________________________
>> DSpace-tech mailing list
>> DSpac...@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/dspace-tech
>>
>
> --
> Tim Donohue
> Research Programmer, Illinois Digital Environment for Access to
> Learning and Scholarship (IDEALS) University of Illinois at
> Urbana-Champaign tdon...@illinois.edu | (217) 333-4648
>

--
Tim Donohue
Research Programmer, Illinois Digital Environment for Access to Learning
and Scholarship (IDEALS) University of Illinois at Urbana-Champaign
tdon...@illinois.edu | (217) 333-4648



------------------------------

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great
prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/

------------------------------

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


End of DSpace-tech Digest, Vol 29, Issue 4
******************************************


Keith Jones

unread,
Aug 25, 2015, 11:10:28 AM8/25/15
to dspac...@lists.sourceforge.net


We are running a 1.5 dspace install and I've just come across the
following error.

When the feedback form is used a Null pointer Exception is thrown. I've
checked that an email is currently set and the mail server setting is fine
as well. I am notified that an error is being reported but I'm not
getting a message from the feedback form.

null
=============================================
java.lang.NullPointerException
at
javax.mail.internet.InternetAddress.parse(InternetAddress.java:595)
at
javax.mail.internet.InternetAddress.parse(InternetAddress.java:555)
at
javax.mail.internet.InternetAddress.<init>(InternetAddress.java:91)
at org.dspace.core.Email.send(Email.java:310)
at
org.dspace.app.webui.servlet.FeedbackServlet.doDSGet(FeedbackServlet.java:157)
at
org.dspace.app.webui.servlet.FeedbackServlet.doDSPost(FeedbackServlet.java:188)
at
org.dspace.app.webui.servlet.DSpaceServlet.processRequest(DSpaceServlet.java:147)
at
org.dspace.app.webui.servlet.DSpaceServlet.doPost(DSpaceServlet.java:105)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:710)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:269)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:174)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:117)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:108)
at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:174)
at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:874)
at
org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:665)
at
org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:528)
at
org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:81)
at
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:689)
at java.lang.Thread.run(Thread.java:595)


Robin Taylor

unread,
Aug 25, 2015, 11:10:28 AM8/25/15
to marc.go...@uhasselt.be, dspac...@lists.sourceforge.net
Hi Marc,

As I said off-list, great stuff, but the one area I have a query about is
how you store the citation data eg dc.bibliographicCitation.title. Its not
really how the DC spec sees that term being used. As 1.5 allow for multiple
metadata schema I have been trying to find another schema that would allow
me to store the metadata that DC doesn't cater for, specifically I am
thinking of some of the constituent parts of a citation (journal title,
volume, issue). It would certainly be nice to find a good fit rather than
bending DC. I have been looking at
http://wiki.bibliontology.com/index.php/Main_Page which Mark Diggory is
involved with but I am not sure yet if it will meet my needs. Anyone out
there got any other suggestions ?

Cheers, Robin.





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

Jayan Chirayath Kurian

unread,
Aug 25, 2015, 11:10:28 AM8/25/15
to marc.go...@uhasselt.be, dspac...@lists.sourceforge.net
Hello Marc,

Looks good to browse through the submission process with given
id/password.

Thanks,
Jayan
<processing-class>edu.uiuc.dspace.submit.step.InitializationStep</proces
sing
-class>
<workflow-editable>false</workflow-editable>
</step>

(Obviously, don't forget to remove or comment out the configuration for
the "InitialQuestionsStep" in your item-submission.xml)

Yes, I need to writeup a simple little "How-To" on the DSpace Wiki for
this one. But, until then, I thought I'd just send this out via the
list :)

- Tim


Blanco, Jose wrote:
> I would like to remove the 1st step from the submission. I have
already
> taken care of the title and publisher questions that appear in the 1st
> step, and I would like now to have it assume that there are multiple
> files for the submission. I think that the easiest way to do this is
to
> call the WorkspaceItem.setMultiplefiles method with true, but I'm not
> sure from where, since it's normally called when the initial questions
> page is processed. Any ideas?
>
> Thanks!
> Jose
>
>
------------------------------------------------------------------------
-
This SF.Net email is sponsored by the Moblin Your Move Developer's
challenge
Build the coolest Linux based applications with Moblin SDK & win great
prizes
Grand prize is a trip for two to an Open Source event anywhere in the
world
http://moblin-contest.org/redirect.php?banner_id=100&url=/

------------------------------

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


End of DSpace-tech Digest, Vol 29, Issue 4
******************************************


------------------------------------------------------------------------
-
Reply all
Reply to author
Forward
0 new messages