Ticket #56 (closed defect: fixed)

Opened 16 months ago

Last modified 4 months ago

Linda coordinator requires @Queryable for entries, Query coordinator not

Reported by: T.Doenz Owned by: T.Doenz
Priority: major Milestone: 2.1
Component: CAPI3-Native Version: 2.0
Keywords: Cc:

Description

The Linda coordinator behavior when an entry is written is different from the Query coordinator. While the former requires entry classes to be annotated with @Queryable, the latter does not.

Change History

comment:1 Changed 16 months ago by T.Doenz

  • Status changed from new to assigned
  • Milestone changed from unscheduled to 2.1

comment:2 Changed 4 months ago by T.Doenz

  • Status changed from assigned to closed
  • Resolution set to fixed

fixed with SVN rev. 11345; it can now be specified for a LindaCoordinator, whether entries without annotations are also allowed (that is, can be written to a container with that coordinator instance). Entries of a class without annotations are matched like the class is annotated with autoindex=true.

Note: See TracTickets for help on using tickets.