After having problems with launching a GWT Roo app in STS 2.5.0.M3, as described here:
http://forum.springsource.org/showthread.php?p=322626
I wiped the workspace, created a new Roo app, used "script expenses.roo" to populate the project, then updated the project dependencies through Maven (the fix suggested in the above thread).
I'm now getting an error in ScaffoldFactory.java, on this line:
Saying that HandlerManager cannot be converted to EventBus.Code:private final EventBus eventBus = new HandlerManager(null);
As this is scaffolding code, I'd expect it to just work. Can someone point me to a configuration issue that might be keeping it from working?


Reply With Quote