[Dspace-tech] submission

2015-07-08 Thread Saidy Binta
Hi All,

Please I got the error : unable to load submission information since 
workspaceID (ID:S28) is not a valid in-process submission. The error ocurr went 
I try submitting more than 6 files in an item. Well really appreciate the help.

BR
Binta



DISCLAIMER: This message is private and confidential. If you have received this 
message in error please notify us and remove it from your system. Any views and 
opinions expressed in this message are those of the individual sender and do 
not necessarily represent the views and opinions of Medical Research Council 
Unit, The Gambia

___
This communication is confidential and may contain privileged information 
intended solely for the named recipient(s). It may not be used or disclosed 
except for the purpose for which it has been sent. If you are not the intended 
recipient, you must not copy, distribute, take any action or reliance on it. If 
you have received this communication in error, do not open any attachments but 
please notify the Help Desk by e-mailing h...@mrc.gm quoting the sender 
details, and then delete this message along with any attached files. E-mail 
messages are not secure and attachments could contain software viruses which 
may damage your computer system. Whilst every reasonable precaution has been 
taken to minimise this risk, The MRC Unit The Gambia cannot accept any 
liability for any damage sustained as a result of these factors. You are 
advised to carry out your own virus checks before opening any attachments. 
Unless expressly stated, opinions in this message are those of the e-mail 
author and not of the Medical Research Council Unit The Gambia.
--
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/___
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] submission form

2015-06-01 Thread Saidy Binta
Hi,

I created a meta data schema which suits my organisational need, I the modify 
the input form.xml and the input form.dtd. I am know having the Error creating 
submission forms: org.xml.sax.SAXParseException; systemId: 
file:C:/Program%20Files/dspace/config/input-forms.xml; lineNumber: 180; 
columnNumber: 8; The element type form must be terminated by the matching 
end-tag /form. I have check and all  tags are close.

Regards
Binta



DISCLAIMER: This message is private and confidential. If you have received this 
message in error please notify us and remove it from your system. Any views and 
opinions expressed in this message are those of the individual sender and do 
not necessarily represent the views and opinions of Medical Research Council 
Unit, The Gambia

___
This communication is confidential and may contain privileged information 
intended solely for the named recipient(s). It may not be used or disclosed 
except for the purpose for which it has been sent. If you are not the intended 
recipient, you must not copy, distribute, take any action or reliance on it. If 
you have received this communication in error, do not open any attachments but 
please notify the Help Desk by e-mailing h...@mrc.gm quoting the sender 
details, and then delete this message along with any attached files. E-mail 
messages are not secure and attachments could contain software viruses which 
may damage your computer system. Whilst every reasonable precaution has been 
taken to minimise this risk, The MRC Unit The Gambia cannot accept any 
liability for any damage sustained as a result of these factors. You are 
advised to carry out your own virus checks before opening any attachments. 
Unless expressly stated, opinions in this message are those of the e-mail 
author and not of the Medical Research Council Unit The Gambia.
!-- DSpace Custom Submit input form definition language --


 !ELEMENT input-forms (form-map, form-definitions, form-value-pairs) 

 !ELEMENT form-map (name-map)* 
 !ELEMENT name-map EMPTY 
 !ATTLIST name-map 
   collection-handle CDATA #REQUIRED
   form-name NMTOKEN #REQUIRED

 !ELEMENT form-definitions (form)+ 
 !ELEMENT form (page)+ 
 !ATTLIST form name NMTOKEN #REQUIRED
 !ELEMENT page (field)+ 
 !ATTLIST page number NMTOKEN #REQUIRED
 !ELEMENT field (studymetadata-schema, studymetadata-element, studymetadata-qualifier?, repeatable?, label, type-bind?, input-type, hint, required?, vocabulary?, visibility?) 
 !ELEMENT studymetadata-schema (#PCDATA) 
 !ELEMENT studymetadata-element (#PCDATA) 
 !ELEMENT studymetadata-qualifier (#PCDATA) 
 !ELEMENT type-bind (#PCDATA) 
 
 !ELEMENT repeatable (#PCDATA) 
 !ELEMENT label (#PCDATA) 
 !ELEMENT input-type (#PCDATA)
  
 !ELEMENT hint (#PCDATA) 
 !ELEMENT required (#PCDATA)

 !ELEMENT form-value-pairs (value-pairs)* 
 !ELEMENT value-pairs (pair)+ 

 !-- ***
To assign a particular 'value-pairs' list to a particular dropdown 'input-type'
field, as found on a particular form, put:
- value-pairs/@value-pairs-name string into
   form/page/field/input-type/@value-pairs-name
- form/page/field/@DCelement + '_' + form/field/DCqualifier into
   value-pairs/@studymetadata-term
 (e.g. 'language_iso')
  --
 !ATTLIST value-pairs value-pairs-name CDATA #REQUIRED
studymetadata-term   CDATA #REQUIRED
 
  
 !ELEMENT pair (displayed-value,stored-value) 
 !ELEMENT displayed-value (#PCDATA)
 !ELEMENT stored-value (#PCDATA)

 !ATTLIST input-type value-pairs-name CDATA  #IMPLIED

 !ELEMENT vocabulary (#PCDATA) 

 !ATTLIST vocabulary closed (true|false) false 

 !ELEMENT visibility (#PCDATA) 
?xml version=1.0?
!DOCTYPE input-forms SYSTEM input-forms.dtd


input-forms

 !-- The form-map maps collection handles to forms. DSpace does not   --
 !-- require a collection name to be unique, not even within a community. --
 !-- DSpace does however ensure that each collection's handle is unique.  --
 !-- Form-map provides the means to associate a unique collection name--
 !-- with a form. The form-map also provides the special handle default --
 !-- (which is never a collection), here mapped to traditional. Any --
 !-- collection which does not appear in this map will be associated with --
 !-- the mapping for handle default.--

 form-map
 
   name-map collection-handle=123456789/2 form-name=MRC /
  
 /form-map


 !-- The form-definitions map lays out the detailed definition of all the --
 !-- submission forms. Each separate form set has a unique name as an --
 !-- attribute. This name matches one of the names in the form-map. One   --
 !-- named form set has the name traditional; as this name suggests,--
 !-- it is the old style and is also the default, which gets used when  

Re: [Dspace-tech] Submission process and input-forms.xml - enable language fields

2015-03-05 Thread Vladimir Tomić

Hi Helix,

And thank you!

In case our users insist on this and we develop this alternative 
submission form, we will definitely make it public.


It would be basically the same as it is now, with language field next to 
its owner, pre-filled with the dspace.cfg default value, so without 
any extra clicks or typing the submitter would get the same result as 
with the current submission form.


Kind regards,
Vladimir

On 2015-03-05 16:03, helix84 wrote:

Hi Vladimir,

as far as I know, submission forms don't give you a choice of language
for individual fields and just pre-fill the value of default.language
(as you noted). Currently you can either edit the in_archive item or
you can use other form of ingestion if you require this functionality.
If I may say so, patches to add this to input forms would be welcome,
but on the other hand people tend to simplify input forms (e.g. reduce
the number of steps) rather than complicate it. Preferably, this would
be done in a way that's very unobtrusive.


Regards,
~~helix84

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






smime.p7s
Description: S/MIME Cryptographic Signature
--
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] Submission process and input-forms.xml - enable language fields

2015-03-05 Thread helix84
Hi Vladimir,

as far as I know, submission forms don't give you a choice of language
for individual fields and just pre-fill the value of default.language
(as you noted). Currently you can either edit the in_archive item or
you can use other form of ingestion if you require this functionality.
If I may say so, patches to add this to input forms would be welcome,
but on the other hand people tend to simplify input forms (e.g. reduce
the number of steps) rather than complicate it. Preferably, this would
be done in a way that's very unobtrusive.


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


Re: [Dspace-tech] Submission class not being added to dspace-api-4.2.jar

2015-01-21 Thread Tim Au Yeung
I posted too soon — the problem is resolved. Thanks!

From: Tim Au Yeung y...@ucalgary.camailto:y...@ucalgary.ca
Date: Wed, 21 Jan 2015 10:23:41 -0700
To: Andrea Schweer schw...@waikato.ac.nzmailto:schw...@waikato.ac.nz, 
dspace-tech@lists.sourceforge.netmailto:dspace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] Submission class not being added to 
dspace-api-4.2.jar

Thanks — the class is now showing up but I’m still getting a class not found 
error. I decided to back up, duplicate the sample step and rename it to my 
desired class/page. When I run it with the sample step, it works but with the 
new class name it doesn’t — the new class is being included in the jar and I’ve 
included in the import of the jspui handler class but the dspace-api class is 
still not found. Any further suggestions?

Thanks again,
Tim


From: Andrea Schweer schw...@waikato.ac.nzmailto:schw...@waikato.ac.nz
Date: Wed, 21 Jan 2015 14:31:15 +1300
To: 
dspace-tech@lists.sourceforge.netmailto:dspace-tech@lists.sourceforge.net
Cc: Tim Au Yeung y...@ucalgary.camailto:y...@ucalgary.ca
Subject: Re: [Dspace-tech] Submission class not being added to 
dspace-api-4.2.jar

Hi Tim,

On 21/01/15 12:31, Tim Au Yeung wrote:
I’m trying to add a step to the submission workflow. I’ve created the jsp page 
and the corresponding classes in the dspace-api and dspace-jspui according the 
sample step example. I’m doing a mvn clean package but it’s not adding the 
dspace-api class in into the dspace-api-4.2.jar. When I compile using my IDE, 
the class gets created with no problems though. Any suggestions for what I 
might be missing here?

What directory are you running the mvn clean package in? If you place things in 
dspace-api and dspace-jspui, you will need to run mvn from the top-level source 
directory ([dspace-src] in the documentation). My guess is that you're using 
the quick build option in [dspace-src]/dspace; in order for that to work, you 
will need to place your custom code under [dspace-src]/dspace/modules instead, 
see also https://wiki.duraspace.org/display/DSDOC4x/Advanced+Customisation

cheers,
Andrea


--
Dr Andrea Schweer
IRR Technical Specialist, ITS Information Systems
The University of Waikato, Hamilton, New Zealand
--
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] Submission class not being added to dspace-api-4.2.jar

2015-01-20 Thread Tim Au Yeung
Hi all,

I’m trying to add a step to the submission workflow. I’ve created the jsp page 
and the corresponding classes in the dspace-api and dspace-jspui according the 
sample step example. I’m doing a mvn clean package but it’s not adding the 
dspace-api class in into the dspace-api-4.2.jar. When I compile using my IDE, 
the class gets created with no problems though. Any suggestions for what I 
might be missing here?

Thanks,
Tim
--
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] Submission class not being added to dspace-api-4.2.jar

2015-01-20 Thread Andrea Schweer

  
  
Hi Tim,

On 21/01/15 12:31, Tim Au Yeung wrote:


  
  I’m trying to add a step to the submission workflow. I’ve created
  the jsp page and the corresponding classes in the dspace-api and
  dspace-jspui according the sample step example. I’m doing a mvn
  clean package but it’s not adding the dspace-api class in into the
  dspace-api-4.2.jar. When I compile using my IDE, the class gets
  created with no problems though. Any suggestions for what I might
  be missing here?


What directory are you running the mvn clean package in? If you
place things in dspace-api and dspace-jspui, you will need to run
mvn from the top-level source directory ([dspace-src] in the
documentation). My guess is that you're using the quick build option
in [dspace-src]/dspace; in order for that to work, you will need to
place your custom code under [dspace-src]/dspace/modules instead,
see also
https://wiki.duraspace.org/display/DSDOC4x/Advanced+Customisation

cheers,
Andrea

-- 
Dr Andrea Schweer
IRR Technical Specialist, ITS Information Systems
The University of Waikato, Hamilton, New Zealand
  


--
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] Submission not showing the the collection

2014-12-17 Thread helix84
On Tue, Dec 16, 2014 at 10:33 AM, Olivier Nicole
olivier.nic...@cs.ait.ac.th wrote:
 When I submit a new document, it shows in my submissions, it has the
 status archived, but it does not show in the collection where it was
 submited.

In DSpace 4 and newer it can take up to 10 seconds (Solr autocommit
interval [1]) by default for the new items to appear in the interface.
If it takes longer than that, there is some problem. Try reindexing
with the -f flag.

 Also, the document has an handle of the time
 http://hdl.handle.net/123456789/4 but I am not using handle.net and the
 email received after each submission is useless. I don't plan to use
 handle soon, so is there a way to change that.

See [2].

[1] 
https://github.com/DSpace/DSpace/blob/dspace-4_x/dspace/solr/search/conf/solrconfig.xml#L370
[2] 
https://github.com/DSpace/DSpace/blob/dspace-4_x/dspace/config/dspace.cfg#L319-336


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=164703151iu=/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] Submission not showing the the collection

2014-12-16 Thread Olivier Nicole
Hi,

When I submit a new document, it shows in my submissions, it has the
status archived, but it does not show in the collection where it was
submited.

What am I doing wrong?

Also, the document has an handle of the time
http://hdl.handle.net/123456789/4 but I am not using handle.net and the
email received after each submission is useless. I don't plan to use
handle soon, so is there a way to change that.

Thanks in advance,

Olivier
-- 

--
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=164703151iu=/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] Submission step question

2014-03-19 Thread Bill Tantzen
DSpace 4.1, XMLUI

Is it possible to make a submission step (for example the access and
upload with embargo steps) available only to a specific role or
eperson?  For instance, is it possible for a collection admin to add
an item embargo during a workflow step, while hiding those fields from
a submitter?

From the docs, I don't see a way to do it, but I'd like some
verification -- or a solution if there is one!

Regards,
Bill

--
Learn Graph Databases - Download FREE O'Reilly Book
Graph Databases is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
___
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] Submission taking too much time after license agreement

2014-03-07 Thread Elifelet Lopez Ramos
Thank you very much Stuart, your 3 steps helped me solve the delay.

I repeated the operation getting the same results, so I moved to check the
memory.

I configured java to use 2GB max of memory (the server has 4GB) and used
jconsole to see if anything happened but everything was fine on the 10
minutes of waiting, so I moved to network services.

Using netstat I noticed an SMTP connections each time I repeated the
operation and it tourned out to be a configuration error with the SMTP
settings (extraproperties of ssl with gmail).

Thank you again for your time and help.
Greetings

Elifelet López
Jefatura de Infraestructura - DTI
Universidad de Montemorelos


2014-03-06 20:59 GMT-06:00 Stuart Yeates stuart.yea...@vuw.ac.nz:

  [Don't worry about your English; the description of the problem is fine.]



 (a)The first thing I do in terms of Java slowness is to repeat the
 operation. Often tools such as tomcat can be very slow to start up, but
 once they're started they can be much quicker.

 (b)   The second thing is to make sure that you've giving your java
 enough memory (not enough memory results in excessive garbage collection)
 but not too much (which can result in excessive swapping). Try doubling or
 halving the memory you give it. Use system tools to see how much it's
 actually using of what you give it.

 (c)Use a tool like 'top' to see what is running during the 10
 minutes. If java / tomcat is running, it's a dspace issue. If postgres is
 running it's a database issue. If nothing is running it's a network issue
 (such as trying to connect to a remote site and waiting for a timeout) or a
 file I/O issue (such as writing a very large file to a slow disk, etc).

 Cheers

 stuart





 *From:* Elifelet Lopez Ramos [mailto:elife...@um.edu.mx]
 *Sent:* Friday, 7 March 2014 2:52 p.m.
 *To:* dspace-tech@lists.sourceforge.net
 *Subject:* [Dspace-tech] Submission taking too much time after license
 agreement



 Hello All



 I'm new in the lists world and English is not my first language so thank
 you for your understanding.



 I'm using DSpace 3.2 and as the title says, when an Item is submitted it
 takes too much time on the final step (the license agreement). I checked
 the logs and found a line that says that Apache Cocoon processed the
 request en 10.092 minutes!!



 I don't know where to start searching for a fix since there is no error at
 all.

 Basically i haven't change anything since the installation (except from
 the header file of the jspui) so everything should be default.



 Could someone give me some guidance please?

 I'm attaching part the cocoon log where i found the line I'm talking about
 (it's almost at the end).


   Elifelet López

 [image: Description: Image removed by sender.]

inline: image001.jpg--
Subversion Kills Productivity. Get off Subversion  Make the Move to Perforce.
With Perforce, you get hassle-free workflows. Merge that actually works. 
Faster operations. Version large binaries.  Built-in WAN optimization and the
freedom to use Git, Perforce or both. Make the move to Perforce.
http://pubads.g.doubleclick.net/gampad/clk?id=122218951iu=/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] Submission form saves only unique contributors

2013-05-30 Thread Jonathan Freesbay
Hi helix84,

Thanks for your answer. I installed the patch, but I got:

org.mozilla.javascript.EvaluatorException:
resource://aspects/XMLWorkflow/xmlworkflow.js, line 172: Java class
org.dspace.xmlworkflow.XmlWorkflowManager has no public instance field or
method named canEditItemInWorkflow.

The source file I edited is:

./dspace-xmlui/src/main/java/org/dspace/app/xmlui/aspect/administrative/rits/XmlWorkflowManager.java

This has function:

public static boolean canEditItemInWorkflow(Context context, String handle)
throws SQLException, AuthorizeException, IOException {

My workflow to build:

mvn package
cd ./dspace-3.1-src-release/dspace/target/dspace-3.1-build
ant update

After this I restart tomcat, The md5sum of the newly created
dspace-api-3.1.jar is the same as in the destination directory of dspace
(/opt/dspace/:

030f723277b8703294ac1483e40a11ed
/opt/dspace/webapps/lni/WEB-INF/lib/dspace-api-3.1.jar
030f723277b8703294ac1483e40a11ed
/opt/dspace/webapps/xmlui/WEB-INF/lib/dspace-api-3.1.jar
030f723277b8703294ac1483e40a11ed
/opt/dspace/webapps/swordv2/WEB-INF/lib/dspace-api-3.1.jar
030f723277b8703294ac1483e40a11ed
/opt/dspace/webapps/sword/WEB-INF/lib/dspace-api-3.1.jar
030f723277b8703294ac1483e40a11ed
/opt/dspace/webapps/jspui/WEB-INF/lib/dspace-api-3.1.jar
030f723277b8703294ac1483e40a11ed
/opt/dspace/webapps/oai/WEB-INF/lib/dspace-api-3.1.jar

Why does this happen?

As a quick solution, I added XmlWOrkflowManager.java  to the xml-ui folder
and referenced the class in xmlworkflow.js to this value, Now, I don't get
the exception, but I'm forwarded back to the view of the item (handle).
This means that there is no claimedTask (xmlworkflow.js and Navigation.java:

var claimedTask = ClaimedTask.findByWorkflowIdAndEPerson(getDSContext(),
xmlWorkflowItem.getID(), getDSContext().getCurrentUser().getID());

May be this problem will be gone when I use XmlWOrkflowManager in
dspace-api, but I doubt it. The tables are imported and permissions are OK:

psql -d dspace -U dspace -f
./dspace/etc/postgres/xmlworkflow/xml_workflow.sql
psql -d dspace -U dspace -f
./dspace/etc/postgres/xmlworkflow/workflow_migration.sql

xmlworkflow enabled:

dspace/config/xmlui.xconf:

aspect name=XMLWorkflow path=resource://aspects/XMLWorkflow/ /

dspace/config/modules/workflow.cfg:

workflow.framework: xmlworkflow


It looks like the tables of xmlworklfow (cwf_claimtask, ...) are all empty.
I didn't change anything in the xmlworklfow configuration
(./dspace/config/spring/xmlui/workflow-actions-xmlui.xml).

I also got the following in cocoon.log:

2013-05-29 15:29:57,967 ERROR cocoon.handled  - Attempted to process
incomplete pipeline.
at map:serialize type=xml -
jndi:/localhost/xmlui/aspects/aspects.xmap:85:34
at map:transform type=PageNotFound -
jndi:/localhost/xmlui/aspects/aspects.xmap:84:43
at map:generate - jndi:/localhost/xmlui/aspects/aspects.xmap:83:22
at map:serialize type=xhtml -
jndi:/localhost/xmlui/themes/Mirage/sitemap.xmap:164:34
at map:transform type=i18n -
jndi:/localhost/xmlui/themes/Mirage/sitemap.xmap:158:33
at map:transform -
jndi:/localhost/xmlui/themes/Mirage/sitemap.xmap:153:51
at map:transform type=IncludePageMeta -
jndi:/localhost/xmlui/themes/Mirage/sitemap.xmap:140:55
at map:transform type=IncludePageMeta -
jndi:/localhost/xmlui/themes/Mirage/sitemap.xmap:135:55
at map:transform type=IncludePageMeta -
jndi:/localhost/xmlui/themes/Mirage/sitemap.xmap:126:55
at map:generate type=file -
jndi:/localhost/xmlui/themes/Mirage/sitemap.xmap:120:55
at map:match -
jndi:/localhost/xmlui/themes/Mirage/sitemap.xmap:117:28
at map:mount - jndi:/localhost/xmlui/themes/themes.xmap:33:45
at map:match type=ThemeMatcher -
jndi:/localhost/xmlui/themes/themes.xmap:32:35
at map:mount - jndi:/localhost/xmlui/sitemap.xmap:652:94
org.apache.cocoon.ProcessingException: Attempted to process incomplete
pipeline.
at map:serialize type=xml -
jndi:/localhost/xmlui/aspects/aspects.xmap:85:34
at map:transform type=PageNotFound -
jndi:/localhost/xmlui/aspects/aspects.xmap:84:43
at map:generate - jndi:/localhost/xmlui/aspects/aspects.xmap:83:22
at map:serialize type=xhtml -
jndi:/localhost/xmlui/themes/Mirage/sitemap.xmap:164:34
at map:transform type=i18n -
jndi:/localhost/xmlui/themes/Mirage/sitemap.xmap:158:33
at map:transform -
jndi:/localhost/xmlui/themes/Mirage/sitemap.xmap:153:51
at map:transform type=IncludePageMeta -
jndi:/localhost/xmlui/themes/Mirage/sitemap.xmap:140:55
at map:transform type=IncludePageMeta -
jndi:/localhost/xmlui/themes/Mirage/sitemap.xmap:135:55
at map:transform type=IncludePageMeta -
jndi:/localhost/xmlui/themes/Mirage/sitemap.xmap:126:55
at map:generate type=file -
jndi:/localhost/xmlui/themes/Mirage/sitemap.xmap:120:55
at map:match -
jndi:/localhost/xmlui/themes/Mirage/sitemap.xmap:117:28
at map:mount - 

[Dspace-tech] Submission in collection

2013-05-22 Thread Luis Rojas C. (CATIE)
Hi all, i need to submit ítems directly in the communities in DSpace 3.1. Is 
that posible, because i can submit only in the collections.
Thanks for your support

Luis

--
Try New Relic Now  We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app,  servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] Submission in collection

2013-05-22 Thread Lighton Phiri
Hello,

Unfortunately not, however, Helix proposed a possible solution here
[1] --I am yet to try this out.

[1] 
http://dspace.2283337.n4.nabble.com/Item-Submission-in-Community-tp4659141p4659144.html


Lighton Phiri
http://lightonphiri.org


On 22 May 2013 22:41, Luis Rojas C. (CATIE) luisro...@catie.ac.cr wrote:
 Hi all, i need to submit ítems directly in the communities in DSpace 3.1. Is
 that posible, because i can submit only in the collections.

 Thanks for your support



 Luis









 --
 Try New Relic Now  We'll Send You this Cool Shirt
 New Relic is the only SaaS-based application performance monitoring service
 that delivers powerful full stack analytics. Optimize and monitor your
 browser, app,  servers with just a few lines of code. Try New Relic
 and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech
 List Etiquette:
 https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

--
Try New Relic Now  We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app,  servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


Re: [Dspace-tech] Submission in collection

2013-05-22 Thread Luis Rojas C. (CATIE)
Hi Lighton, thanks for your response. Hoe i créate a invisible comunity?

Luis

-Mensaje original-
De: Lighton Phiri [mailto:lighton.ph...@gmail.com] 
Enviado el: miércoles, 22 de mayo de 2013 3:13 
Para: Luis Rojas C. (CATIE)
CC: dspace-tech@lists.sourceforge.net
Asunto: Re: [Dspace-tech] Submission in collection

Hello,

Unfortunately not, however, Helix proposed a possible solution here [1] --I am 
yet to try this out.

[1] 
http://dspace.2283337.n4.nabble.com/Item-Submission-in-Community-tp4659141p4659144.html


Lighton Phiri
http://lightonphiri.org


On 22 May 2013 22:41, Luis Rojas C. (CATIE) luisro...@catie.ac.cr wrote:
 Hi all, i need to submit ítems directly in the communities in DSpace 
 3.1. Is that posible, because i can submit only in the collections.

 Thanks for your support



 Luis









 --
  Try New Relic Now  We'll Send You this Cool Shirt New Relic 
 is the only SaaS-based application performance monitoring service that 
 delivers powerful full stack analytics. Optimize and monitor your 
 browser, app,  servers with just a few lines of code. Try New Relic 
 and get this awesome Nerd Life shirt! 
 http://p.sf.net/sfu/newrelic_d2d_may
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech
 List Etiquette:
 https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette



--
Try New Relic Now  We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app,  servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


Re: [Dspace-tech] Submission in collection

2013-05-22 Thread helix84
On Wed, May 22, 2013 at 11:44 PM, Luis Rojas C. (CATIE) 
luisro...@catie.ac.cr wrote:
 Hi Lighton, thanks for your response. Hoe i créate a invisible comunity?

You don't. You just don't display it. Here's a very rough example (where
you would replace comm with coll).

Here's how you hide the community list from the front page:


  xsl:template name=hide_homepage_community-list
match=dri:div[@id='aspect.artifactbrowser.CommunityBrowser.div.comunity-browser']
  /xsl:template


Here's how you display the number of items (strength) in a community
(assuming you're using Discovery):


xsl:template name=community-count-85 match=dri:div[@id='comm85']
b
xsl:text [/xsl:text
xsl:value-of
select=document('http://localhost:8080/solr/search/select/?q=location.comm:85+AND+search.resourcetype:2amp;version=2.2amp;start=0amp;rows=0amp;indent=onamp;facet=true')/response/result[@numFound]/@numFound/
xsl:text]/xsl:text
/b
/xsl:template


With that template ready, you simply add this static list of communities
(or, in your case, top-level collections) to [dspace]/config/news-xmlui.xml

div id=file.news.div.news n=news
rend=primaryheadi18n:textxyz.intro.head/i18n:text/headpi18n:textxyz.intro.p.1/i18n:text/plist
  itemxref 
target=http://example.com/handle/123456789/1;i18n:textxyz.intro.li.1/i18n:text/xrefdiv
id=comm86/div/item
  itemxref 
target=http://example.com/handle/123456789/2;i18n:textxyz.intro.li.2/i18n:text/xrefdiv
id=comm88/div/item
  itemxref 
target=http://example.com/handle/123456789/3;i18n:textxyz.intro.li.3/i18n:text/xrefdiv
id=comm85/div/item/listpi18n:textxyz.intro.p.2/i18n:text/p/div


This should be enough to get you started.


Regards,
~~helix84

Compulsory reading: DSpace Mailing List Etiquette
https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette
--
Try New Relic Now  We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app,  servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] Submission disappearing in configurable Workflows

2013-05-16 Thread LifeH2O
Anyone there? We are unable to configure and make these workflows workable



--
View this message in context: 
http://dspace.2283337.n4.nabble.com/Submission-disappearing-in-configurable-Workflows-tp4663680p4663854.html
Sent from the DSpace - Tech mailing list archive at Nabble.com.

--
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d
___
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] Submission disappearing in configurable Workflows

2013-05-08 Thread LifeH2O
Version: DSpace 3.1 (XMLUI)

1. I did a fresh install (for the problem explained below), created admin,
created xml workflow tables using postgres/xmlworkflow/xml_workflow.sql

2. Edited workflow.xml by duplicating editstep in default workflow and as
result created 4 step workflow.

workflow start=reviewstep id=myflow
roles
role id=reviewer name=Supervisor description= /
role id=editor name=Format Checker description=/
role id=checker name=ACB description=/
role id=finaleditor name=Librarian description=/
/roles

step id=reviewstep role=reviewer
userSelectionMethod=claimaction
outcomes
step status=0editstep/step
/outcomes
actions
action id=reviewaction/
/actions
/step
step id=editstep role=editor userSelectionMethod=claimaction
outcomes
step status=0checkstep/step
/outcomes
actions
action id=editaction/
/actions
/step
step id=checkstep role=checker
userSelectionMethod=claimaction
outcomes
step status=0finaleditstep/step
/outcomes
actions
action id=editaction/
/actions
/step
step id=finaleditstep role=finaleditor
userSelectionMethod=claimaction
actions
action id=finaleditaction/
/actions
/step
/workflow

3. Assigned admin all to all these 4 steps
4. Went through submission item process. 
5. When finished submission, there was nothing in Submissions, nothing in
Tasks pool and etc, my submission disappeared



--
View this message in context: 
http://dspace.2283337.n4.nabble.com/Submission-disappearing-in-configurable-Workflows-tp4663680.html
Sent from the DSpace - Tech mailing list archive at Nabble.com.

--
Learn Graph Databases - Download FREE O'Reilly Book
Graph Databases is the definitive new guide to graph databases and 
their applications. This 200-page book is written by three acclaimed 
leaders in the field. The early access version is available now. 
Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


Re: [Dspace-tech] Submission form saves only unique contributors

2013-04-29 Thread helix84
On Fri, Apr 26, 2013 at 9:09 AM, Jonathan Freesbay j.frees...@gmail.com wrote:
 One new question: I would like to use the wizard again to update the item.
 This is, as I see it, default not possible. Does this require much work?

Currently there's a patch for that in our Jira. It would help if you
could review it and leave your comments in Jira:
https://jira.duraspace.org/browse/DS-1234


Regards,
~~helix84

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

--
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] Submission form saves only unique contributors

2013-04-26 Thread Jonathan Freesbay
Hi,

It looks like it's simple as editing
org.dspace.identifier.HandleIdentifierProvider.java, populateHandleMetadata:
It only adds the metadata if it doesn't exist.

One new question: I would like to use the wizard again to update the item.
This is, as I see it, default not possible. Does this require much work?

Regards,


2013/2/28 helix84 heli...@centrum.sk

 Hi Jonathan,

 it would be best to file this as a bug into our Jira:

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

 Otherwise it may be easily overlooked or forgotten here in the lists.


 Regards,
 ~~helix84

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

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

[Dspace-tech] Submission form saves only unique contributors

2013-02-28 Thread Jonathan Freesbay
Hi,

Tomcat version: 6.0.35.0
Dspace version: 3.1

I would like to save movie data in dublin core. I use:
-dc.contributor.director
-dc.contributor.writer

When the director and writer are the same, the submission wizard just saves
one of them.

I can later add the value back using the editor, so it's not a core dublin
core limitation.

Can I disable this behaviour in the submission wizard?

Otherwise, I must use dc.director and dc.writer,

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

Re: [Dspace-tech] Submission form saves only unique contributors

2013-02-28 Thread helix84
Hi Jonathan,

it would be best to file this as a bug into our Jira:

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

Otherwise it may be easily overlooked or forgotten here in the lists.


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


Re: [Dspace-tech] Submission to be made public

2012-02-14 Thread van Hoek, Wilko
Hello All,

the idea of using easydeposit to bypass the authentication needed for the 
submission-process seems not to be the best solution for our case. I would 
prefer if someone could give me some hints were to change the authentication 
for submission within dspace. Most convenient would be a way to handle the 
different collections individually. Meaning  if someone tries to submit to a 
certain collection there is no login needed or he is automatically logged in as 
user webuser.
Could someone give me some pointers to where in dspace the authentication for 
the submission-process is handled?

Thanks,
Wilko


Von: emilio lorenzo [mailto:elore...@arvo.es]
Gesendet: Dienstag, 7. Februar 2012 19:32
An: dspace-tech@lists.sourceforge.net
Betreff: Re: [Dspace-tech] Submission to be made public

Hello Wilko
despite the possible risks of allowing not-identified users to deposit into 
your repository, a possible aproach would be use SWORD-deposit. A year ago, in 
a project we used the application EASY-deposit (developed by Stuart Lewis, 
thanks again Stuart) to allow general users to send materials to DSPACE.  
Easy-Deposit is deployed as a web app, and is your task to provide access 
restrictions, if any..., although an LDAP-integration is available

 Another smart app of Stuarts allows using a mail-client to  make 
almost-depositsAnother possible direction of your investigations.

With easy-deposit, the users can be anonymous and the material is sent in 
behalf the EASY-Deposit Application... Some drawbacks arise related with 
destination-collections, metadata completeness, revision-workflow and so on 
but in some particular scenarios,  the benefits can outperform the 
inconvenients.

thanks,

Emilio


El 07/02/2012 14:36, van Hoek, Wilko escribió:

Hello everyone,

I would like to pick up a topic that has been discussed briefly in 2003. 
Currently we are migrating our repository-system to dspace 1.8 . What we need 
is the possibility for web-users (that are unknown to the system) to submit in 
some of our collection. If someone uses the submission link, he should be 
directed to the submission form without logging in or registering.

Does someone has a good idea how this could be achieved or even has a solution 
implemented we could use?



Many thanks in advance,

Wilko



Wilko van Hoek / GESIS - Leibniz Institute for the Social Sciences  / 
http://www.gesis.orghttp://www.gesis.org/







--

Keep Your Developer Skills Current with LearnDevNow!

The most comprehensive online learning library for Microsoft developers

is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,

Metro Style Apps, more. Free future releases when you subscribe now!

http://p.sf.net/sfu/learndevnow-d2d





___

DSpace-tech mailing list

DSpace-tech@lists.sourceforge.netmailto:DSpace-tech@lists.sourceforge.net

https://lists.sourceforge.net/lists/listinfo/dspace-tech
--
Virtualization  Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Submission to be made public

2012-02-07 Thread van Hoek, Wilko
Hello everyone,
I would like to pick up a topic that has been discussed briefly in 2003. 
Currently we are migrating our repository-system to dspace 1.8 . What we need 
is the possibility for web-users (that are unknown to the system) to submit in 
some of our collection. If someone uses the submission link, he should be 
directed to the submission form without logging in or registering.
Does someone has a good idea how this could be achieved or even has a solution 
implemented we could use?

Many thanks in advance,
Wilko

Wilko van Hoek / GESIS - Leibniz Institute for the Social Sciences  / 
http://www.gesis.orghttp://www.gesis.org/


--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Submission to be made public

2012-02-07 Thread emilio lorenzo

Hello Wilko
despite the possible risks of allowing not-identified users to deposit 
into your repository, a possible aproach would be use SWORD-deposit. A 
year ago, in a project we used the application EASY-deposit (developed 
by Stuart Lewis, thanks again Stuart) to allow general users to send 
materials to DSPACE.  Easy-Deposit is deployed as a web app, and is your 
task to provide access restrictions, if any..., although an 
LDAP-integration is available


 Another smart app of Stuarts allows using a mail-client to  make 
almost-depositsAnother possible direction of your investigations.


With easy-deposit, the users can be anonymous and the material is sent 
in behalf the EASY-Deposit Application... Some drawbacks arise related 
with destination-collections, metadata completeness, revision-workflow 
and so on but in some particular scenarios,  the benefits can 
outperform the inconvenients.


thanks,

Emilio



El 07/02/2012 14:36, van Hoek, Wilko escribió:


Hello everyone,

I would like to pick up a topic that has been discussed briefly in 
2003. Currently we are migrating our repository-system to dspace 1.8 . 
What we need is the possibility for web-users (that are unknown to the 
system) to submit in some of our collection. If someone uses the 
submission link, he should be directed to the submission form 
without logging in or registering.


Does someone has a good idea how this could be achieved or even has a 
solution implemented we could use?


Many thanks in advance,

Wilko



Wilko van Hoek / GESIS - Leibniz Institute for the Social Sciences  / 
http://www.gesis.org http://www.gesis.org/



--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d


___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] submission error

2011-09-07 Thread Joshua Gomez
I'm getting an error when submitting through the XMLUI. It looks like a 
permissions problem, but I can't determine which file it's having trouble with. 
I ran chown -R dspace:dspace on the [dspace] directory, which includes the 
default assetstore just to be sure. Furthermore, the dspace user is the admin 
and manager role for tomcat6, and tomcat6 is also in the dspace group, so I'm 
not sure how a permissions problem is coming up. Any thoughts?
 
Here is the top few lines of the Java Stacktrace:
 
java.io.IOException: No such file or directory
at java.io.UnixFileSystem.createFileExclusively(Native Method)
at java.io.File.createNewFile(File.java:883)
at edu.sdsc.grid.io.local.LocalFile.createNewFile(LocalFile.java:486)
at 
org.dspace.storage.bitstore.BitstreamStorageManager.store(BitstreamStorageManager.java:300)
at org.dspace.content.Bitstream.create(Bitstream.java:205)
at org.dspace.content.Bundle.createBitstream(Bundle.java:384)
at org.dspace.content.Item.createSingleBitstream(Item.java:1335)
at org.dspace.submit.step.UploadStep.processUploadFile(UploadStep.java:487)
at org.dspace.submit.step.UploadStep.doProcessing(UploadStep.java:138)
...
 
And here is the top of the Full Stacktrace:
 
org.apache.cocoon.ProcessingException: Error calling continuation
at processPage - resource://aspects/Submission/submission.js:504
at map:call - resource://aspects/Submission/sitemap.xmap:129:44
at map:match - resource://aspects/Submission/sitemap.xmap:128:61
at map:select type=AuthenticatedSelector - 
resource://aspects/Submission/sitemap.xmap:96:48
at map:mount - jndi:/localhost/aspects/aspects.xmap:119:72
at map:select type=parameter - jndi:/localhost/aspects/aspects.xmap:109:34
at map:match type=AspectMatcher - 
jndi:/localhost/aspects/aspects.xmap:108:36
at map:mount - jndi:/localhost/sitemap.xmap:425:100
at map:match - jndi:/localhost/sitemap.xmap:424:49
at map:serialize type=xml - resource://aspects/Statistics/sitemap.xmap:80:31
at map:transform type=Navigation - 
resource://aspects/Statistics/sitemap.xmap:52:55
at map:generate - resource://aspects/Statistics/sitemap.xmap:33:19
at map:serialize type=xml - jndi:/localhost/aspects/aspects.xmap:115:34
at map:transform type=PageNotFound - 
jndi:/localhost/aspects/aspects.xmap:114:43
at map:generate - jndi:/localhost/aspects/aspects.xmap:113:22
at map:serialize type=xhtml - jndi:/localhost/themes/GW/sitemap.xmap:165:34
at map:transform type=i18n - jndi:/localhost/themes/GW/sitemap.xmap:159:33
at map:transform - jndi:/localhost/themes/GW/sitemap.xmap:154:40
at map:transform type=IncludePageMeta - 
jndi:/localhost/themes/GW/sitemap.xmap:139:45
at map:generate type=file - jndi:/localhost/themes/GW/sitemap.xmap:125:55
at map:match - jndi:/localhost/themes/GW/sitemap.xmap:122:28
at map:mount - jndi:/localhost/themes/themes.xmap:63:45
at map:match type=ThemeMatcher - jndi:/localhost/themes/themes.xmap:62:35
at map:mount - jndi:/localhost/sitemap.xmap:588:94
at 
org.apache.cocoon.ProcessingException.throwLocated(ProcessingException.java:143)
at 
org.apache.cocoon.components.flow.javascript.LocationTrackingDebugger.getException(LocationTrackingDebugger.java:111)
at 
org.apache.cocoon.components.flow.javascript.fom.FOM_JavaScriptInterpreter.handleContinuation(FOM_JavaScriptInterpreter.java:705)
at 
org.apache.cocoon.components.treeprocessor.sitemap.CallFunctionNode.invoke(CallFunctionNode.java:94)
at 
org.apache.cocoon.components.treeprocessor.AbstractParentProcessingNode.invokeNodes(AbstractParentProcessingNode.java:55)
at 
org.apache.cocoon.components.treeprocessor.sitemap.MatchNode.invoke(MatchNode.java:87)
...
 
Thanks,
Joshua
--
Using storage to extend the benefits of virtualization and iSCSI
Virtualization increases hardware utilization and delivers a new level of
agility. Learn what those decisions are and how to modernize your storage 
and backup environments for virtualization.
http://www.accelacomm.com/jaw/sfnl/114/51434361/___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Submission License question

2011-02-25 Thread Paul Go
Because of the university general council, we are looking at ways to change
the license on the submission form.  Essentially we are looking for a way to
dynamically change and store the license, if possible, and, if not, a way to
have two license options.  The static license we have put in the
default.license
file is not good enough.

If we have the dynamic option, we'd like it to have a textbox where the user
can outline terms, with the default being no additional terms and
conditions.

If we have the two license option, we would have one allowing submitters to
accept  a version stating “No Additional Terms and Conditions” or accepting
one with Additional Terms and Conditions – which could be sent as a separate
document.

Are either of these possible in the Dspace framework?

Thank you in advance.

Paul Go

Systems Librarian /
Library Technology Manager
Paul V. Galvin Library
35 West 33rd Street
Chicago, IL  60616
312.567.7997
p...@iit.edu
--
Free Software Download: Index, Search  Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-dev2dev ___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Submission in XMLUI

2011-01-14 Thread Mark Melia
Hi all,

I am having a problem with an XMLUI submissions screen. The problem is 
that some fields are not been parsed correctly, the symtom being that in 
correct values are in the database. I am a little unsure of the path the 
data takes from the XML UI to the database. Are there any documentation 
on this?

What takes the request of a new item in XMLUI is really the question I 
suppose - from there I can just debug.

Thanks,
Mark


--
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand 
malware threats, the impact they can have on your business, and how you 
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Submission in XMLUI

2011-01-14 Thread Mark Melia
Hi all,

Found the processing step I was looking for in
org.dspace.submit.step.DescribeStep.java

Thanks,
Mark

On 14/01/11 14:47, Mark Melia wrote:
 Hi all,

 I am having a problem with an XMLUI submissions screen. The problem is
 that some fields are not been parsed correctly, the symtom being that in
 correct values are in the database. I am a little unsure of the path the
 data takes from the XML UI to the database. Are there any documentation
 on this?

 What takes the request of a new item in XMLUI is really the question I
 suppose - from there I can just debug.

 Thanks,
 Mark


 --
 Protect Your Site and Customers from Malware Attacks
 Learn about various malware tactics and how to avoid them. Understand
 malware threats, the impact they can have on your business, and how you
 can protect your company and customers by using code signing.
 http://p.sf.net/sfu/oracle-sfdevnl
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech

--
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand 
malware threats, the impact they can have on your business, and how you 
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Submission Errors

2010-05-07 Thread Caryn Neiswender

Hello, All~

I've hit a new error while trying to submit items to DSpace 1.5.2...  
I've included background, including error logs below.  Any help is 
greatly appreciated!


~Caryn

Scenario: I can work through all steps of the submission, except the 
final complete Submission step.  This only occurs on collections with 
workflow steps assigned (it doesn't matter which step is in play).  I 
was able to use the batch import to load a single item, with the -w 
flag, and it worked perfectly.  So this should mean it's something with 
the webform, yes? 

The metadata is entered into the database (metadatavalue table, and 
tasklistitem table). The workflowitem table has only a workflow_id (no 
item_id, collection_id, state, owner, etc). 


Here are the errors from the logs (debug was turned on).

2010-05-07 12:14:31,612 WARN  
org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/] @ 
Cannot serialize session attribute FOM JavaScript GLOBAL 
SCOPE/resource://aspects/Submission/sitemap.xmap for session 
6180E3BC5DD1AC421F825E10D6AAB7C9

java.io.NotSerializableException: java.lang.Object
   at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1081)
   at 
java.io.ObjectOutputStream.defaultWriteFields(ObjectOutputStream.java:1375)
   at 
java.io.ObjectOutputStream.writeSerialData(ObjectOutputStream.java:1347)
   at 
java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java:1290)

   at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1079)
   at 
java.io.ObjectOutputStream.defaultWriteFields(ObjectOutputStream.java:1375)
   at 
java.io.ObjectOutputStream.writeSerialData(ObjectOutputStream.java:1347)
   at 
java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java:1290)

   at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1079)
   at java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:302)
   at 
org.mozilla.javascript.ScriptableObject.writeObject(ScriptableObject.java:2361)

   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
   at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

   at java.lang.reflect.Method.invoke(Method.java:592)
   at 
java.io.ObjectStreamClass.invokeWriteObject(ObjectStreamClass.java:917)
   at 
java.io.ObjectOutputStream.writeSerialData(ObjectOutputStream.java:1339)
   at 
java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java:1290)

   at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1079)
   at 
java.io.ObjectOutputStream.defaultWriteFields(ObjectOutputStream.java:1375)
   at 
java.io.ObjectOutputStream.defaultWriteObject(ObjectOutputStream.java:391)
   at 
org.mozilla.javascript.ScriptableObject.writeObject(ScriptableObject.java:2348)

   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
   at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

   at java.lang.reflect.Method.invoke(Method.java:592)
   at 
java.io.ObjectStreamClass.invokeWriteObject(ObjectStreamClass.java:917)
   at 
java.io.ObjectOutputStream.writeSerialData(ObjectOutputStream.java:1339)
   at 
java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java:1290)

   at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1079)
   at java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:302)
   at 
org.apache.catalina.session.StandardSession.writeObject(StandardSession.java:1478)
   at 
org.apache.catalina.session.StandardSession.writeObjectData(StandardSession.java:948)
   at 
org.apache.catalina.session.StandardManager.doUnload(StandardManager.java:517)
   at 
org.apache.catalina.session.StandardManager.unload(StandardManager.java:463)
   at 
org.apache.catalina.session.StandardManager.stop(StandardManager.java:667)
   at 
org.apache.catalina.core.StandardContext.stop(StandardContext.java:4325)
   at 
org.apache.catalina.core.ContainerBase.removeChild(ContainerBase.java:893)
   at 
org.apache.catalina.startup.HostConfig.undeployApps(HostConfig.java:1180)

   at org.apache.catalina.startup.HostConfig.stop(HostConfig.java:1151)
   at 
org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:313)
   at 
org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:120)

   at org.apache.catalina.core.ContainerBase.stop(ContainerBase.java:1055)
   at org.apache.catalina.core.ContainerBase.stop(ContainerBase.java:1067)
   at org.apache.catalina.core.StandardEngine.stop(StandardEngine.java:448)
   at 
org.apache.catalina.core.StandardService.stop(StandardService.java:510)

   at org.apache.catalina.core.StandardServer.stop(StandardServer.java:734)
   at org.apache.catalina.startup.Catalina.stop(Catalina.java:602)
   at 

[Dspace-tech] Submission not working on 1.6

2010-05-04 Thread ManuMohedano
Hi everyone.

When we try to submiit an item to a collection in 1.6 version, we follow all
the steps and everything seems to be ok but after the proccess is complete,
no item appears in the collection. Checking the logs I've found this:

2010-05-04 09:47:09,550 ERROR org.dspace.browse.
BrowseCreateDAOPostgres @ caught exception:
org.postgresql.util.PSQLException: ERROR: inserción o actualización en la
tabla «bi_2_dmap» viola la llave foránea «bi_2_dmap_distinct_id_fkey»
  Detail: La llave (distinct_id)=(193) no está presente en la tabla
«bi_2_dis».

that in English is something like:

Insertion or update on relation bi_2_dmap  violates foreign key
bi_2_dmap_distinct_id_fkey. Detail: The key (distinct_id)=(193) is not
present in the relation bi_2_dis

Any suggestion??

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


Re: [Dspace-tech] Submission not working on 1.6

2010-05-04 Thread Lewatle Phaladi
Hi Manu

 

If you are using JSPUI after you log on to My DSpace click on Administer and 
again on Workflow to check if there is any visible current workflow or even on 
My DSpace after you logon it should show  View Accepted Submissions that you 
can use to see if your items are accepted.

 

Hope that helps.

 

Regards,

Lewatle

 

From: ManuMohedano [mailto:manumohed...@usal.es] 
Sent: 04 May 2010 10:11 AM
To: dspace-tech@lists.sourceforge.net
Subject: [Dspace-tech] Submission not working on 1.6

 

Hi everyone.

When we try to submiit an item to a collection in 1.6 version, we follow all 
the steps and everything seems to be ok but after the proccess is complete, no 
item appears in the collection. Checking the logs I've found this:

2010-05-04 09:47:09,550 ERROR org.dspace.browse.

BrowseCreateDAOPostgres @ caught exception: 
org.postgresql.util.PSQLException: ERROR: inserción o actualización en la tabla 
«bi_2_dmap» viola la llave foránea «bi_2_dmap_distinct_id_fkey»
  Detail: La llave (distinct_id)=(193) no está presente en la tabla «bi_2_dis».

that in English is something like: 

Insertion or update on relation bi_2_dmap  violates foreign key 
bi_2_dmap_distinct_id_fkey. Detail: The key (distinct_id)=(193) is not 
present in the relation bi_2_dis

Any suggestion??

Thank's all


htmlpfont face = verdana size = 0.8 color = navyThis communication 
is intended for the addressee only. It is confidential. If you have received 
this communication in error, please notify us immediately and destroy the 
original message. You may not copy or disseminate this communication without 
the permission of the University. Only authorized signatories are competent to 
enter into agreements on behalf of the University and recipients are thus 
advised that the content of this message may not be legally binding on the 
University and may contain the personal views and opinions of the author, which 
are not necessarily the views and opinions of The University of the 
Witwatersrand, Johannesburg. All agreements between the University and 
outsiders are subject to South African Law unless the University agrees in 
writing to the contrary./font/p/html
--
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Submission not working on 1.6

2010-05-04 Thread ManuMohedano
Thank you Lewatle!

As you suggested, My recent submissions appeared in the accepted
submissions. After I re-create the Browse Indexes, they appeared in the
collections... But I don't know why dspace didn't indexed them directly when
they were submitted... Could it be a linked to the error shown in the log
file??

Thanks again. Regards.

Manu

On Tue, May 4, 2010 at 11:03 AM, Lewatle Phaladi lewatle.phal...@wits.ac.za
 wrote:

  Hi Manu



 If you are using JSPUI after you log on to My DSpace click on Administer
 and again on Workflow to check if there is any visible current workflow or
 even on My DSpace after you logon it should show  View Accepted Submissions
 that you can use to see if your items are accepted.



 Hope that helps.



 Regards,

 Lewatle



 *From:* ManuMohedano [mailto:manumohed...@usal.es]
 *Sent:* 04 May 2010 10:11 AM
 *To:* dspace-tech@lists.sourceforge.net
 *Subject:* [Dspace-tech] Submission not working on 1.6



 Hi everyone.

 When we try to submiit an item to a collection in 1.6 version, we follow
 all the steps and everything seems to be ok but after the proccess is
 complete, no item appears in the collection. Checking the logs I've found
 this:

 2010-05-04 09:47:09,550 ERROR org.dspace.browse.

 BrowseCreateDAOPostgres @ caught exception:
 org.postgresql.util.PSQLException: ERROR: inserción o actualización en la
 tabla «bi_2_dmap» viola la llave foránea «bi_2_dmap_distinct_id_fkey»
   Detail: La llave (distinct_id)=(193) no está presente en la tabla
 «bi_2_dis».

 that in English is something like:

 Insertion or update on relation bi_2_dmap  violates foreign key
 bi_2_dmap_distinct_id_fkey. Detail: The key (distinct_id)=(193) is not
 present in the relation bi_2_dis

 Any suggestion??

 Thank's all

 This communication is intended for the addressee only. It is confidential. If 
 you have received this communication in error, please notify us immediately 
 and destroy the original message. You may not copy or disseminate this 
 communication without the permission of the University. Only authorized 
 signatories are competent to enter into agreements on behalf of the 
 University and recipients are thus advised that the content of this message 
 may not be legally binding on the University and may contain the personal 
 views and opinions of the author, which are not necessarily the views and 
 opinions of The University of the Witwatersrand, Johannesburg. All agreements 
 between the University and outsiders are subject to South African Law unless 
 the University agrees in writing to the contrary.


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


[Dspace-tech] submission error in 16

2010-04-22 Thread Blanco, Jose
I'm testing 16 and I'm getting an error when depositing and item while entering 
the metadata.  In the author field which is of type name, when I try to Remove 
one of the names I get an error.  I think it's because the authority is not in 
the line with the name. I only see last name and first name, but no authority.  
What file builds that line.  I did a merge between my changes and 16, so it's 
possible that something got left out. I'm not finding it in the jsp files.

Thank you!
Jose

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


[Dspace-tech] submission, searching, and displaying non-dublin core metadata

2010-01-22 Thread Marvin Weaver
I just got dspace 1.5.2 up and running.  I found where in the metadata 
admin I could create a metadata schema for data not included in Dublin 
core.  Now I cannot figure out how to use the schema in the xmlui.  I 
would like to add it to the submission page, make it searchable, and 
display it in a number of places.  An entry in the FAQ seems to indicate 
that only Dublin core can be used.  If this is the case, why is the 
option to create other metadata schemas included?  I've noticed some 
discussion regarding using dublin core fields for other than their 
intended purposes (and that it is not a good idea).  Is this the only 
way to use data fields that are not in dublin core?  The last option 
seems to be adding new elements to dublin core that are not defined in 
dc.  Is this an OK thing to do?
What I am trying to do is add an author type of SJUfaculty to be able 
to select only our own faculty when there are non-SJU collaborators 
involved in a work.
Also, we need to do a large import so whatever solution I use needs to 
be compatible with the batch input program.
Thank you,
Marvin Weaver



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


[Dspace-tech] Submission Failure

2009-10-17 Thread Martin Spann
Hi everyone,

I'm attempting to submit my first document and create an archival item.  
However, when I push the 'I Grant the License' button the application hangs and 
fails to complete.  I have not modified the workflow system.

To recover, I close the browser and restart postgres.  

The summiter e-person is a membert of the Administration, anonymous and 
Collection_4_submit group.  

Thank you,

Marty 


Martin J. Spann
Instructor, EPICS, Research Project Manager, COSTAR
Colorado School of Mines
Golden, Colorado
USA
+1 303 273 3810
--
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] submission error

2009-03-06 Thread Lu, Fen
Hello,
We are running DSpace 1.5.1. When I try to submit an item, at the last step 
(complete submission), I got the following error message. I also checked 
dspace.log. It gave the error message org.dspace.core.I18nUtil @No language 
specified for EPerson 3. Can anyone tell me what it means? Thank you very much!
java.lang.ClassCastException: gnu.mail.handler.TextPlain
Error calling continuation
context:/resource://aspects/Submission/submission.js - 527:-1

context:/resource://aspects/Submission/submission.js - 463:-1

context:/resource://aspects/Submission/submission.js - 323:-1

context:/resource://aspects/Submission/submission.js - 0:-1

context:/resource://aspects/Submission/sitemap.xmap - 128:44

map:call

context:/file:/dspace/webapps/xmlui/aspects/aspects.xmap - 119:72

map:mount

context:/file:/dspace/webapps/xmlui/sitemap.xmap - 296:80

map:mount

context:/file:/dspace/webapps/xmlui/aspects/aspects.xmap - 115:34

map:serialize type=xml

context:/file:/dspace/webapps/xmlui/aspects/aspects.xmap - 114:43

map:transform type=PageNotFound

context:/file:/dspace/webapps/xmlui/aspects/aspects.xmap - 113:22

map:generate

context:/file:/dspace/webapps/xmlui/themes/UTA/sitemap.xmap - 96:34

map:serialize type=xhtml

context:/file:/dspace/webapps/xmlui/themes/UTA/sitemap.xmap - 94:37

map:transform

context:/file:/dspace/webapps/xmlui/themes/UTA/sitemap.xmap - 88:33

map:transform type=i18n

context:/file:/dspace/webapps/xmlui/themes/UTA/sitemap.xmap - 84:35

map:transform

context:/file:/dspace/webapps/xmlui/themes/UTA/sitemap.xmap - 72:43

map:transform type=IncludePageMeta

context:/file:/dspace/webapps/xmlui/themes/UTA/sitemap.xmap - 70:55

map:generate type=file

context:/file:/dspace/webapps/xmlui/themes/themes.xmap - 63:45

map:mount

context:/file:/dspace/webapps/xmlui/sitemap.xmap - 345:73

map:mount

java.lang.ClassCastException: gnu.mail.handler.TextPlain
at 
javax.activation.MailcapCommandMap.getDataContentHandler(MailcapCommandMap.java:596)
at 
javax.activation.MailcapCommandMap.createDataContentHandler(MailcapCommandMap.java:550)
at 
javax.activation.DataHandler.getDataContentHandler(DataHandler.java:611)
at javax.activation.DataHandler.writeTo(DataHandler.java:315)
at javax.mail.internet.MimeUtility.getEncoding(MimeUtility.java:248)
at 
javax.mail.internet.MimeBodyPart.updateHeaders(MimeBodyPart.java:1268)
at javax.mail.internet.MimeMessage.updateHeaders(MimeMessage.java:2012)
at javax.mail.internet.MimeMessage.saveChanges(MimeMessage.java:1980)
at javax.mail.Transport.send(Transport.java:97)
at org.dspace.core.Email.send(Email.java:362)
at 
org.dspace.workflow.WorkflowManager.notifyOfArchive(WorkflowManager.java:709)
at org.dspace.workflow.WorkflowManager.doState(WorkflowManager.java:619)
at org.dspace.workflow.WorkflowManager.doState(WorkflowManager.java:592)
at org.dspace.workflow.WorkflowManager.doState(WorkflowManager.java:556)
at org.dspace.workflow.WorkflowManager.doState(WorkflowManager.java:516)
at org.dspace.workflow.WorkflowManager.start(WorkflowManager.java:201)
at 
org.dspace.submit.step.CompleteStep.doProcessing(CompleteStep.java:115)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at 
org.mozilla.javascript.NativeJavaMethod.call(NativeJavaMethod.java:230)
at org.mozilla.javascript.ScriptRuntime.call(ScriptRuntime.java:1244)
at 
org.mozilla.javascript.continuations.ContinuationInterpreter.interpret(ContinuationInterpreter.java:1134)
at 
org.mozilla.javascript.continuations.ContinuationInterpreter.interpret(ContinuationInterpreter.java:190)
at 
org.mozilla.javascript.continuations.ContinuationInterpreter.interpret(ContinuationInterpreter.java:138)
at 
org.mozilla.javascript.continuations.InterpretedFunctionImpl.call(InterpretedFunctionImpl.java:121)
at org.mozilla.javascript.ScriptRuntime.call(ScriptRuntime.java:1244)
at 
org.mozilla.javascript.ScriptableObject.callMethod(ScriptableObject.java:1591)
at 
org.apache.cocoon.components.flow.javascript.fom.FOM_JavaScriptInterpreter.handleContinuation(FOM_JavaScriptInterpreter.java:852)
at 
org.apache.cocoon.components.treeprocessor.sitemap.CallFunctionNode.invoke(CallFunctionNode.java:123)
at 
org.apache.cocoon.components.treeprocessor.AbstractParentProcessingNode.invokeNodes(AbstractParentProcessingNode.java:46)
at 
org.apache.cocoon.components.treeprocessor.sitemap.PreparableMatchNode.invoke(PreparableMatchNode.java:130)
at 

Re: [Dspace-tech] Submission form's initial questions (bug)

2008-10-10 Thread mikan.d.dspace listmail
Actually this should propably be reported as a bug. Its not possible to use
configurable submission and drop out the initial questions if you want to
use fields like dc.publisher, dc.citation or dc.date.issued, since they seem
to require the initial questions on code level.

-Mika

2008/10/9 Dorothea Salo [EMAIL PROTECTED]

 On Thu, Oct 9, 2008 at 3:56 AM, mikan.d.dspace listmail
 [EMAIL PROTECTED] wrote:
  DSpace should definetely get rid of hard coded field settings and let the
  system read the form settings from configuration files.
  I tried to comment out some lines from the code, but couldnt achieve what
 Im
  looking after; that is to let user enter date.issued without having to
 use
  the initial questions in workflow. Would some of the developers comment
 on
  how to achieve this?

 This is somewhat hacky, but one way might be to replace the
 previously published checkbox with an option type=hidden that
 turns that option on. You'll be stuck with dc.identifier.citation, I'm
 afraid, but perhaps that's a tolerable tradeoff?

 Dorothea

 --
 Dorothea Salo[EMAIL PROTECTED]
 Digital Repository Librarian  AIM: mindsatuw
 University of Wisconsin
 Rm 218, Memorial Library
 (608) 262-5493

 -
 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] Submission form's initial questions

2008-10-09 Thread Dorothea Salo
On Thu, Oct 9, 2008 at 3:56 AM, mikan.d.dspace listmail
[EMAIL PROTECTED] wrote:
 DSpace should definetely get rid of hard coded field settings and let the
 system read the form settings from configuration files.
 I tried to comment out some lines from the code, but couldnt achieve what Im
 looking after; that is to let user enter date.issued without having to use
 the initial questions in workflow. Would some of the developers comment on
 how to achieve this?

This is somewhat hacky, but one way might be to replace the
previously published checkbox with an option type=hidden that
turns that option on. You'll be stuck with dc.identifier.citation, I'm
afraid, but perhaps that's a tolerable tradeoff?

Dorothea

-- 
Dorothea Salo[EMAIL PROTECTED]
Digital Repository Librarian  AIM: mindsatuw
University of Wisconsin
Rm 218, Memorial Library
(608) 262-5493

-
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] Submission form's initial questions

2008-10-06 Thread Sandoval, Alvaro
Hi:
Now I know why:
We excluded the citation field from the submission form, and it is required
for the checkbox to appear. It would be easier if that behaviour is included
in a configuration file.

Thanks,
Alvaro

-Mensaje original-
De: Sandoval, Alvaro [mailto:[EMAIL PROTECTED] 
Enviado el: Miércoles, 01 de Octubre de 2008 13:11
Para: '[EMAIL PROTECTED]'
Asunto: [Dspace-tech] Submission form's initial questions

Hi all:

We have dspace1.5, and suddenly in the submission form doesn't appear the
The item has been published or publicly distributed before checkbox.
And because of that the field date.issued is not present in the form.

Do you know why, and how to change it?

Thanks in advance.
Alvaro Sandoval
[EMAIL PROTECTED]
Biblioteca del Congreso Nacional Chile

-
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] Submission form's initial questions

2008-10-06 Thread Víctor Izaguirre
Yes, It's possible change this, you need change the code in this file
dspace-source\src\org\dspace\app\webui\util\DCInputSet.java


/**
 * Does this set of inputs include the previously published fields?
 *
 * @return true if the current set has all the prev. published fields
 */
public boolean isDefinedPubBefore()
{
 return ( isFieldPresent(date.issued) 
 isFieldPresent(identifier.citation) 
 isFieldPresent(publisher.null) );
}

and

private static boolean doField(DCInput dcf, boolean
addTitleAlternative,
   boolean addPublishedBefore)
{
 String rowName = dcf.getElement() + . + dcf.getQualifier();
 if ( rowName.equals(title.alternative)  ! addTitleAlternative )
 {
 return false;
 }
 if (rowName.equals(date.issued)  ! addPublishedBefore )
 {
 return false;
 }
 if (rowName.equals(publisher.null)  ! addPublishedBefore )
 {
 return false;
 }
 if (rowName.equals(identifier.citation)  ! addPublishedBefore )
 {
 return false;
 }

 return true;
}
2008/10/6 Sandoval, Alvaro [EMAIL PROTECTED]

 Hi:
 Now I know why:
 We excluded the citation field from the submission form, and it is required
 for the checkbox to appear. It would be easier if that behaviour is
 included
 in a configuration file.

 Thanks,
 Alvaro

 -Mensaje original-
 De: Sandoval, Alvaro [mailto:[EMAIL PROTECTED]
 Enviado el: Miércoles, 01 de Octubre de 2008 13:11
 Para: '[EMAIL PROTECTED]'
 Asunto: [Dspace-tech] Submission form's initial questions

 Hi all:

 We have dspace1.5, and suddenly in the submission form doesn't appear the
 The item has been published or publicly distributed before checkbox.
 And because of that the field date.issued is not present in the form.

 Do you know why, and how to change it?

 Thanks in advance.
 Alvaro Sandoval
 [EMAIL PROTECTED]
 Biblioteca del Congreso Nacional Chile

 -
 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




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


[Dspace-tech] Submission form's initial questions

2008-10-04 Thread Sandoval, Alvaro
Hi all:

We have dspace1.5, and suddenly in the submission form doesn't appear the
The item has been published or publicly distributed before checkbox.
And because of that the field date.issued is not present in the form.

Do you know why, and how to change it?

Thanks in advance.
Alvaro Sandoval
[EMAIL PROTECTED]
Biblioteca del Congreso Nacional Chile

-
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] Submission Error

2008-08-14 Thread Brett, Hamish
Hi

If the problem described below has been corrected in the 1.5 branch then I have 
another issue, which I suspect as this did not occur in our test server

Thanks

Hamish 

-Original Message-
From: Claudia Jürgen [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, 13 August 2008 11:52 PM
To: Anderson, Charles W
Cc: Brett, Hamish; dspace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] Submission Error

Hi all,

this has been corrected in the 1.5.x branch.

Sunny greetings

Claudia


Anderson, Charles W schrieb:
 Hi, Hamish --
 
 
 We had the same problem; I posted on it a couple of days ago.  There are 
 several places in three of the submission jsps  where L ocaleSupport 
 statements are used to write links, and the quotation marks in the links are 
 not escaped properly; we fixed the problem by escaping the quotes (with a \ 
 character).   
 
 
 The files involved, with line numbers: 
 
 submit/edit-metadata.jsp, lines 990 and 997 
 submit/show-uploaded-file.jsp, lines 122, 203 and 210
 submit/review.jsp, line 97 
 
 
 
 Please feel free to contact me directly if this isn't clear. 
 
 
 Cheers,
 
 
 Bill
 
 
 
 - Original Message -
 From: Hamish Brett [EMAIL PROTECTED]
 To: dspace-tech@lists.sourceforge.net
 Sent: Wednesday, August 13, 2008 3:04:53 AM GMT -05:00 US/Canada 
 Eastern
 Subject: [Dspace-tech] Submission Error
 
 
 Hi
   
 Just upgrading to 1.5, when I go to submit an item it allows me to 
 select the collection and then once selected if the item is published 
 before or not I receive an Internal Error , with the logs reporting 
 this below. Any ideas
   
 Thanks
   
 Hamish
   
 2008-08-13 16:27:35,302 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 q uoted 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

Re: [Dspace-tech] Submission Error

2008-08-14 Thread Claudia Jürgen
Hi Hamish,

the missing escapes for quotation marks were corrected in 1.5.x not 1.5 
yesterday afternoon. Did you update your sources?

Claudia


Brett, Hamish schrieb:
 Hi
 
 If the problem described below has been corrected in the 1.5 branch then I 
 have another issue, which I suspect as this did not occur in our test server
 
 Thanks
 
 Hamish 
 
 -Original Message-
 From: Claudia Jürgen [mailto:[EMAIL PROTECTED] 
 Sent: Wednesday, 13 August 2008 11:52 PM
 To: Anderson, Charles W
 Cc: Brett, Hamish; dspace-tech@lists.sourceforge.net
 Subject: Re: [Dspace-tech] Submission Error
 
 Hi all,
 
 this has been corrected in the 1.5.x branch.
 
 Sunny greetings
 
 Claudia
 
 
 Anderson, Charles W schrieb:
 Hi, Hamish --


 We had the same problem; I posted on it a couple of days ago.  There are 
 several places in three of the submission jsps  where L ocaleSupport 
 statements are used to write links, and the quotation marks in the links are 
 not escaped properly; we fixed the problem by escaping the quotes (with a \ 
 character).   


 The files involved, with line numbers: 

 submit/edit-metadata.jsp, lines 990 and 997 
 submit/show-uploaded-file.jsp, lines 122, 203 and 210
 submit/review.jsp, line 97 



 Please feel free to contact me directly if this isn't clear. 


 Cheers,


 Bill



 - Original Message -
 From: Hamish Brett [EMAIL PROTECTED]
 To: dspace-tech@lists.sourceforge.net
 Sent: Wednesday, August 13, 2008 3:04:53 AM GMT -05:00 US/Canada 
 Eastern
 Subject: [Dspace-tech] Submission Error


 Hi
   
 Just upgrading to 1.5, when I go to submit an item it allows me to 
 select the collection and then once selected if the item is published 
 before or not I receive an Internal Error , with the logs reporting 
 this below. Any ideas
   
 Thanks
   
 Hamish
   
 2008-08-13 16:27:35,302 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 q uoted 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

Re: [Dspace-tech] Submission Error

2008-08-14 Thread Brett, Hamish
Hi Claudia,

Are you saying that this error has been corrected since 1.5 has been released? 
The source I am using was downloaded August 6.

I am still a bit confused with this new system ie Maven. When you say update 
your sources, what precisely am I meant to do.

Currently when I change a jsp I run a script that includes mvn clean package 
is this suffient or are you saying run mvn package again? But wont this 
overwrite my configuration.

Regards

Hamish 

-Original Message-
From: Claudia Jürgen [mailto:[EMAIL PROTECTED] 
Sent: Thursday, 14 August 2008 4:22 PM
To: Brett, Hamish
Cc: Anderson, Charles W; dspace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] Submission Error

Hi Hamish,

the missing escapes for quotation marks were corrected in 1.5.x not 1.5 
yesterday afternoon. Did you update your sources?

Claudia


Brett, Hamish schrieb:
 Hi
 
 If the problem described below has been corrected in the 1.5 branch 
 then I have another issue, which I suspect as this did not occur in 
 our test server
 
 Thanks
 
 Hamish
 
 -Original Message-
 From: Claudia Jürgen [mailto:[EMAIL PROTECTED]
 Sent: Wednesday, 13 August 2008 11:52 PM
 To: Anderson, Charles W
 Cc: Brett, Hamish; dspace-tech@lists.sourceforge.net
 Subject: Re: [Dspace-tech] Submission Error
 
 Hi all,
 
 this has been corrected in the 1.5.x branch.
 
 Sunny greetings
 
 Claudia
 
 
 Anderson, Charles W schrieb:
 Hi, Hamish --


 We had the same problem; I posted on it a couple of days ago.  There are 
 several places in three of the submission jsps  where L ocaleSupport 
 statements are used to write links, and the quotation marks in the links are 
 not escaped properly; we fixed the problem by escaping the quotes (with a \ 
 character).   


 The files involved, with line numbers: 

 submit/edit-metadata.jsp, lines 990 and 997 
 submit/show-uploaded-file.jsp, lines 122, 203 and 210
 submit/review.jsp, line 97 



 Please feel free to contact me directly if this isn't clear. 


 Cheers,


 Bill



 - Original Message -
 From: Hamish Brett [EMAIL PROTECTED]
 To: dspace-tech@lists.sourceforge.net
 Sent: Wednesday, August 13, 2008 3:04:53 AM GMT -05:00 US/Canada 
 Eastern
 Subject: [Dspace-tech] Submission Error


 Hi
   
 Just upgrading to 1.5, when I go to submit an item it allows me to 
 select the collection and then once selected if the item is published 
 before or not I receive an Internal Error , with the logs reporting 
 this below. Any ideas
   
 Thanks
   
 Hamish
   
 2008-08-13 16:27:35,302 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 q uoted 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

Re: [Dspace-tech] Submission Error

2008-08-14 Thread Claudia Jürgen
Hi Brett,

the error was corrected in the 1.5.x branch not in 1.5.
1.5.x is the maintenance branch for the next release.

Sunny greetings

Claudia


Brett, Hamish schrieb:
 Hi Claudia,
 
 Are you saying that this error has been corrected since 1.5 has been 
 released? The source I am using was downloaded August 6.
 
 I am still a bit confused with this new system ie Maven. When you say update 
 your sources, what precisely am I meant to do.
 
 Currently when I change a jsp I run a script that includes mvn clean 
 package is this suffient or are you saying run mvn package again? But wont 
 this overwrite my configuration.
 
 Regards
 
 Hamish 
 
 -Original Message-
 From: Claudia Jürgen [mailto:[EMAIL PROTECTED] 
 Sent: Thursday, 14 August 2008 4:22 PM
 To: Brett, Hamish
 Cc: Anderson, Charles W; dspace-tech@lists.sourceforge.net
 Subject: Re: [Dspace-tech] Submission Error
 
 Hi Hamish,
 
 the missing escapes for quotation marks were corrected in 1.5.x not 1.5 
 yesterday afternoon. Did you update your sources?
 
 Claudia
 
 
 Brett, Hamish schrieb:
 Hi

 If the problem described below has been corrected in the 1.5 branch 
 then I have another issue, which I suspect as this did not occur in 
 our test server

 Thanks

 Hamish

 -Original Message-
 From: Claudia Jürgen [mailto:[EMAIL PROTECTED]
 Sent: Wednesday, 13 August 2008 11:52 PM
 To: Anderson, Charles W
 Cc: Brett, Hamish; dspace-tech@lists.sourceforge.net
 Subject: Re: [Dspace-tech] Submission Error

 Hi all,

 this has been corrected in the 1.5.x branch.

 Sunny greetings

 Claudia


 Anderson, Charles W schrieb:
 Hi, Hamish --


 We had the same problem; I posted on it a couple of days ago.  There are 
 several places in three of the submission jsps  where L ocaleSupport 
 statements are used to write links, and the quotation marks in the links 
 are not escaped properly; we fixed the problem by escaping the quotes (with 
 a \ character).   


 The files involved, with line numbers: 

 submit/edit-metadata.jsp, lines 990 and 997 
 submit/show-uploaded-file.jsp, lines 122, 203 and 210
 submit/review.jsp, line 97 



 Please feel free to contact me directly if this isn't clear. 


 Cheers,


 Bill



 - Original Message -
 From: Hamish Brett [EMAIL PROTECTED]
 To: dspace-tech@lists.sourceforge.net
 Sent: Wednesday, August 13, 2008 3:04:53 AM GMT -05:00 US/Canada 
 Eastern
 Subject: [Dspace-tech] Submission Error


 Hi
   
 Just upgrading to 1.5, when I go to submit an item it allows me to 
 select the collection and then once selected if the item is published 
 before or not I receive an Internal Error , with the logs reporting 
 this below. Any ideas
   
 Thanks
   
 Hamish
   
 2008-08-13 16:27:35,302 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 q uoted 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

Re: [Dspace-tech] Submission Error

2008-08-14 Thread Robert Roggenbuck
Hi Brett,

Brett, Hamish schrieb:
[snip]
 
 Currently when I change a jsp I run a script that includes mvn clean 
 package is this suffient or are you saying run mvn package again? But wont 
 this overwrite my configuration.
For my experiences a mvn package is enough. I do a mvn clean only if 
I get errors during mvn package. After altering jsp files You need to 
execute a ant update (in the 
[dspace-source]/dspace/target/dspace-1.5.0-build.dir/).

Greetings

Robert

 
 -Original Message-
 From: Claudia Jürgen [mailto:[EMAIL PROTECTED] 
 Sent: Thursday, 14 August 2008 4:22 PM
 To: Brett, Hamish
 Cc: Anderson, Charles W; dspace-tech@lists.sourceforge.net
 Subject: Re: [Dspace-tech] Submission Error
 
 Hi Hamish,
 
 the missing escapes for quotation marks were corrected in 1.5.x not 1.5 
 yesterday afternoon. Did you update your sources?
 
 Claudia
 
 
 Brett, Hamish schrieb:
 Hi

 If the problem described below has been corrected in the 1.5 branch 
 then I have another issue, which I suspect as this did not occur in 
 our test server

 Thanks

 Hamish

 -Original Message-
 From: Claudia Jürgen [mailto:[EMAIL PROTECTED]
 Sent: Wednesday, 13 August 2008 11:52 PM
 To: Anderson, Charles W
 Cc: Brett, Hamish; dspace-tech@lists.sourceforge.net
 Subject: Re: [Dspace-tech] Submission Error

 Hi all,

 this has been corrected in the 1.5.x branch.

 Sunny greetings

 Claudia


 Anderson, Charles W schrieb:
 Hi, Hamish --


 We had the same problem; I posted on it a couple of days ago.  There are 
 several places in three of the submission jsps  where L ocaleSupport 
 statements are used to write links, and the quotation marks in the links 
 are not escaped properly; we fixed the problem by escaping the quotes (with 
 a \ character).   


 The files involved, with line numbers: 

 submit/edit-metadata.jsp, lines 990 and 997 
 submit/show-uploaded-file.jsp, lines 122, 203 and 210
 submit/review.jsp, line 97 



 Please feel free to contact me directly if this isn't clear. 


 Cheers,


 Bill



 - Original Message -
 From: Hamish Brett [EMAIL PROTECTED]
 To: dspace-tech@lists.sourceforge.net
 Sent: Wednesday, August 13, 2008 3:04:53 AM GMT -05:00 US/Canada 
 Eastern
 Subject: [Dspace-tech] Submission Error


 Hi
   
 Just upgrading to 1.5, when I go to submit an item it allows me to 
 select the collection and then once selected if the item is published 
 before or not I receive an Internal Error , with the logs reporting 
 this below. Any ideas
   
 Thanks
   
 Hamish
   
 2008-08-13 16:27:35,302 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 q uoted 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

Re: [Dspace-tech] Submission Error

2008-08-14 Thread Mark H. Wood
But what you get still depends on whether you are packaging 1.5
release or 1_5_x SNAPSHOT.  DSpace version 1.5 is released -- it
doesn't change.  DSpace 1_5_X is still being developed, and may change
several times a day.  At some point a release 1.5.1 will be branched
off of 1_5_x, and that also will be fixed while 1_5_x continues to
evolve.

If you are running Maven over 1.5 release, you will not get any
updates.  (Well, Maven will update its *own* components all the time,
like it or not, but that's a separate issue.)

-- 
Mark H. Wood, Lead System Programmer   [EMAIL PROTECTED]
Typically when a software vendor says that a product is intuitive he
means the exact opposite.



pgpL9TJ6RRj5W.pgp
Description: 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] Submission Error

2008-08-14 Thread Brett, Hamish
Hi 

Thanks for your help it seems to work now. What I did was

Download the following files

* upload-file-list.jsp 
* edit-metadata.jsp 
* review.jsp 3043 
* show-uploaded-file.jsp

From

http://dspace.svn.sourceforge.net/viewvc/dspace/branches/dspace-1_5_x/dspace-jspui/dspace-jspui-webapp/src/main/webapp/submit/?sortby=date#dirlist

And placed them in the 

dspace/modules/jspui/src/main/webapp directory

Recompiled the application and everything seems fine.

Thanks again

Hamish 

-Original Message-
From: Robert Roggenbuck [mailto:[EMAIL PROTECTED] 
Sent: Thursday, 14 August 2008 5:28 PM
To: Brett, Hamish
Cc: Claudia Jürgen; dspace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] Submission Error

Hi Brett,

Brett, Hamish schrieb:
[snip]
 
 Currently when I change a jsp I run a script that includes mvn clean 
 package is this suffient or are you saying run mvn package again? But wont 
 this overwrite my configuration.
For my experiences a mvn package is enough. I do a mvn clean only if I get 
errors during mvn package. After altering jsp files You need to execute a 
ant update (in the [dspace-source]/dspace/target/dspace-1.5.0-build.dir/).

Greetings

Robert

 
 -Original Message-
 From: Claudia Jürgen [mailto:[EMAIL PROTECTED]
 Sent: Thursday, 14 August 2008 4:22 PM
 To: Brett, Hamish
 Cc: Anderson, Charles W; dspace-tech@lists.sourceforge.net
 Subject: Re: [Dspace-tech] Submission Error
 
 Hi Hamish,
 
 the missing escapes for quotation marks were corrected in 1.5.x not 1.5 
 yesterday afternoon. Did you update your sources?
 
 Claudia
 
 
 Brett, Hamish schrieb:
 Hi

 If the problem described below has been corrected in the 1.5 branch 
 then I have another issue, which I suspect as this did not occur in 
 our test server

 Thanks

 Hamish

 -Original Message-
 From: Claudia Jürgen [mailto:[EMAIL PROTECTED]
 Sent: Wednesday, 13 August 2008 11:52 PM
 To: Anderson, Charles W
 Cc: Brett, Hamish; dspace-tech@lists.sourceforge.net
 Subject: Re: [Dspace-tech] Submission Error

 Hi all,

 this has been corrected in the 1.5.x branch.

 Sunny greetings

 Claudia


 Anderson, Charles W schrieb:
 Hi, Hamish --


 We had the same problem; I posted on it a couple of days ago.  There are 
 several places in three of the submission jsps  where L ocaleSupport 
 statements are used to write links, and the quotation marks in the links 
 are not escaped properly; we fixed the problem by escaping the quotes (with 
 a \ character).   


 The files involved, with line numbers: 

 submit/edit-metadata.jsp, lines 990 and 997 
 submit/show-uploaded-file.jsp, lines 122, 203 and 210
 submit/review.jsp, line 97 



 Please feel free to contact me directly if this isn't clear. 


 Cheers,


 Bill



 - Original Message -
 From: Hamish Brett [EMAIL PROTECTED]
 To: dspace-tech@lists.sourceforge.net
 Sent: Wednesday, August 13, 2008 3:04:53 AM GMT -05:00 US/Canada 
 Eastern
 Subject: [Dspace-tech] Submission Error


 Hi
   
 Just upgrading to 1.5, when I go to submit an item it allows me to 
 select the collection and then once selected if the item is 
 published before or not I receive an Internal Error , with the logs 
 reporting this below. Any ideas
   
 Thanks
   
 Hamish
   
 2008-08-13 16:27:35,302 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 q uoted 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

[Dspace-tech] Submission Error

2008-08-13 Thread Brett, Hamish
Hi
 
Just upgrading to 1.5, when I go to submit an item it allows me to
select the collection and then once selected if the item is published
before or not I receive an Internal Error , with the logs reporting this
below. Any ideas 
 
Thanks
 
Hamish
 
2008-08-13 16:27:35,302 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 q
uoted with  which must be escaped when used within the value
at
org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHand
ler.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.jav
a: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.ja
va:586)
at
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.ja
va: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(Applica
tionFilterChain.java:290)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilt
erChain.java:206)
at
org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatc
her.java:630)
at
org.apache.catalina.core.ApplicationDispatcher.processRequest(Applicatio
nDispatcher.java:436)
at
org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDisp
atcher.java:374)
at
org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispat
cher.java:302)
at
org.dspace.app.webui.util.JSPManager.showJSP(JSPManager.java:91)
at
org.dspace.app.webui.submit.JSPStepManager.showJSP(JSPStepManager.java:3
95)
at
org.dspace.app.webui.submit.step.JSPDescribeStep.showEditMetadata(JSPDes
cribeStep.java:239)
at
org.dspace.app.webui.submit.step.JSPDescribeStep.doPreProcessing(JSPDesc
ribeStep.java:142)
at
org.dspace.app.webui.submit.JSPStepManager.doStepStart(JSPStepManager.ja
va:310)
at
org.dspace.app.webui.submit.JSPStepManager.processStep(JSPStepManager.ja
va:275)
at
org.dspace.app.webui.servlet.SubmissionController.doStep(SubmissionContr
oller.java:407)
at
org.dspace.app.webui.servlet.SubmissionController.doNextStep(SubmissionC
ontroller.java:477)
at
org.dspace.app.webui.servlet.SubmissionController.doStep(SubmissionContr
oller.java:423)
at
org.dspace.app.webui.servlet.SubmissionController.doDSPost(SubmissionCon
troller.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)


IMPORTANT: This email remains the property of the Australian Defence 
Organisation and is subject to the jurisdiction of section 70 of the CRIMES ACT 
1914.  If you have received this email in error, you are requested to contact 
the sender and delete the email.


-
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 

Re: [Dspace-tech] Submission Error

2008-08-13 Thread Anderson, Charles W

Hi, Hamish -- 


We had the same problem; I posted on it a couple of days ago.  There are 
several places in three of the submission jsps  where L ocaleSupport statements 
are used to write links, and the quotation marks in the links are not escaped 
properly; we fixed the problem by escaping the quotes (with a \ character).   


The files involved, with line numbers: 

submit/edit-metadata.jsp, lines 990 and 997 
submit/show-uploaded-file.jsp, lines 122, 203 and 210 
submit/review.jsp, line 97     



Please feel free to contact me directly if this isn't clear. 


Cheers, 


Bill 



- Original Message - 
From: Hamish Brett [EMAIL PROTECTED] 
To: dspace-tech@lists.sourceforge.net 
Sent: Wednesday, August 13, 2008 3:04:53 AM GMT -05:00 US/Canada Eastern 
Subject: [Dspace-tech] Submission Error 


Hi 
  
Just upgrading to 1.5, when I go to submit an item it allows me to select the 
collection and then once selected if the item is published before or not I 
receive an Internal Error , with the logs reporting this below. Any ideas 
  
Thanks 
  
Hamish 
  
2008-08-13 16:27:35,302 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 q 
uoted 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] Submission Error

2008-08-13 Thread Claudia Jürgen
Hi all,

this has been corrected in the 1.5.x branch.

Sunny greetings

Claudia


Anderson, Charles W schrieb:
 Hi, Hamish -- 
 
 
 We had the same problem; I posted on it a couple of days ago.  There are 
 several places in three of the submission jsps  where L ocaleSupport 
 statements are used to write links, and the quotation marks in the links are 
 not escaped properly; we fixed the problem by escaping the quotes (with a \ 
 character).   
 
 
 The files involved, with line numbers: 
 
 submit/edit-metadata.jsp, lines 990 and 997 
 submit/show-uploaded-file.jsp, lines 122, 203 and 210 
 submit/review.jsp, line 97 
 
 
 
 Please feel free to contact me directly if this isn't clear. 
 
 
 Cheers, 
 
 
 Bill 
 
 
 
 - Original Message - 
 From: Hamish Brett [EMAIL PROTECTED] 
 To: dspace-tech@lists.sourceforge.net 
 Sent: Wednesday, August 13, 2008 3:04:53 AM GMT -05:00 US/Canada Eastern 
 Subject: [Dspace-tech] Submission Error 
 
 
 Hi 
   
 Just upgrading to 1.5, when I go to submit an item it allows me to select the 
 collection and then once selected if the item is published before or not I 
 receive an Internal Error , with the logs reporting this below. Any ideas 
   
 Thanks 
   
 Hamish 
   
 2008-08-13 16:27:35,302 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 q 
 uoted 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

[Dspace-tech] Submission forms

2007-08-24 Thread Mika Stenberg
Is there a way to get rid of the initial questions page on 
submissions? I would also like to include the upload file dialog on 
the first page, is this currently possible?

Thanks,
Mika

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now   http://get.splunk.com/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Submission System for DSpace 1.4.1

2007-03-26 Thread Tim Donohue
Jayan,

My Configurable Submission System presentation from OR2007 is available 
for download at:
http://hdl.handle.net/2142/207

A new version of the Configurable Submission System will be out very 
soon (likely today), and will be posted to SourceForge.  The big change 
is that it is now fully compatible with Manakin (so you can use it with 
either the current JSP UI or the upcoming Manakin XML UI).   This is all 
in preparation for its release as a part of DSpace alongside Manakin.

- Tim

-- 


Tim Donohue
Research Programmer, Illinois Digital Environment for
Access to Learning and Scholarship (IDEALS)
135 Grainger Engineering Library
University of Illinois at Urbana-Champaign

email: [EMAIL PROTECTED]
web:   http://www.ideals.uiuc.edu
phone: (217) 333-4648
fax:   (217) 244-7764




Jayan Chirayath Kurian wrote:
 **Hi!**
 
 ** **
 
 **Any one has implemented configurable Submission System for DSpace 
 1.4.1. I find **Tim Donohue had a presentation in OR2007.
 
 Is this presentation accessible? Please suggest where I can get relevant 
 resources for customizing DSpace submission workflow.
 
  
 
 Thanks,
 
 Jayan
 
 * *
 


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Submission System for DSpace 1.4.1

2007-03-25 Thread Jayan Chirayath Kurian
Hi!

 

Any one has implemented configurable Submission System for DSpace 1.4.1.
I find Tim Donohue had a presentation in OR2007. 

Is this presentation accessible? Please suggest where I can get relevant
resources for customizing DSpace submission workflow.

 

Thanks,

Jayan

 

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech