I noticed a warning "DB-ERROR is not a valid type" when I compile the blog-example.
(handler-case (with-transaction () (make-instance 'blog-entry :date date :title title :text text)) (db-error () nil)) It so happens that I still have the old elephant source code (I simply untar the new code into the same directory) When I do a grep on all the source I find that in the original src/sleepycat.lisp it exports a bunch of symbol which includes #:db-error Is this symbol supposed to be exported? Thanks. _______________________________________________ elephant-devel site list elephant-devel@common-lisp.net http://common-lisp.net/mailman/listinfo/elephant-devel