Task #2750 (closed)
Opened 9 years ago
Closed 9 years ago
BUG: Exporter: annotation ID not valid
| Reported by: | ajpatterson | Owned by: | cxallan |
|---|---|---|---|
| Priority: | minor | Milestone: | OMERO-Beta4.2.1 |
| Component: | General | Version: | n.a. |
| Keywords: | n.a. | Cc: | cxallan, jamoore, jburel |
| Resources: | n.a. | Referenced By: | n.a. |
| References: | n.a. | Remaining Time: | 0.0d |
| Sprint: | 2010-09-09 (16) |
Description
Annotations exported is not compatible with schema, this means that the file does not validate.
The ID of the annotations are wrong. e.g.
<TagAnnotation ID="urn:lsid:export.openmicroscopy.org:TagAnnotation:0bcca4b6-0da4-41e4-9152-e57e28f76cad_49:334">
should be
<TagAnnotation ID="urn:lsid:export.openmicroscopy.org:Annotation:0bcca4b6-0da4-41e4-9152-e57e28f76cad_49:334">
All annotations have a common ID format as they extend a base annotation.
Change History (2)
comment:1 Changed 9 years ago by cxallan
- Milestone changed from Unscheduled to OMERO-Beta4.2.1
- Owner set to cxallan
- Sprint set to 2010-09-09 (16)
- Status changed from new to assigned
comment:2 Changed 9 years ago by cxallan
- Remaining Time set to 0
- Resolution set to fixed
- Status changed from assigned to closed
(In [8068]) Fixing various miscellaneous OME-TIFF / OME-XML export bugs. (Fixes #2657 and #2749 and #2750)