Ok, So I finally got things converted to ojb-1.1.0 (is this correct, that's what gets built) and I went through OJB.properties and changed our relevant properties to match what was in cvs head. I also set the first test descriptor to proxy="dynamic" and for good measure where it was referenced proxy="true". However it doesn't appear to be working. I have since tried it on other classes with the same results (ie - same number of queries being executed).
So, I'm wondering if I'm missing a setting somewhere or if I need to declare something else in the descriptor. I added in these two lines into the OJB.properties file: ProxyFactoryClass=org.apache.ojb.broker.core.proxy.ProxyFactoryCGLIBImpl IndirectionHandlerClass=org.apache.ojb.broker.core.proxy.IndirectionHandlerCGLIBImpl (it looks like the last one isn't necessary, but when it failed to work I added in the second line in addition to the first). Thanks again for the help in getting this working. -warner --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
