Ticket #678 (closed defect: worksforme)
[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
comment:2 Changed 4 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
comment:3 Changed 4 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?
comment:7 Changed 3 years ago by tuju
- Milestone changed from 0.38 to 0.39
vformat will get more attention in 0.39.
comment:8 Changed 3 years ago by tuju
- Priority changed from highest to normal
- Severity changed from normal to minor
comment:10 Changed 3 years 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.
comment:11 Changed 3 years ago by cstender
- Component changed from Format Plugin: vformat to Format Plugin: vformat: event
comment:12 Changed 3 years 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.

This is the same as #684