Ticket #678 (assigned defect)

Opened 6 months ago

Last modified 2 weeks ago

Event recurrences report schema errors

Reported by: Graham Cobb Assigned to: cstender (accepted)
Priority: highest Milestone: 0.38
Component: Plugin: vformat Version:
Severity: normal Keywords:
Cc:

Description (Last modified by felixmoeller)

Testing GPE synchronisation, using the SVN 0.3x source, I get the following errors appearing during the sync:

element Until: Schemas validity error : Element 'Until': This element is not expected. Expected is ( Frequency ).
element Count: Schemas validity error : Element 'Count': This element is not expected. Expected is ( Frequency ).
element Until: Schemas validity error : Element 'Until': This element is not expected. Expected is ( Frequency ).

The log file shows that there are two records which contain <Until>. Here is the relevant part of one of them:

  <RecurrenceRule>
    <Frequency>YEARLY</Frequency>
    <Until>20301231</Until>
    <Interval>1</Interval>
  </RecurrenceRule>

There are several which contain <Count>. I did note that only one of them also contains <Frequency>YEARLY, although I can't be sure this is the one causing the error:

  <RecurrenceRule>
    <Frequency>YEARLY</Frequency>
    <Count>0</Count>
    <Interval>1</Interval>
  </RecurrenceRule>

Note that gpe-sync does not provide any schemas of its own.

Change History

02/13/08 17:26:45 changed by felixmoeller

This is the same as #684

02/14/08 13:06:38 changed by cstender

  • owner changed from dgollub to cstender.
  • status changed from new to assigned.
  • component changed from OpenSync to Plugin: vformat.
  • milestone set to OpenSync 0.40.

02/26/08 14:31:39 changed by cstender

It seems like the vformat parser isn't able to convert the frequency attribute to xml in some cases. I'm not sure how this can happen. Can you please provide trace files?

02/26/08 14:47:28 changed by cstender

  • priority changed from normal to highest.

07/30/08 18:11:37 changed by tuju

  • milestone changed from 0.40 to 0.38.

08/09/08 20:35:16 changed by felixmoeller

  • description changed.