Re: [Dspace-tech] Item Submission Loops on Describe Step - xmlui

2009-08-04 Thread Claudia Jürgen
Hi Damian,

you can adjust the log level in
[dspace]/config/log4j.properties from INFO to DEBUG

Hope that helps

Claudia Jürgen


Sobieralski, Damian Michael schrieb:
 I've made lots of changes to the system (both myself and my
 predecessor). Sadly, unless anyone on this list can offer a shortcut
 I'm going to have to deploy a 1.5.2 fresh and re-add my changes one
 by one, try submission, and add more some changes until I see where
 it is broken. As this needs to work by Monday this means there goes
 my weekend *sigh* I was so happy I got our eprints data into Dspace
 these past 3 days. THAT is where I thought I'd run into problems and
 that was actually qujite easy.   I never thought something as simple
 as manual submission would be my downfall on meeting my deadline.
 
 I find it odd that both on the webpage and in the log no error
 message is logged.  Dspace seems a tad fragile. It kicks butt when it
 is humming but when problems occur it just seems so difficult to even
 locate the problem.  Still, this is not meant as a complaint session.
 I'm just frustrated tonight.
 
 Is there any way to crank up the logging to a chew my ear off level?
 
 -Original Message- From: Claudia Juergen
 [mailto:claudia.juer...@ub.uni-dortmund.de] Sent: Friday, July 31,
 2009 5:21 PM To: Sobieralski, Damian Michael Cc:
 dspace-tech@lists.sourceforge.net Subject: RE: [Dspace-tech] Item
 Submission Loops on Describe Step - xmlui
 
 Hi Damian,
 
 the form reset is afair an old error. It should not occur in 1.5.2
 which you are using. Did you make other changes than the one to the
 initial questions step you have mentioned?
 
 Claudia Jürgen
 
 That was it.
 
 In item-submission I removed the step 1 but didn't uncomment the
 portion that says to uncomment if I commented out step 1. Duh!
 Thank you.
 
 So now data issues renders fine.
 
 However, I am at the same original problem.  I now fill in EVERY
 form field and click Next  and it loops back to the Desribe
 page again with all fields reset to blank.  And if I try to add a
 keyword (click
 add)
 it re-renders the page w/ nothing added and everything reset :(
 
 
 
 -Original Message- From: Claudia Juergen
 [mailto:claudia.juer...@ub.uni-dortmund.de] Sent: Friday, July
 31, 2009 4:44 PM To: Sobieralski, Damian Michael Cc: Claudia
 Juergen; dspace-tech@lists.sourceforge.net Subject: RE:
 [Dspace-tech] Item Submission Loops on Describe Step - xmlui
 
 Hi Damian,
 
 this field is only rendered if you checked the initial question
 whether the item has been published before. Checking this will
 enable the date issued, the publisher and citation field by
 default.
 
 Hope that helps
 
 
 Claudia Jürgen
 
 Claudia,
 
 Thank you. That was it. But I am having a related problem.
 The
 required
 field that isn't being filed in isn't being rendered.
 
 It is dc.date.issued. I used Firebug to see if maybe it
 wasn't being displayed but it isn't being rendered. And yes,
 dc.date.issued exists
 in
 my metadata registry. It should appear between Title and
 Publisherbut
 it doesn't.
 
 Relevant section of my input-forms.xml
 
 !-- Title* -- field dc-schemadc/dc-schema 
 dc-elementtitle/dc-element dc-qualifier/dc-qualifier 
 repeatablefalse/repeatable labelTitle/label 
 input-typeonebox/input-type hint/hint requiredYou
 must enter a main title for this
 item./required
 /field
 
 !-- Year* -- field dc-schemadc/dc-schema 
 dc-elementdate/dc-element 
 dc-qualifierissued/dc-qualifier 
 repeatablefalse/repeatable labelDate Issued/label 
 input-typeonebox/input-type 
 hintxmlui.Submission.submit.DescribeStep.hint.year/hint 
 requiredYou must enter the year in which the document was 
 written or published./required /field
 
 
 !-- Publisher -- field dc-schemadc/dc-schema 
 dc-elementpublisher/dc-element 
 dc-qualifier/dc-qualifier repeatablefalse/repeatable 
 labelPublisher/label input-typeonebox/input-type
 
 hintxmlui.Submission.submit.DescribeStep.hint.publisher/hint
 
 required/required /field
 
 And to make sure this was the right form, I added anther
 field and it renderes jsut fine in this form.
 
 Any ideas?
 
 - Damian
 
 
 -Original Message- From: Claudia Juergen
 [mailto:claudia.juer...@ub.uni-dortmund.de] Sent: Friday,
 July 31, 2009 3:07 PM To: Sobieralski, Damian Michael Cc:
 dspace-tech@lists.sourceforge.net Subject: Re:
 [Dspace-tech] Item Submission Loops on Describe Step - 
 xmlui
 
 Hi Damian,
 
 if there is no error, it might be that you did not fill in
 an
 obligatory
 metadata field. In the input-forms.xml fields marked with
 required
 will
 leed to this effect. There is usually a highligted hint,
 but if this
 is
 missing it might not be obvious.
 
 Hope that helps
 
 Claudia Jürgen
 
 I'm a fairly new Dspace administrator so please forgive
 the
 simplicity
 of
 this question.
 
 I'm using Dspace 1.5.2 and xmlui.  I am on the Describe
 step of
 Item
 Submission. I fill in the values and hit the Next 
 button. But
 Dspace
 puts me back

[Dspace-tech] Item Submission Loops on Describe Step - xmlui

2009-07-31 Thread Sobieralski, Damian Michael
I'm a fairly new Dspace administrator so please forgive the simplicity of this 
question.

I'm using Dspace 1.5.2 and xmlui.  I am on the Describe step of Item 
Submission. I fill in the values and hit the Next  button. But Dspace puts 
me back at the describe step with no message.  And I see nothing in the logs.

Could some kind soul give me a nudge to help determine where this might be 
hanging?

- Damian


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Item Submission Loops on Describe Step - xmlui

2009-07-31 Thread Claudia Juergen
Hi Damian,

if there is no error, it might be that you did not fill in an obligatory
metadata field. In the input-forms.xml fields marked with required will
leed to this effect. There is usually a highligted hint, but if this is
missing it might not be obvious.

Hope that helps

Claudia Jürgen

 I'm a fairly new Dspace administrator so please forgive the simplicity of
 this question.

 I'm using Dspace 1.5.2 and xmlui.  I am on the Describe step of Item
 Submission. I fill in the values and hit the Next  button. But Dspace
 puts me back at the describe step with no message.  And I see nothing in
 the logs.

 Could some kind soul give me a nudge to help determine where this might be
 hanging?

 - Damian


 --
 Let Crystal Reports handle the reporting - Free Crystal Reports 2008
 30-Day
 trial. Simplify your report design, integration and deployment - and focus
 on
 what you do best, core application coding. Discover what's new with
 Crystal Reports now.  http://p.sf.net/sfu/bobj-july
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech




--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Item Submission Loops on Describe Step - xmlui

2009-07-31 Thread Sobieralski, Damian Michael
Claudia,

Thank you. That was it. But I am having a related problem. The required field 
that isn't being filed in isn't being rendered.

It is dc.date.issued. I used Firebug to see if maybe it wasn't being displayed 
but it isn't being rendered. And yes, dc.date.issued exists in my metadata 
registry. It should appear between Title and Publisherbut it doesn't.

Relevant section of my input-forms.xml

   !-- Title* --  
   field
 dc-schemadc/dc-schema
 dc-elementtitle/dc-element
 dc-qualifier/dc-qualifier
 repeatablefalse/repeatable
 labelTitle/label
 input-typeonebox/input-type
 hint/hint
 requiredYou must enter a main title for this item./required
   /field

   !-- Year* --
   field
 dc-schemadc/dc-schema
 dc-elementdate/dc-element
 dc-qualifierissued/dc-qualifier
 repeatablefalse/repeatable
 labelDate Issued/label
 input-typeonebox/input-type
 hintxmlui.Submission.submit.DescribeStep.hint.year/hint
 requiredYou must enter the year in which the document was written or 
published./required
   /field


   !-- Publisher --
   field
 dc-schemadc/dc-schema
 dc-elementpublisher/dc-element
 dc-qualifier/dc-qualifier
 repeatablefalse/repeatable
 labelPublisher/label
 input-typeonebox/input-type
 hintxmlui.Submission.submit.DescribeStep.hint.publisher/hint
 required/required
   /field

And to make sure this was the right form, I added anther field and it renderes 
jsut fine in this form.  

Any ideas?

- Damian


 -Original Message-
 From: Claudia Juergen [mailto:claudia.juer...@ub.uni-dortmund.de]
 Sent: Friday, July 31, 2009 3:07 PM
 To: Sobieralski, Damian Michael
 Cc: dspace-tech@lists.sourceforge.net
 Subject: Re: [Dspace-tech] Item Submission Loops on Describe Step - xmlui
 
 Hi Damian,
 
 if there is no error, it might be that you did not fill in an obligatory
 metadata field. In the input-forms.xml fields marked with required will
 leed to this effect. There is usually a highligted hint, but if this is
 missing it might not be obvious.
 
 Hope that helps
 
 Claudia Jürgen
 
  I'm a fairly new Dspace administrator so please forgive the simplicity
 of
  this question.
 
  I'm using Dspace 1.5.2 and xmlui.  I am on the Describe step of Item
  Submission. I fill in the values and hit the Next  button. But Dspace
  puts me back at the describe step with no message.  And I see nothing in
  the logs.
 
  Could some kind soul give me a nudge to help determine where this might
 be
  hanging?
 
  - Damian
 
 
  
 --
  Let Crystal Reports handle the reporting - Free Crystal Reports 2008
  30-Day
  trial. Simplify your report design, integration and deployment - and
 focus
  on
  what you do best, core application coding. Discover what's new with
  Crystal Reports now.  http://p.sf.net/sfu/bobj-july
  ___
  DSpace-tech mailing list
  DSpace-tech@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/dspace-tech
 
 


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Item Submission Loops on Describe Step - xmlui

2009-07-31 Thread Sobieralski, Damian Michael
If I change the dc-qualifier from issued to submitted and a field shows up 
in the form. But I cannot for the life of me figure out why it dislikes 
dc.date.issued.

 -Original Message-
 From: Sobieralski, Damian Michael
 Sent: Friday, July 31, 2009 4:30 PM
 To: 'Claudia Juergen'
 Cc: dspace-tech@lists.sourceforge.net
 Subject: RE: [Dspace-tech] Item Submission Loops on Describe Step - xmlui
 
 Claudia,
 
 Thank you. That was it. But I am having a related problem. The required
 field that isn't being filed in isn't being rendered.
 
 It is dc.date.issued. I used Firebug to see if maybe it wasn't being
 displayed but it isn't being rendered. And yes, dc.date.issued exists in
 my metadata registry. It should appear between Title and Publisherbut
 it doesn't.
 
 Relevant section of my input-forms.xml
 
!-- Title* --
field
  dc-schemadc/dc-schema
  dc-elementtitle/dc-element
  dc-qualifier/dc-qualifier
  repeatablefalse/repeatable
  labelTitle/label
  input-typeonebox/input-type
  hint/hint
  requiredYou must enter a main title for this item./required
/field
 
!-- Year* --
field
dc-schemadc/dc-schema
  dc-elementdate/dc-element
  dc-qualifierissued/dc-qualifier
  repeatablefalse/repeatable
  labelDate Issued/label
  input-typeonebox/input-type
  hintxmlui.Submission.submit.DescribeStep.hint.year/hint
  requiredYou must enter the year in which the document was
 written or published./required
/field
 
 
!-- Publisher --
field
dc-schemadc/dc-schema
  dc-elementpublisher/dc-element
  dc-qualifier/dc-qualifier
  repeatablefalse/repeatable
  labelPublisher/label
  input-typeonebox/input-type
  hintxmlui.Submission.submit.DescribeStep.hint.publisher/hint
  required/required
/field
 
 And to make sure this was the right form, I added anther field and it
 renderes jsut fine in this form.
 
 Any ideas?
 
 - Damian
 
 
  -Original Message-
  From: Claudia Juergen [mailto:claudia.juer...@ub.uni-dortmund.de]
  Sent: Friday, July 31, 2009 3:07 PM
  To: Sobieralski, Damian Michael
  Cc: dspace-tech@lists.sourceforge.net
  Subject: Re: [Dspace-tech] Item Submission Loops on Describe Step -
 xmlui
 
  Hi Damian,
 
  if there is no error, it might be that you did not fill in an obligatory
  metadata field. In the input-forms.xml fields marked with required will
  leed to this effect. There is usually a highligted hint, but if this is
  missing it might not be obvious.
 
  Hope that helps
 
  Claudia Jürgen
 
   I'm a fairly new Dspace administrator so please forgive the simplicity
  of
   this question.
  
   I'm using Dspace 1.5.2 and xmlui.  I am on the Describe step of Item
   Submission. I fill in the values and hit the Next  button. But
 Dspace
   puts me back at the describe step with no message.  And I see nothing
 in
   the logs.
  
   Could some kind soul give me a nudge to help determine where this
 might
  be
   hanging?
  
   - Damian
  
  
   --
 --
  --
   Let Crystal Reports handle the reporting - Free Crystal Reports 2008
   30-Day
   trial. Simplify your report design, integration and deployment - and
  focus
   on
   what you do best, core application coding. Discover what's new with
   Crystal Reports now.  http://p.sf.net/sfu/bobj-july
   ___
   DSpace-tech mailing list
   DSpace-tech@lists.sourceforge.net
   https://lists.sourceforge.net/lists/listinfo/dspace-tech
  
 


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Item Submission Loops on Describe Step - xmlui

2009-07-31 Thread Sobieralski, Damian Michael
That was it.

In item-submission I removed the step 1 but didn't uncomment the portion that 
says to uncomment if I commented out step 1. Duh!  Thank you.

So now data issues renders fine.

However, I am at the same original problem.  I now fill in EVERY form field and 
click Next  and it loops back to the Desribe page again with all fields 
reset to blank.  And if I try to add a keyword (click add) it re-renders the 
page w/ nothing added and everything reset :(



 -Original Message-
 From: Claudia Juergen [mailto:claudia.juer...@ub.uni-dortmund.de]
 Sent: Friday, July 31, 2009 4:44 PM
 To: Sobieralski, Damian Michael
 Cc: Claudia Juergen; dspace-tech@lists.sourceforge.net
 Subject: RE: [Dspace-tech] Item Submission Loops on Describe Step - xmlui
 
 Hi Damian,
 
 this field is only rendered if you checked the initial question whether
 the item has been published before. Checking this will enable the date
 issued, the publisher and citation field by default.
 
 Hope that helps
 
 
 Claudia Jürgen
 
  Claudia,
 
  Thank you. That was it. But I am having a related problem. The required
  field that isn't being filed in isn't being rendered.
 
  It is dc.date.issued. I used Firebug to see if maybe it wasn't being
  displayed but it isn't being rendered. And yes, dc.date.issued exists in
  my metadata registry. It should appear between Title and
 Publisherbut
  it doesn't.
 
  Relevant section of my input-forms.xml
 
 !-- Title* --
 field
   dc-schemadc/dc-schema
   dc-elementtitle/dc-element
   dc-qualifier/dc-qualifier
   repeatablefalse/repeatable
   labelTitle/label
   input-typeonebox/input-type
   hint/hint
   requiredYou must enter a main title for this item./required
 /field
 
 !-- Year* --
 field
   dc-schemadc/dc-schema
   dc-elementdate/dc-element
   dc-qualifierissued/dc-qualifier
   repeatablefalse/repeatable
   labelDate Issued/label
   input-typeonebox/input-type
   hintxmlui.Submission.submit.DescribeStep.hint.year/hint
   requiredYou must enter the year in which the document was
  written or published./required
 /field
 
 
 !-- Publisher --
 field
   dc-schemadc/dc-schema
   dc-elementpublisher/dc-element
   dc-qualifier/dc-qualifier
   repeatablefalse/repeatable
   labelPublisher/label
   input-typeonebox/input-type
 
 hintxmlui.Submission.submit.DescribeStep.hint.publisher/hint
   required/required
 /field
 
  And to make sure this was the right form, I added anther field and it
  renderes jsut fine in this form.
 
  Any ideas?
 
  - Damian
 
 
  -Original Message-
  From: Claudia Juergen [mailto:claudia.juer...@ub.uni-dortmund.de]
  Sent: Friday, July 31, 2009 3:07 PM
  To: Sobieralski, Damian Michael
  Cc: dspace-tech@lists.sourceforge.net
  Subject: Re: [Dspace-tech] Item Submission Loops on Describe Step -
  xmlui
 
  Hi Damian,
 
  if there is no error, it might be that you did not fill in an
 obligatory
  metadata field. In the input-forms.xml fields marked with required will
  leed to this effect. There is usually a highligted hint, but if this is
  missing it might not be obvious.
 
  Hope that helps
 
  Claudia Jürgen
 
   I'm a fairly new Dspace administrator so please forgive the
 simplicity
  of
   this question.
  
   I'm using Dspace 1.5.2 and xmlui.  I am on the Describe step of Item
   Submission. I fill in the values and hit the Next  button. But
  Dspace
   puts me back at the describe step with no message.  And I see nothing
  in
   the logs.
  
   Could some kind soul give me a nudge to help determine where this
  might
  be
   hanging?
  
   - Damian
  
  
   -
 ---
  --
   Let Crystal Reports handle the reporting - Free Crystal Reports 2008
   30-Day
   trial. Simplify your report design, integration and deployment - and
  focus
   on
   what you do best, core application coding. Discover what's new with
   Crystal Reports now.  http://p.sf.net/sfu/bobj-july
   ___
   DSpace-tech mailing list
   DSpace-tech@lists.sourceforge.net
   https://lists.sourceforge.net/lists/listinfo/dspace-tech
  
 
 
 
 


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Item Submission Loops on Describe Step - xmlui

2009-07-31 Thread Claudia Juergen
Hi Damian,

the form reset is afair an old error. It should not occur in 1.5.2 which
you are using. Did you make other changes than the one to the initial
questions step you have mentioned?

Claudia Jürgen

 That was it.

 In item-submission I removed the step 1 but didn't uncomment the portion
 that says to uncomment if I commented out step 1. Duh!  Thank you.

 So now data issues renders fine.

 However, I am at the same original problem.  I now fill in EVERY form
 field and click Next  and it loops back to the Desribe page again
 with all fields reset to blank.  And if I try to add a keyword (click add)
 it re-renders the page w/ nothing added and everything reset :(



 -Original Message-
 From: Claudia Juergen [mailto:claudia.juer...@ub.uni-dortmund.de]
 Sent: Friday, July 31, 2009 4:44 PM
 To: Sobieralski, Damian Michael
 Cc: Claudia Juergen; dspace-tech@lists.sourceforge.net
 Subject: RE: [Dspace-tech] Item Submission Loops on Describe Step -
 xmlui

 Hi Damian,

 this field is only rendered if you checked the initial question whether
 the item has been published before. Checking this will enable the date
 issued, the publisher and citation field by default.

 Hope that helps


 Claudia Jürgen

  Claudia,
 
  Thank you. That was it. But I am having a related problem. The
 required
  field that isn't being filed in isn't being rendered.
 
  It is dc.date.issued. I used Firebug to see if maybe it wasn't being
  displayed but it isn't being rendered. And yes, dc.date.issued exists
 in
  my metadata registry. It should appear between Title and
 Publisherbut
  it doesn't.
 
  Relevant section of my input-forms.xml
 
 !-- Title* --
 field
   dc-schemadc/dc-schema
   dc-elementtitle/dc-element
   dc-qualifier/dc-qualifier
   repeatablefalse/repeatable
   labelTitle/label
   input-typeonebox/input-type
   hint/hint
   requiredYou must enter a main title for this
 item./required
 /field
 
 !-- Year* --
 field
  dc-schemadc/dc-schema
   dc-elementdate/dc-element
   dc-qualifierissued/dc-qualifier
   repeatablefalse/repeatable
   labelDate Issued/label
   input-typeonebox/input-type
   hintxmlui.Submission.submit.DescribeStep.hint.year/hint
   requiredYou must enter the year in which the document was
  written or published./required
 /field
 
 
 !-- Publisher --
 field
  dc-schemadc/dc-schema
   dc-elementpublisher/dc-element
   dc-qualifier/dc-qualifier
   repeatablefalse/repeatable
   labelPublisher/label
   input-typeonebox/input-type
 
 hintxmlui.Submission.submit.DescribeStep.hint.publisher/hint
   required/required
 /field
 
  And to make sure this was the right form, I added anther field and it
  renderes jsut fine in this form.
 
  Any ideas?
 
  - Damian
 
 
  -Original Message-
  From: Claudia Juergen [mailto:claudia.juer...@ub.uni-dortmund.de]
  Sent: Friday, July 31, 2009 3:07 PM
  To: Sobieralski, Damian Michael
  Cc: dspace-tech@lists.sourceforge.net
  Subject: Re: [Dspace-tech] Item Submission Loops on Describe Step -
  xmlui
 
  Hi Damian,
 
  if there is no error, it might be that you did not fill in an
 obligatory
  metadata field. In the input-forms.xml fields marked with required
 will
  leed to this effect. There is usually a highligted hint, but if this
 is
  missing it might not be obvious.
 
  Hope that helps
 
  Claudia Jürgen
 
   I'm a fairly new Dspace administrator so please forgive the
 simplicity
  of
   this question.
  
   I'm using Dspace 1.5.2 and xmlui.  I am on the Describe step of
 Item
   Submission. I fill in the values and hit the Next  button. But
  Dspace
   puts me back at the describe step with no message.  And I see
 nothing
  in
   the logs.
  
   Could some kind soul give me a nudge to help determine where this
  might
  be
   hanging?
  
   - Damian
  
  
   -
 ---
  --
   Let Crystal Reports handle the reporting - Free Crystal Reports
 2008
   30-Day
   trial. Simplify your report design, integration and deployment -
 and
  focus
   on
   what you do best, core application coding. Discover what's new with
   Crystal Reports now.  http://p.sf.net/sfu/bobj-july
   ___
   DSpace-tech mailing list
   DSpace-tech@lists.sourceforge.net
   https://lists.sourceforge.net/lists/listinfo/dspace-tech
  
 
 
 






--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july

Re: [Dspace-tech] Item Submission Loops on Describe Step - xmlui

2009-07-31 Thread Sobieralski, Damian Michael
I've made lots of changes to the system (both myself and my predecessor). 
Sadly, unless anyone on this list can offer a shortcut I'm going to have to 
deploy a 1.5.2 fresh and re-add my changes one by one, try submission, and add 
more some changes until I see where it is broken. As this needs to work by 
Monday this means there goes my weekend *sigh* I was so happy I got our eprints 
data into Dspace these past 3 days. THAT is where I thought I'd run into 
problems and that was actually qujite easy.   I never thought something as 
simple as manual submission would be my downfall on meeting my deadline.

I find it odd that both on the webpage and in the log no error message is 
logged.  Dspace seems a tad fragile. It kicks butt when it is humming but when 
problems occur it just seems so difficult to even locate the problem.  Still, 
this is not meant as a complaint session. I'm just frustrated tonight.

Is there any way to crank up the logging to a chew my ear off level?

 -Original Message-
 From: Claudia Juergen [mailto:claudia.juer...@ub.uni-dortmund.de]
 Sent: Friday, July 31, 2009 5:21 PM
 To: Sobieralski, Damian Michael
 Cc: dspace-tech@lists.sourceforge.net
 Subject: RE: [Dspace-tech] Item Submission Loops on Describe Step - xmlui
 
 Hi Damian,
 
 the form reset is afair an old error. It should not occur in 1.5.2 which
 you are using. Did you make other changes than the one to the initial
 questions step you have mentioned?
 
 Claudia Jürgen
 
  That was it.
 
  In item-submission I removed the step 1 but didn't uncomment the portion
  that says to uncomment if I commented out step 1. Duh!  Thank you.
 
  So now data issues renders fine.
 
  However, I am at the same original problem.  I now fill in EVERY form
  field and click Next  and it loops back to the Desribe page again
  with all fields reset to blank.  And if I try to add a keyword (click
 add)
  it re-renders the page w/ nothing added and everything reset :(
 
 
 
  -Original Message-
  From: Claudia Juergen [mailto:claudia.juer...@ub.uni-dortmund.de]
  Sent: Friday, July 31, 2009 4:44 PM
  To: Sobieralski, Damian Michael
  Cc: Claudia Juergen; dspace-tech@lists.sourceforge.net
  Subject: RE: [Dspace-tech] Item Submission Loops on Describe Step -
  xmlui
 
  Hi Damian,
 
  this field is only rendered if you checked the initial question whether
  the item has been published before. Checking this will enable the date
  issued, the publisher and citation field by default.
 
  Hope that helps
 
 
  Claudia Jürgen
 
   Claudia,
  
   Thank you. That was it. But I am having a related problem. The
  required
   field that isn't being filed in isn't being rendered.
  
   It is dc.date.issued. I used Firebug to see if maybe it wasn't being
   displayed but it isn't being rendered. And yes, dc.date.issued exists
  in
   my metadata registry. It should appear between Title and
  Publisherbut
   it doesn't.
  
   Relevant section of my input-forms.xml
  
  !-- Title* --
  field
dc-schemadc/dc-schema
dc-elementtitle/dc-element
dc-qualifier/dc-qualifier
repeatablefalse/repeatable
labelTitle/label
input-typeonebox/input-type
hint/hint
requiredYou must enter a main title for this
  item./required
  /field
  
  !-- Year* --
  field
 dc-schemadc/dc-schema
dc-elementdate/dc-element
dc-qualifierissued/dc-qualifier
repeatablefalse/repeatable
labelDate Issued/label
input-typeonebox/input-type
hintxmlui.Submission.submit.DescribeStep.hint.year/hint
requiredYou must enter the year in which the document was
   written or published./required
  /field
  
  
  !-- Publisher --
  field
 dc-schemadc/dc-schema
dc-elementpublisher/dc-element
dc-qualifier/dc-qualifier
repeatablefalse/repeatable
labelPublisher/label
input-typeonebox/input-type
  
  hintxmlui.Submission.submit.DescribeStep.hint.publisher/hint
required/required
  /field
  
   And to make sure this was the right form, I added anther field and it
   renderes jsut fine in this form.
  
   Any ideas?
  
   - Damian
  
  
   -Original Message-
   From: Claudia Juergen [mailto:claudia.juer...@ub.uni-dortmund.de]
   Sent: Friday, July 31, 2009 3:07 PM
   To: Sobieralski, Damian Michael
   Cc: dspace-tech@lists.sourceforge.net
   Subject: Re: [Dspace-tech] Item Submission Loops on Describe Step -
   xmlui
  
   Hi Damian,
  
   if there is no error, it might be that you did not fill in an
  obligatory
   metadata field. In the input-forms.xml fields marked with required
  will
   leed to this effect. There is usually a highligted hint, but if this
  is
   missing it might not be obvious.
  
   Hope that helps
  
   Claudia Jürgen
  
I'm