Yeah it would, however some work is still needed to refactor the code. Right now it will only produce a proxy that implements the interfaces of the itemClass. My main objective is to introduce a proxy that is a subclass of the itemClass, so it is indifferent to what, if any, interfaces it implements.
-Andrew -----Original Message----- From: Thomas Dudziak [mailto:[EMAIL PROTECTED] Sent: Fri 3/18/2005 3:18 AM To: OJB Developers List Subject: Re: Feature Proposal: Bytecode generated Proxies It might even be possible to achieve cglib-only proxies with the 1.0 branch as it is by building it accordingly via: ant -DJDK=-JDK13 -DJDBC=+JDBC30 This disables JDK-proxies (AFAIK the only thing that is subject to conditional compilation) but leaves JDBC3-optimizations in place. Tom --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
