hi!.
I have a "Propuesta" entity.
I'm trying to push code into the controller overwriting the show method with my own but there is an error in the IDE (STS).

Error message:
"inter-type declaration from xx.xx.xx.xx.web.PropuestaController_Roo_Controller conflicts with existing member: java.lang.String xx.xx.xx.xx.web.PropuestaController.show(java.lang .Long, org.springframework.ui.Model) PropuestaController.java"
¿There is a way to personalize the show method of the controller without having conflicts with the AspectJ file?