Jrr
Jrr

Reputation: 167

Spring Roo Refactor Pull Out ITDs

I did a Refactor push in to Item_Roo_DbManaged.aj file, and its content was moved to Item.java domain, but I'm not able to undo the puch in process, I tried right-click on Item.java and Refactor > Pull.. but there is just a Pull Up option menu, Pull Out ITDs option doesn't exist anymore. So, I tried to undo the push in process, how can I do it (manually is not an option) ?

STS 3.5 (Eclipse Kepler), Spring Roo 1.2.4

Thanks. --JR

Upvotes: 0

Views: 122

Answers (1)

jcgarcia
jcgarcia

Reputation: 3882

You need to remove the pushed method on Item.java and relaunch ROO shell.

Roo will regenerate the pushed method on Item_Roo_DbManaged.aj.

Best Regards,

Upvotes: 1

Related Questions