Hi,

I'm trying to use appengine-magic's datastore api, but I can't get defentity
to work across files.  I  can do

(ds/defentity Author [^:key name, birthday])

in core.clj, but if I try to use Author in my test core.clj I get "Unable to
resolve classname: Author".

This is using the standard clojure-test stuff.  I've tried every way I can
think of to get Author into the namespace with no luck.  Since the defentity
statement occurs in the myapp.core namespace I don't see why :use ing that
isn't good enough.  Any hints?

Thanks,

Gregg

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to