> How to externally check (in binary mode) if some classes are enhanced byte PCEnhancer?
Disassemble them with javap. Check if the type implements a ....openjpa.enhance.PersistenceCapable interface. ----- Pinaki -- View this message in context: http://openjpa.208410.n2.nabble.com/Enhancement-checks-tp5041409p5041798.html Sent from the OpenJPA Developers mailing list archive at Nabble.com.
