Opened 14 years ago

Closed 14 years ago

#70 closed task (fixed)

elelphant: get-instances-by-...

Reported by: lgiessmann Owned by: lgiessmann
Priority: critical Milestone: miscellaneous 2010
Component: data-model Version: 0.1
Keywords: Cc:

Description

1) no instances are returned when store-controller was reopened (even if the controller wasn't closed)

2) errors when requesting for AssociationC, RoleC, ... that are not reasonable

  • these errors (1+2) are not happaning on isidorus.ztt... - seems like this is depending in the sbcl-version???

Change History (4)

comment:1 Changed 14 years ago by lgiessmann

Status: newaccepted

comment:2 Changed 14 years ago by lgiessmann

importer_test.lisp
-> (elephant:open-store (xml-importer:get-store-spec dir)) cuases a problem -> some objects are missing

appears in the tests:
*test-setup-repository-xtm1.0
*test-variants-xtm1.0

comment:3 Changed 14 years ago by lgiessmann

it seems that the last created object that should be persistet is transient and never stored in the actual DB

comment:4 Changed 14 years ago by lgiessmann

Resolution: fixed
Status: acceptedclosed

--> appears if the function elephant:open-store is called with an store-constroller that s already open.

--> solution: open-store is only called after the store-controller was closed after an import

Note: See TracTickets for help on using tickets.