aspectj - Spring Roo and web scaffolding issue -
i using spring roo. removed spring roo web scaffolding annotation controller , deleted related jspx files. following error:
method 'org.springframework.roo.classpath.details.methodmetadatabuilder@d9c877' failed provide body, despite being identified itd inclusion
can me troubleshoot it? thanks!
we're running same problem, , have found this:
http://forum.springsource.org/showthread.php?p=346913
but haven't found source of issue.
update:
as edit mentions, re-run
controller --package ~.web
and roo seems fix itself.
last update:
so reason fixed in applicationconversionservicefactorybean, roo expecting find @ least 1 @roowebscaffold annotation in controllers, , if gone, isn't happy. fix our problem, moved of methods aspectj file java file , eliminated roo management of bean too. things seem happy again, @ least now.
Comments
Post a Comment