Have any of you ever had to tackle the problem of obfuscating a project that uses Cayenne? I'm looking to find a way to be able to obfuscate a Cayenne ROP project and I'm hoping that we're not the first to attempt this.
Our thinking is that we would write a utility/maven plugin to obfuscate the project XML, generate the classes/DB, use a custom remapping utility to fix up any code references, then use Proguard/whatever to obfuscate the remaining code. Thanks in advance for any advice you can provide! -Adam