Re: [Dspace-tech] Registration form

2008-08-29 Thread Claudia Jürgen
Hi,

with which version of DSpace and with which UI do you want to make these 
changes?

Claudia


Black Wolf schrieb:
 How can I change the registration form, to something a little more
 elaborated? Is there any problem doing that?
 
 I need that the system gather this data:
 
 
- name
- e-mail
- password
- repeat password
 
 Where and how do I do it?
 
 txs a lot
 
 
 
 
 
 -
 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=100url=/
 
 
 
 
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech

-
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=100url=/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] How to modify the browse button Title, Author etc

2008-08-29 Thread Raj K Bhardwaj
hello list,

In the left hand side of home page browse by title , author, date , Subject
are given so how i can modify the title by Acts , Date by Date of
enforcement and others . so kindly elaborate in this concern and how i can
change the background colour etc.

with regards

Raj Kumar Bhardwaj

--
-
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=100url=/___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Antw: Re: DSpace 1.5.1 beta, encoding

2008-08-29 Thread Michael Steck
Hi,

i was also trying to fix this encoding problem with the help of
http://cocoon.apache.org/2.2/1366_1_1.html, but without success.
my conclusion is that 

- setting the container-encoding in the web.xml to ISO-8859-1 fixes
almost all problems,
- but 2 bugs remain
 * simple (or  secondary search) search (...dspace/search)
 * file upload in (submitting process and in the administrative
section) (not discussed yet, hope this helps someone somehow)

i guess the problem are in the javaclasses, but i am not sure. i am not
enough hacker to dig in so deep...

micha



--
Dipl.- Ing. Michael Steck
FfE - Forschungsstelle für Energiewirtschaft e.V.
Am Blütenanger 71
80995 München
Tel.: 089/158121-22
Fax: 089/158121-10
[EMAIL PROTECTED]
www.ffe.de
--


 Claudia Jürgen [EMAIL PROTECTED] 08/27/08 4:29 

Hi Mika,

you're right the secondary search does not work with the below 
mentioned settings.

Claudia


Mika Stenberg schrieb:
 I tried this both on Tomcat 6 and Jetty 6, but still the front page 
 search doesnt handle chars right. The navigation search works fine
though.
 Any ideas?
 
 -Mika
 
 Hi Mika @all,

 we just did some tests with 1.5.1 beta. Using Tomcat (6.0.13) these

 are the changes we had to make:

 - set the container-encoding in the web.xml to ISO-8859-1
 - set the form-encoding for Browse to ISO-8859-1 in 

[dspace-source]/dspace-xmlui/dspace-xmlui-api/src/main/resources/aspects/ArtifactBrowser/sitemap.xmap



 The only issue left at this point is the provenance information in
the 
 license, if the user name holds special characters.

 You can try it at:
https://eldorado2.uni-dortmund.de/dspace151betaxmlui/ 
 If you find anything else, let me know.

 Sunny greetings

 Claudia



 Mika Stenberg schrieb:
 Strangely with Jetty  DSpace 1.5.1 only the other search works
fine.
 I tried different combinations, where the first line means 
 container-encoding, and the second line form-encoding.
 In wedefault.xml i set locale-encoding-mapping to utf-8. In Jetty 
 there seems to be no URIEncoding.

 It also seems, that when editing Community/Collection descriptions,

 scandinavian characters are not handled correctly, but saved as 
 'garbage'.

 Results below:
 

 utf-8
 utf-8

 Navigation search: does not work correctly
 Full text search: does work correctly

 utf-8
 iso-8859-1

 Neither works correctly

 iso-8859-1
 utf-8

 Navigation search: does work correctly
 Full text search: does not work


 iso-8859-1
 iso-8859-1

 Navigation search: does not work
 Full text search: does work correctly


 -Mika


 Great!  This seems to work !!

 It doesn't seem to matter if you set URIEncoding in server.xml to

 ISO or UTF-8. Our linux is also running UTF-8.

 On our testserver we now have :

 server.xml : URIEncoding=UTF-8
 web.xml : container-encoding=ISO-8859-1
 web.xml : form-encoding=UTF-8


 /Klaus



 Mark Diggory wrote:
  
 Our production configuration appears to be working on
scandinavian
 character searches:

 http://dspace.mit.edu/search?scope=%2Fquery=Astri+Jæger+Sweetman


 We have a difference in our production configuration and what is
in
 SF where in the web.xml we have ISO-8859-1 rather than UTF-8.
This
 was to stop dspace from double escaping the UTF-8 characters.

  
 !--
 Set encoding used by the container. If not set the
 ISO-8859-1 encoding
 will be assumed.
 Since the servlet specification requires that the
 ISO-8859-1 encoding
 is used (by default), you should never change this
 value unless
 you have a buggy servlet container.
 --
 init-param
 param-namecontainer-encoding/param-name
 param-valueISO-8859-1/param-value
 /init-param
   
 We also do not set our tomcat server.xml URIEncoding to be
UTF-8,
 however, we change the whole native encoding of the linux
platform we
 are running on to be UTF-8. So you may have to verify your doing
one
 of these.

 -Mark


 On Aug 22, 2008, at 5:02 AM, KlausDK wrote:

  
 We are experincing the same problem in dspace 1.5 and dspace
1.4.2 in
 manakin. Jspui seems to work fine.

 http://www.nabble.com/utf8-problems.-Some-chars-are-stored- 
 correctly-others-are-not.-tp18709026p18709026.html



 mica78 wrote:
  
 It seems that scandinavian characters are not working in
searches in
 DSpace 1.5.1 beta.
 Hopefully this can be fixed in stable release?

 Thanks,
 Mika



- 

 
 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=100url=/ 
 

[Dspace-tech] Please help migrating 1.4 - 1.5

2008-08-29 Thread Rui Ramos
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


~ Hi *,

~ I was migrating from Dspace 1.4 to 1.5.0
~ I followed all the steps in the documentation.

~ I manage to start the new version.
~ Search works fine but when i browse by subject
~ date title or author.
~  I get no documents :(

~ If i look the database the views are empty because
~ the tables for instance itemsbysubject are also empty

~ I've run  index-init and index-update

- -bash-3.1$ ./index-update
Creating browse index
Creating search index

Shouldn't this tables be filled ? or i'm a missing something ?


- --
Rui Ramos
==
Universidade do Porto - IRICUP
Praça Gomes Teixeira, 4099-002 Porto, Portugal
email: rramos[at]reit.up.pt
phone: +351 22 040 8164
==
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iQEcBAEBAgAGBQJIuA8qAAoJEL1uR0bdnTWSPZYH/2OgSXDbw7+3AZOR3dWGVcXW
pNTVDGVdO7+hm2XcGAzU2+kz5NNC3jlIshsL2zKgH9qo4RbEHG2WE3iB98P/oY1z
4NnH3YWXpBQc9B0fm4hTjZy1eGO57pkewe3F7FHQ/Eay4y7RzoQrtrDG86v/NLCh
QmWeYCxQINCxwvSrVLTgOpSKPGInazF2/ivxBwvNPfU0p9D85Q6bxAhlt6M957ed
FvqEfT70v/1HMyu1uvvIWJcU0E6Oo+dWcDqIJ++AnIhXYwFpcKRX+Me5fXaa6uzX
AdF0PTFASB8lZ3YLOtpg6YSW7lWHgFdKM+DRYe7WCa+YQ8f3Z4kwXPCpSm5HaaY=
=Kn6A
-END PGP SIGNATURE-



-
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=100url=/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Please help migrating 1.4 - 1.5

2008-08-29 Thread Flemion Shafeeq
Hi Rui,
The problem might be you might have not set permission in the database for 
creating views.If this is set and the views are created, u can run indexing 
and everything will be fine.
rgds
Flemion.
OIS,
Harvard University Library.

At 04:00 PM 8/29/2008 +0100, Rui Ramos wrote:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


~ Hi *,

~ I was migrating from Dspace 1.4 to 1.5.0
~ I followed all the steps in the documentation.

~ I manage to start the new version.
~ Search works fine but when i browse by subject
~ date title or author.
~  I get no documents :(

~ If i look the database the views are empty because
~ the tables for instance itemsbysubject are also empty

~ I've run  index-init and index-update

- -bash-3.1$ ./index-update
Creating browse index
Creating search index

Shouldn't this tables be filled ? or i'm a missing something ?


- --
Rui Ramos
==
Universidade do Porto - IRICUP
Praça Gomes Teixeira, 4099-002 Porto, Portugal
email: rramos[at]reit.up.pt
phone: +351 22 040 8164
==
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iQEcBAEBAgAGBQJIuA8qAAoJEL1uR0bdnTWSPZYH/2OgSXDbw7+3AZOR3dWGVcXW
pNTVDGVdO7+hm2XcGAzU2+kz5NNC3jlIshsL2zKgH9qo4RbEHG2WE3iB98P/oY1z
4NnH3YWXpBQc9B0fm4hTjZy1eGO57pkewe3F7FHQ/Eay4y7RzoQrtrDG86v/NLCh
QmWeYCxQINCxwvSrVLTgOpSKPGInazF2/ivxBwvNPfU0p9D85Q6bxAhlt6M957ed
FvqEfT70v/1HMyu1uvvIWJcU0E6Oo+dWcDqIJ++AnIhXYwFpcKRX+Me5fXaa6uzX
AdF0PTFASB8lZ3YLOtpg6YSW7lWHgFdKM+DRYe7WCa+YQ8f3Z4kwXPCpSm5HaaY=
=Kn6A
-END PGP SIGNATURE-



-
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=100url=/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech



-
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=100url=/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Antw: Re: DSpace 1.5.1 beta, encoding

2008-08-29 Thread Mark Diggory

On Aug 29, 2008, at 7:17 AM, Michael Steck wrote:

 Hi,

 i was also trying to fix this encoding problem with the help of
 http://cocoon.apache.org/2.2/1366_1_1.html, but without success.
 my conclusion is that

 - setting the container-encoding in the web.xml to ISO-8859-1 fixes
 almost all problems,

I've made this change in the svn and it will be in the release.

 - but 2 bugs remain
  * simple (or  secondary search) search (...dspace/search)
  * file upload in (submitting process and in the  
 administrative
 section) (not discussed yet, hope this helps someone somehow)

Can you send the text examples your using for the cases this is  
happening? Maybe a snapshot image of the problem?



 - set the container-encoding in the web.xml to ISO-8859-1
 - set the form-encoding for Browse to ISO-8859-1 in

 [dspace-source]/dspace-xmlui/dspace-xmlui-api/src/main/resources/ 
 aspects/ArtifactBrowser/sitemap.xmap

Claudia, Can you post how you set this?




 The only issue left at this point is the provenance information in
 the
 license, if the user name holds special characters.

 You can try it at:
 https://eldorado2.uni-dortmund.de/dspace151betaxmlui/
 If you find anything else, let me know.

 Sunny greetings

 Claudia


Are email addresses allowed to hold special characters?

If we can get these issues cleared up in the next couple days then we  
can get the fix into the release.

thanks,
Mark

-
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=100url=/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Registration form

2008-08-29 Thread Tebota




I'm trying to make this changes on Dspace 1.5 (last stable release) and
with the JSPUI.

Txs.

Claudia Jrgen escribi:
Hi,
  
  
with which version of DSpace and with which UI do you want to make
these changes?
  
  
Claudia
  
  
  
Black Wolf schrieb:
  
  How can I change the registration form, to
something a little more

elaborated? Is there any problem doing that?


I need that the system gather this data:



 - name

 - e-mail

 - password

 - repeat password


Where and how do I do it?


txs a lot







-

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=100url="">






___

DSpace-tech mailing list

DSpace-tech@lists.sourceforge.net

https://lists.sourceforge.net/lists/listinfo/dspace-tech

  
  




-
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=100url=/___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Please help migrating 1.4 - 1.5

2008-08-29 Thread Rui Ramos
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


Thanks on the info Flemion,

~ I can see that that views are created in DB.
~ For instance the view.

collectionitemsbysubject

with de definition:

~ SELECT collection2item.collection_id,
itemsbysubject.items_by_subject_id, itemsbysubject.item_id,
itemsbysubject.subject, itemsbysubject.sort_subject
~   FROM itemsbysubject, collection2item
~  WHERE itemsbysubject.item_id = collection2item.item_id;


And table itemsbysubject is empty.

I've noticed that this table doesn't have a primary key, and PgAdmin
returns this info:

Edit table data without primary key
Since the table public.itemsbysubject doesn't have a primary key or
OIDs, you can view the data only. Inserting new rows and changing
existing rows isn't possible for the Edit Data tool without primary key.
In order to edit data, pgAdmin III requires a primary key on the table,
which is a good database design practice anyway. Alternatively, the
table can be created WITH OIDS. Please note that oids are not guaranteed
to be unique over a very long period of time, so using oids as kind-of
primary key is only second choice.


the migration script that i used was the following:

I've run the database_schema_14-15.sql script.

~ Any ideias ???


Flemion Shafeeq wrote:
| Hi Rui,
| The problem might be you might have not set permission in the database
| for creating views.If this is set and the views are created, u can run
| indexing and everything will be fine.
| rgds
| Flemion.
| OIS,
| Harvard University Library.
|
| At 04:00 PM 8/29/2008 +0100, Rui Ramos wrote:
|
| ~ Hi *,
|
| ~ I was migrating from Dspace 1.4 to 1.5.0
| ~ I followed all the steps in the documentation.
|
| ~ I manage to start the new version.
| ~ Search works fine but when i browse by subject
| ~ date title or author.
| ~  I get no documents :(
|
| ~ If i look the database the views are empty because
| ~ the tables for instance itemsbysubject are also empty
|
| ~ I've run  index-init and index-update
|
| -bash-3.1$ ./index-update
| Creating browse index
| Creating search index
|
| Shouldn't this tables be filled ? or i'm a missing something ?
|
|
|
|
|
- -
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=100url=/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech

- --
Rui Ramos
==
Universidade do Porto - IRICUP
Praça Gomes Teixeira, 4099-002 Porto, Portugal
email: rramos[at]reit.up.pt
phone: +351 22 040 8164
==
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iQEcBAEBAgAGBQJIuB2zAAoJEL1uR0bdnTWSu80IAJE+bpenOZns0VgG0dsu56Tg
aU2uoHva/5zsIQOxiV/Oxqa1QBX3sc1TCEasTiYT1UZKiiel82XoLMTuWFb3Zs5o
cXTxdkuy+2pxMB/4zddJ/ECfRBi2xqDMcBv/4skECf0RrqXSWL6ewA7xbwufD6FS
3MC3BAZbfKCdTiKx+TbCBN0B3WDQHwmgDVWhSHsn+w4kEOf4MBJakyPggsyICI7I
X+BuGxzRwjx5ZQHRk1jyRqE+4fHFYsY3kHmKHqlR1EoTO5Y6WN2fzID3/N22G+7K
Zoi2xefEx6LlOtETtCwcXC0R6fPa0qApIOFVkZyLVODgsDp8Oky+1VLYtPsWGeo=
=Wx7T
-END PGP SIGNATURE-



-
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=100url=/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Problem with dspace 1.5

2008-08-29 Thread Víctor Izaguirre
Hello,

I installed version 1.5 of DSpace and I have trouble entering a document in
the collection, I try to submit a document and show me this message:
 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.

-- 
Saludos cordiales,

Víctor Izaguirre Castro
-
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=100url=/___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Problem with dspace 1.5

2008-08-29 Thread Rui Ramos
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Victor what are the last messages in dspace.log file ?

Víctor Izaguirre wrote:
| Hello,
|
| I installed version 1.5 of DSpace and I have trouble entering a document
| in the collection, I try to submit a document and show me this message:
|
|
|   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.
|
| --
| Saludos cordiales,
|
| Víctor Izaguirre Castro
|
|
| 
|
| -
| 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=100url=/
|
|
| 
|
| ___
| DSpace-tech mailing list
| DSpace-tech@lists.sourceforge.net
| https://lists.sourceforge.net/lists/listinfo/dspace-tech


- --
Rui Ramos
==
Universidade do Porto - IRICUP
Praça Gomes Teixeira, 4099-002 Porto, Portugal
email: rramos[at]reit.up.pt
phone: +351 22 040 8164
==
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iQEcBAEBAgAGBQJIuCJJAAoJEL1uR0bdnTWS12wH/il2eNBkpjnUo6s8WDtoJgoI
RJ59nT7gQqhnWPOX/GE+03WM+46UWV7zMi0tKGC0F/AlxR52pMM7vIFXbmp0L/qV
Ln2PnJxpXYTOLmx9ze3ZSV6Stz5xOW39t7Zr385gCa6FHYZ5sBWWLRdA+G0j47Fo
BUqApBdO5hME4+oXesIrUwsZC+YgIfv/yrMQGRThWtOoviv5tx9a+PuGpkc+JZJq
htU4hJq0YKrVDVAhyCWVgnxS5Z3e0QCDT3fGu1U6O7rBiSrCQgc/1aIElSXxxwi3
F+oM4U3ZfrA1h6u/QLqYh70jPFMkqr5M+XlayZ5DJrLG1iw2hSJQr5qnTMYhZag=
=bPef
-END PGP SIGNATURE-



-
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=100url=/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Problem with dspace 1.5

2008-08-29 Thread Claudia Juergen
Hi Victor,

could you provide more detailed information (stack trace/logs)?

Errors like that are often caused by wrong email settings.
Are you sure, your email setting are correctly configured? On successfull
upload the system does notify the submitter, or if you got a workflow
installed it notifies the workflow members.

Claudia



 Hello,

 I installed version 1.5 of DSpace and I have trouble entering a document
 in
 the collection, I try to submit a document and show me this message:
  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.

 --
 Saludos cordiales,

 Víctor Izaguirre Castro
 -
 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=100url=/___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech




-
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=100url=/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Problem with dspace 1.5

2008-08-29 Thread Víctor Izaguirre
OK, not problem.

It works!

Thank you very much, but what was the problem??

I appreciate your help.




2008/8/29 Claudia Juergen [EMAIL PROTECTED]

 Hi Victor,

 first, please keep discussion started on the lists on the lists and do not
 mail  only to me. The information is otherwise lost to the DSpace
 community.

 Replace your /submit/edit-metadata.jsp with the latest version from the
 branch 1-5-x

 http://dspace.svn.sourceforge.net/viewvc/dspace/branches/dspace-1_5_x/dspace-jspui/dspace-jspui-webapp/src/main/webapp/submit/edit-metadata.jsp?revision=3043

 Claudia

  Hi Claudia,
 
  This is the message in the dspace.log file
 
  
  2008-08-29 11:30:11,343 ERROR
  org.dspace.app.webui.servlet.SubmissionController @ Error loading step
  class'org.dspace.submit.step.DescribeStep':
  org.apache.jasper.JasperException: /submit/edit-metadata.jsp(990,31)
  Attribute value LocaleSupport.getLocalizedMessage(pageContext,
  help.index)
  + #describe2 is quoted with  which must be escaped when used within
 the
  value
  at
 
 org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHandler.java:40)
  at
 
 org.apache.jasper.compiler.ErrorDispatcher.dispatch(ErrorDispatcher.java:407)
  at
 
 org.apache.jasper.compiler.ErrorDispatcher.jspError(ErrorDispatcher.java:198)
  at org.apache.jasper.compiler.Parser.parseQuoted(Parser.java:301)
  at org.apache.jasper.compiler.Parser.parseAttributeValue(Parser.java:250)
  at org.apache.jasper.compiler.Parser.parseAttribute(Parser.java:212)
  at org.apache.jasper.compiler.Parser.parseAttributes(Parser.java:155)
  at org.apache.jasper.compiler.Parser.parseCustomTag(Parser.java:1252)
  at org.apache.jasper.compiler.Parser.parseElements(Parser.java:1467)
  at org.apache.jasper.compiler.Parser.parseBody(Parser.java:1675)
  at org.apache.jasper.compiler.Parser.parseOptionalBody(Parser.java:1022)
  at org.apache.jasper.compiler.Parser.parseCustomTag(Parser.java:1290)
  at org.apache.jasper.compiler.Parser.parseElements(Parser.java:1467)
  at org.apache.jasper.compiler.Parser.parse(Parser.java:138)
  at
 
 org.apache.jasper.compiler.ParserController.doParse(ParserController.java:216)
  at
 
 org.apache.jasper.compiler.ParserController.parse(ParserController.java:103)
  at org.apache.jasper.compiler.Compiler.generateJava(Compiler.java:154)
  at org.apache.jasper.compiler.Compiler.compile(Compiler.java:315)
  at org.apache.jasper.compiler.Compiler.compile(Compiler.java:295)
  at org.apache.jasper.compiler.Compiler.compile(Compiler.java:282)
  at
 
 org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:586)
  at
 
 org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:317)
  at
  org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:342)
  at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:267)
  at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
  at
 
 org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
  at
 
 org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
  at
 
 org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:630)
  at
 
 org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:436)
  at
 
 org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:374)
  at
 
 org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:302)
  at org.dspace.app.webui.util.JSPManager.showJSP(JSPManager.java:91)
  at
 
 org.dspace.app.webui.submit.JSPStepManager.showJSP(JSPStepManager.java:395)
  at
 
 org.dspace.app.webui.submit.step.JSPDescribeStep.showEditMetadata(JSPDescribeStep.java:239)
  at
 
 org.dspace.app.webui.submit.step.JSPDescribeStep.doPreProcessing(JSPDescribeStep.java:142)
  at
 
 org.dspace.app.webui.submit.JSPStepManager.doStepStart(JSPStepManager.java:310)
  at
 
 org.dspace.app.webui.submit.JSPStepManager.processStep(JSPStepManager.java:275)
  at
 
 org.dspace.app.webui.servlet.SubmissionController.doStep(SubmissionController.java:407)
  at
 
 org.dspace.app.webui.servlet.SubmissionController.doNextStep(SubmissionController.java:477)
  at
 
 org.dspace.app.webui.servlet.SubmissionController.doStep(SubmissionController.java:423)
  at
 
 org.dspace.app.webui.servlet.SubmissionController.doDSPost(SubmissionController.java:345)
  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:637)
  at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
  at
 
 org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
  at
 
 org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
  at
 
 

Re: [Dspace-tech] Problem with dspace 1.5

2008-08-29 Thread Claudia Juergen
Hi Victor,

in the help link the  was not escaped.

There were 3 other files with the same bug. Better replace these, too

dspace-jspui-webapp/src/main/webapp/submit
review.jsp
show-uploaded-file.jsp
upload-file-list.jsp

Have a nice weekend

Claudia


 OK, not problem.

 It works!

 Thank you very much, but what was the problem??

 I appreciate your help.




 2008/8/29 Claudia Juergen [EMAIL PROTECTED]

 Hi Victor,

 first, please keep discussion started on the lists on the lists and do
 not
 mail  only to me. The information is otherwise lost to the DSpace
 community.

 Replace your /submit/edit-metadata.jsp with the latest version from the
 branch 1-5-x

 http://dspace.svn.sourceforge.net/viewvc/dspace/branches/dspace-1_5_x/dspace-jspui/dspace-jspui-webapp/src/main/webapp/submit/edit-metadata.jsp?revision=3043

 Claudia

  Hi Claudia,
 
  This is the message in the dspace.log file
 
  
  2008-08-29 11:30:11,343 ERROR
  org.dspace.app.webui.servlet.SubmissionController @ Error loading step
  class'org.dspace.submit.step.DescribeStep':
  org.apache.jasper.JasperException: /submit/edit-metadata.jsp(990,31)
  Attribute value LocaleSupport.getLocalizedMessage(pageContext,
  help.index)
  + #describe2 is quoted with  which must be escaped when used within
 the
  value
  at
 
 org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHandler.java:40)
  at
 
 org.apache.jasper.compiler.ErrorDispatcher.dispatch(ErrorDispatcher.java:407)
  at
 
 org.apache.jasper.compiler.ErrorDispatcher.jspError(ErrorDispatcher.java:198)
  at org.apache.jasper.compiler.Parser.parseQuoted(Parser.java:301)
  at
 org.apache.jasper.compiler.Parser.parseAttributeValue(Parser.java:250)
  at org.apache.jasper.compiler.Parser.parseAttribute(Parser.java:212)
  at org.apache.jasper.compiler.Parser.parseAttributes(Parser.java:155)
  at org.apache.jasper.compiler.Parser.parseCustomTag(Parser.java:1252)
  at org.apache.jasper.compiler.Parser.parseElements(Parser.java:1467)
  at org.apache.jasper.compiler.Parser.parseBody(Parser.java:1675)
  at
 org.apache.jasper.compiler.Parser.parseOptionalBody(Parser.java:1022)
  at org.apache.jasper.compiler.Parser.parseCustomTag(Parser.java:1290)
  at org.apache.jasper.compiler.Parser.parseElements(Parser.java:1467)
  at org.apache.jasper.compiler.Parser.parse(Parser.java:138)
  at
 
 org.apache.jasper.compiler.ParserController.doParse(ParserController.java:216)
  at
 
 org.apache.jasper.compiler.ParserController.parse(ParserController.java:103)
  at org.apache.jasper.compiler.Compiler.generateJava(Compiler.java:154)
  at org.apache.jasper.compiler.Compiler.compile(Compiler.java:315)
  at org.apache.jasper.compiler.Compiler.compile(Compiler.java:295)
  at org.apache.jasper.compiler.Compiler.compile(Compiler.java:282)
  at
 
 org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:586)
  at
 
 org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:317)
  at
  org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:342)
  at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:267)
  at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
  at
 
 org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
  at
 
 org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
  at
 
 org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:630)
  at
 
 org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:436)
  at
 
 org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:374)
  at
 
 org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:302)
  at org.dspace.app.webui.util.JSPManager.showJSP(JSPManager.java:91)
  at
 
 org.dspace.app.webui.submit.JSPStepManager.showJSP(JSPStepManager.java:395)
  at
 
 org.dspace.app.webui.submit.step.JSPDescribeStep.showEditMetadata(JSPDescribeStep.java:239)
  at
 
 org.dspace.app.webui.submit.step.JSPDescribeStep.doPreProcessing(JSPDescribeStep.java:142)
  at
 
 org.dspace.app.webui.submit.JSPStepManager.doStepStart(JSPStepManager.java:310)
  at
 
 org.dspace.app.webui.submit.JSPStepManager.processStep(JSPStepManager.java:275)
  at
 
 org.dspace.app.webui.servlet.SubmissionController.doStep(SubmissionController.java:407)
  at
 
 org.dspace.app.webui.servlet.SubmissionController.doNextStep(SubmissionController.java:477)
  at
 
 org.dspace.app.webui.servlet.SubmissionController.doStep(SubmissionController.java:423)
  at
 
 org.dspace.app.webui.servlet.SubmissionController.doDSPost(SubmissionController.java:345)
  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:637)
  at 

Re: [Dspace-tech] Problem with dspace 1.5

2008-08-29 Thread Víctor Izaguirre
Sorry but now, when i try to upload the document dspace show me this
message in the dspace.log file:


2008-08-29 12:09:45,156 ERROR
org.dspace.app.webui.servlet.SubmissionController @ Error loading step
class'org.dspace.submit.step.UploadStep':

org.apache.jasper.JasperException: /submit/show-uploaded-file.jsp(122,49)
Attribute value LocaleSupport.getLocalizedMessage(pageContext,
help.index)+ #uploadedfile is quoted with  which must be escaped when
used within the value


2008/8/29 Claudia Juergen [EMAIL PROTECTED]

 Hi Victor,

 first, please keep discussion started on the lists on the lists and do not
 mail  only to me. The information is otherwise lost to the DSpace
 community.

 Replace your /submit/edit-metadata.jsp with the latest version from the
 branch 1-5-x

 http://dspace.svn.sourceforge.net/viewvc/dspace/branches/dspace-1_5_x/dspace-jspui/dspace-jspui-webapp/src/main/webapp/submit/edit-metadata.jsp?revision=3043

 Claudia

  Hi Claudia,
 
  This is the message in the dspace.log file
 
  
  2008-08-29 11:30:11,343 ERROR
  org.dspace.app.webui.servlet.SubmissionController @ Error loading step
  class'org.dspace.submit.step.DescribeStep':
  org.apache.jasper.JasperException: /submit/edit-metadata.jsp(990,31)
  Attribute value LocaleSupport.getLocalizedMessage(pageContext,
  help.index)
  + #describe2 is quoted with  which must be escaped when used within
 the
  value
  at
 
 org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHandler.java:40)
  at
 
 org.apache.jasper.compiler.ErrorDispatcher.dispatch(ErrorDispatcher.java:407)
  at
 
 org.apache.jasper.compiler.ErrorDispatcher.jspError(ErrorDispatcher.java:198)
  at org.apache.jasper.compiler.Parser.parseQuoted(Parser.java:301)
  at org.apache.jasper.compiler.Parser.parseAttributeValue(Parser.java:250)
  at org.apache.jasper.compiler.Parser.parseAttribute(Parser.java:212)
  at org.apache.jasper.compiler.Parser.parseAttributes(Parser.java:155)
  at org.apache.jasper.compiler.Parser.parseCustomTag(Parser.java:1252)
  at org.apache.jasper.compiler.Parser.parseElements(Parser.java:1467)
  at org.apache.jasper.compiler.Parser.parseBody(Parser.java:1675)
  at org.apache.jasper.compiler.Parser.parseOptionalBody(Parser.java:1022)
  at org.apache.jasper.compiler.Parser.parseCustomTag(Parser.java:1290)
  at org.apache.jasper.compiler.Parser.parseElements(Parser.java:1467)
  at org.apache.jasper.compiler.Parser.parse(Parser.java:138)
  at
 
 org.apache.jasper.compiler.ParserController.doParse(ParserController.java:216)
  at
 
 org.apache.jasper.compiler.ParserController.parse(ParserController.java:103)
  at org.apache.jasper.compiler.Compiler.generateJava(Compiler.java:154)
  at org.apache.jasper.compiler.Compiler.compile(Compiler.java:315)
  at org.apache.jasper.compiler.Compiler.compile(Compiler.java:295)
  at org.apache.jasper.compiler.Compiler.compile(Compiler.java:282)
  at
 
 org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:586)
  at
 
 org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:317)
  at
  org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:342)
  at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:267)
  at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
  at
 
 org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
  at
 
 org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
  at
 
 org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:630)
  at
 
 org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:436)
  at
 
 org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:374)
  at
 
 org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:302)
  at org.dspace.app.webui.util.JSPManager.showJSP(JSPManager.java:91)
  at
 
 org.dspace.app.webui.submit.JSPStepManager.showJSP(JSPStepManager.java:395)
  at
 
 org.dspace.app.webui.submit.step.JSPDescribeStep.showEditMetadata(JSPDescribeStep.java:239)
  at
 
 org.dspace.app.webui.submit.step.JSPDescribeStep.doPreProcessing(JSPDescribeStep.java:142)
  at
 
 org.dspace.app.webui.submit.JSPStepManager.doStepStart(JSPStepManager.java:310)
  at
 
 org.dspace.app.webui.submit.JSPStepManager.processStep(JSPStepManager.java:275)
  at
 
 org.dspace.app.webui.servlet.SubmissionController.doStep(SubmissionController.java:407)
  at
 
 org.dspace.app.webui.servlet.SubmissionController.doNextStep(SubmissionController.java:477)
  at
 
 org.dspace.app.webui.servlet.SubmissionController.doStep(SubmissionController.java:423)
  at
 
 org.dspace.app.webui.servlet.SubmissionController.doDSPost(SubmissionController.java:345)
  at
 
 org.dspace.app.webui.servlet.DSpaceServlet.processRequest(DSpaceServlet.java:147)
  at
  

Re: [Dspace-tech] Problem with dspace 1.5

2008-08-29 Thread Claudia Juergen
Hi Victor,

see my prior email, there are 3 more files with the same missing escaping
of quotation, replace these too:

dspace-jspui-webapp/src/main/webapp/submit
review.jsp
show-uploaded-file.jsp
upload-file-list.jsp

Claudia

 Sorry but now, when i try to upload the document dspace show me this
 message in the dspace.log file:


 2008-08-29 12:09:45,156 ERROR
 org.dspace.app.webui.servlet.SubmissionController @ Error loading step
 class'org.dspace.submit.step.UploadStep':

 org.apache.jasper.JasperException: /submit/show-uploaded-file.jsp(122,49)
 Attribute value LocaleSupport.getLocalizedMessage(pageContext,
 help.index)+ #uploadedfile is quoted with  which must be escaped when
 used within the value


 2008/8/29 Claudia Juergen [EMAIL PROTECTED]

 Hi Victor,

 first, please keep discussion started on the lists on the lists and do
 not
 mail  only to me. The information is otherwise lost to the DSpace
 community.

 Replace your /submit/edit-metadata.jsp with the latest version from the
 branch 1-5-x

 http://dspace.svn.sourceforge.net/viewvc/dspace/branches/dspace-1_5_x/dspace-jspui/dspace-jspui-webapp/src/main/webapp/submit/edit-metadata.jsp?revision=3043

 Claudia

  Hi Claudia,
 
  This is the message in the dspace.log file
 
  
  2008-08-29 11:30:11,343 ERROR
  org.dspace.app.webui.servlet.SubmissionController @ Error loading step
  class'org.dspace.submit.step.DescribeStep':
  org.apache.jasper.JasperException: /submit/edit-metadata.jsp(990,31)
  Attribute value LocaleSupport.getLocalizedMessage(pageContext,
  help.index)
  + #describe2 is quoted with  which must be escaped when used within
 the
  value
  at
 
 org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHandler.java:40)
  at
 
 org.apache.jasper.compiler.ErrorDispatcher.dispatch(ErrorDispatcher.java:407)
  at
 
 org.apache.jasper.compiler.ErrorDispatcher.jspError(ErrorDispatcher.java:198)
  at org.apache.jasper.compiler.Parser.parseQuoted(Parser.java:301)
  at
 org.apache.jasper.compiler.Parser.parseAttributeValue(Parser.java:250)
  at org.apache.jasper.compiler.Parser.parseAttribute(Parser.java:212)
  at org.apache.jasper.compiler.Parser.parseAttributes(Parser.java:155)
  at org.apache.jasper.compiler.Parser.parseCustomTag(Parser.java:1252)
  at org.apache.jasper.compiler.Parser.parseElements(Parser.java:1467)
  at org.apache.jasper.compiler.Parser.parseBody(Parser.java:1675)
  at
 org.apache.jasper.compiler.Parser.parseOptionalBody(Parser.java:1022)
  at org.apache.jasper.compiler.Parser.parseCustomTag(Parser.java:1290)
  at org.apache.jasper.compiler.Parser.parseElements(Parser.java:1467)
  at org.apache.jasper.compiler.Parser.parse(Parser.java:138)
  at
 
 org.apache.jasper.compiler.ParserController.doParse(ParserController.java:216)
  at
 
 org.apache.jasper.compiler.ParserController.parse(ParserController.java:103)
  at org.apache.jasper.compiler.Compiler.generateJava(Compiler.java:154)
  at org.apache.jasper.compiler.Compiler.compile(Compiler.java:315)
  at org.apache.jasper.compiler.Compiler.compile(Compiler.java:295)
  at org.apache.jasper.compiler.Compiler.compile(Compiler.java:282)
  at
 
 org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:586)
  at
 
 org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:317)
  at
  org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:342)
  at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:267)
  at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
  at
 
 org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
  at
 
 org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
  at
 
 org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:630)
  at
 
 org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:436)
  at
 
 org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:374)
  at
 
 org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:302)
  at org.dspace.app.webui.util.JSPManager.showJSP(JSPManager.java:91)
  at
 
 org.dspace.app.webui.submit.JSPStepManager.showJSP(JSPStepManager.java:395)
  at
 
 org.dspace.app.webui.submit.step.JSPDescribeStep.showEditMetadata(JSPDescribeStep.java:239)
  at
 
 org.dspace.app.webui.submit.step.JSPDescribeStep.doPreProcessing(JSPDescribeStep.java:142)
  at
 
 org.dspace.app.webui.submit.JSPStepManager.doStepStart(JSPStepManager.java:310)
  at
 
 org.dspace.app.webui.submit.JSPStepManager.processStep(JSPStepManager.java:275)
  at
 
 org.dspace.app.webui.servlet.SubmissionController.doStep(SubmissionController.java:407)
  at
 
 org.dspace.app.webui.servlet.SubmissionController.doNextStep(SubmissionController.java:477)
  at
 
 org.dspace.app.webui.servlet.SubmissionController.doStep(SubmissionController.java:423)
 

Re: [Dspace-tech] Problem with dspace 1.5

2008-08-29 Thread Víctor Izaguirre
Thanks!

I appreciate your help

2008/8/29 Claudia Juergen [EMAIL PROTECTED]

 Hi Victor,

 see my prior email, there are 3 more files with the same missing escaping
 of quotation, replace these too:

 dspace-jspui-webapp/src/main/webapp/submit
 review.jsp
 show-uploaded-file.jsp
 upload-file-list.jsp

 Claudia

  Sorry but now, when i try to upload the document dspace show me this
  message in the dspace.log file:
 
 
  2008-08-29 12:09:45,156 ERROR
  org.dspace.app.webui.servlet.SubmissionController @ Error loading step
  class'org.dspace.submit.step.UploadStep':
 
  org.apache.jasper.JasperException: /submit/show-uploaded-file.jsp(122,49)
  Attribute value LocaleSupport.getLocalizedMessage(pageContext,
  help.index)+ #uploadedfile is quoted with  which must be escaped
 when
  used within the value
 
 
  2008/8/29 Claudia Juergen [EMAIL PROTECTED]
 
  Hi Victor,
 
  first, please keep discussion started on the lists on the lists and do
  not
  mail  only to me. The information is otherwise lost to the DSpace
  community.
 
  Replace your /submit/edit-metadata.jsp with the latest version from the
  branch 1-5-x
 
 
 http://dspace.svn.sourceforge.net/viewvc/dspace/branches/dspace-1_5_x/dspace-jspui/dspace-jspui-webapp/src/main/webapp/submit/edit-metadata.jsp?revision=3043
 
  Claudia
 
   Hi Claudia,
  
   This is the message in the dspace.log file
  
   
   2008-08-29 11:30:11,343 ERROR
   org.dspace.app.webui.servlet.SubmissionController @ Error loading step
   class'org.dspace.submit.step.DescribeStep':
   org.apache.jasper.JasperException: /submit/edit-metadata.jsp(990,31)
   Attribute value LocaleSupport.getLocalizedMessage(pageContext,
   help.index)
   + #describe2 is quoted with  which must be escaped when used within
  the
   value
   at
  
 
 org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHandler.java:40)
   at
  
 
 org.apache.jasper.compiler.ErrorDispatcher.dispatch(ErrorDispatcher.java:407)
   at
  
 
 org.apache.jasper.compiler.ErrorDispatcher.jspError(ErrorDispatcher.java:198)
   at org.apache.jasper.compiler.Parser.parseQuoted(Parser.java:301)
   at
  org.apache.jasper.compiler.Parser.parseAttributeValue(Parser.java:250)
   at org.apache.jasper.compiler.Parser.parseAttribute(Parser.java:212)
   at org.apache.jasper.compiler.Parser.parseAttributes(Parser.java:155)
   at org.apache.jasper.compiler.Parser.parseCustomTag(Parser.java:1252)
   at org.apache.jasper.compiler.Parser.parseElements(Parser.java:1467)
   at org.apache.jasper.compiler.Parser.parseBody(Parser.java:1675)
   at
  org.apache.jasper.compiler.Parser.parseOptionalBody(Parser.java:1022)
   at org.apache.jasper.compiler.Parser.parseCustomTag(Parser.java:1290)
   at org.apache.jasper.compiler.Parser.parseElements(Parser.java:1467)
   at org.apache.jasper.compiler.Parser.parse(Parser.java:138)
   at
  
 
 org.apache.jasper.compiler.ParserController.doParse(ParserController.java:216)
   at
  
 
 org.apache.jasper.compiler.ParserController.parse(ParserController.java:103)
   at org.apache.jasper.compiler.Compiler.generateJava(Compiler.java:154)
   at org.apache.jasper.compiler.Compiler.compile(Compiler.java:315)
   at org.apache.jasper.compiler.Compiler.compile(Compiler.java:295)
   at org.apache.jasper.compiler.Compiler.compile(Compiler.java:282)
   at
  
 
 org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:586)
   at
  
 
 org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:317)
   at
  
 org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:342)
   at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:267)
   at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
   at
  
 
 org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
   at
  
 
 org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
   at
  
 
 org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:630)
   at
  
 
 org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:436)
   at
  
 
 org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:374)
   at
  
 
 org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:302)
   at org.dspace.app.webui.util.JSPManager.showJSP(JSPManager.java:91)
   at
  
 
 org.dspace.app.webui.submit.JSPStepManager.showJSP(JSPStepManager.java:395)
   at
  
 
 org.dspace.app.webui.submit.step.JSPDescribeStep.showEditMetadata(JSPDescribeStep.java:239)
   at
  
 
 org.dspace.app.webui.submit.step.JSPDescribeStep.doPreProcessing(JSPDescribeStep.java:142)
   at
  
 
 org.dspace.app.webui.submit.JSPStepManager.doStepStart(JSPStepManager.java:310)
   at
  
 
 org.dspace.app.webui.submit.JSPStepManager.processStep(JSPStepManager.java:275)
   at