DbManaged.aj deleted even with automaticallyDelete=false
Hi there,
do somebody know why Roo (1.1.5) deletes a Roo_DbManaged.aj when the table introspect in dbre.xml is removed even if automaticallyDelete property of RooDbManaged annotation is set to false?
I have the following scenario:
I did the reverse engineer of a DB schema. And Roo generated one entity with all its aj files (also Roo_DbManaged.aj). As I need to reverse engineer another schema, so I set automaticallyDelete to false in this Entity. I ran reverse engineer command over the other schema but Roo delted the DbManaged.aj of the first Entity.
Is not supposed that with that property value, it wouldn't happen?