Ticket #678 (closed defect: worksforme)

Opened 2 years ago

Last modified 14 months ago

[NEEDINFO] Event recurrences report schema errors

Reported by: Graham Cobb Owned by: cstender
Priority: normal Milestone:
Component: Format Plugin: vformat: event Version: 0.38
Severity: minor Keywords:
Cc:

Description (last modified by felixmoeller) (diff)

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

Changed 2 years ago by felixmoeller

This is the same as #684

Changed 2 years ago 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

Changed 2 years ago 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?

Changed 2 years ago by cstender

  • priority changed from normal to highest

Changed 20 months ago by tuju

  • milestone changed from 0.40 to 0.38

Changed 19 months ago by felixmoeller

  • description modified (diff)

Changed 19 months ago by tuju

  • milestone changed from 0.38 to 0.39

vformat will get more attention in 0.39.

Changed 16 months ago by tuju

  • priority changed from highest to normal
  • severity changed from normal to minor

Changed 16 months ago by tuju

  • version set to 0.38
  • milestone 0.39 deleted

Changed 15 months ago by cstender

  • summary changed from Event recurrences report schema errors to [NEEDINFO] Event recurrences report schema errors

Please try latest svn and provide trace files, otherwise there is nothing I can do.

Changed 14 months ago by cstender

  • component changed from Format Plugin: vformat to Format Plugin: vformat: event

Changed 14 months ago by cstender

  • status changed from assigned to closed
  • resolution set to worksforme

I can't reproduce this bug and therefore it will be marked as worksforme. Please reopen if you can provide more information. Thanks.

Note: See TracTickets for help on using tickets.