I am trying to use ReflectiveSchema. When I try to run a query against a schema generated by it, I get an org.codehaus.commons.compiler.CompileException. It can't identify a type it is using in some generated code.
Namely, one of the types I use in the ReflectiveSchema class. >From the POV of a user of ReflectiveSchema, what sort of stuff are you >supposed to do to make sure the appropriate .class files are available to that >compiler? Where does it gets its classloader? Can you change it?
