【问题标题】:ERROR dynamiccontroller.DynamicControllerManager [Grails]错误动态控制器.DynamicControllerManager [Grails]
【发布时间】:2013-08-15 12:42:07
【问题描述】:

这个错误是什么意思?我该如何解决?

| Error 2013-08-15 14:39:55,130 [localhost-startStop-1] ERROR dynamiccontroller.DynamicControllerManager  - 
No destination controller specified in the 'controller' property or
'grails.plugins.dynamicController.mixins' config attribute for PropertiesControllerMixin, ignoring

【问题讨论】:

  • 您是否更改了 UrlMappings?可以分享一下吗?

标签: spring grails grails-2.0


【解决方案1】:

我在这篇博文中找到了解决方案:

http://grails.1312388.n4.nabble.com/Upgrade-error-td3406164.html

把它放在你的 config.groovy 中:

grails.plugins.dynamicController.mixins = [ 
   'com.burtbeckwith.grails.plugins.appinfo.IndexControllerMixin':       'com.burtbeckwith.appinfo_test.AdminManageController', 
   'com.burtbeckwith.grails.plugins.appinfo.HibernateControllerMixin':   'com.burtbeckwith.appinfo_test.AdminManageController', 
   'com.burtbeckwith.grails.plugins.appinfo.Log4jControllerMixin' :      'com.burtbeckwith.appinfo_test.AdminManageController', 
   'com.burtbeckwith.grails.plugins.appinfo.SpringControllerMixin' :     'com.burtbeckwith.appinfo_test.AdminManageController', 
   'com.burtbeckwith.grails.plugins.appinfo.MemoryControllerMixin' :     'com.burtbeckwith.appinfo_test.AdminManageController', 
   'com.burtbeckwith.grails.plugins.appinfo.PropertiesControllerMixin' : 'com.burtbeckwith.appinfo_test.AdminManageController', 
   'com.burtbeckwith.grails.plugins.appinfo.ScopesControllerMixin' :     'com.burtbeckwith.appinfo_test.AdminManageController', 
   'com.burtbeckwith.grails.plugins.appinfo.ThreadsControllerMixin' :    'com.burtbeckwith.appinfo_test.AdminManageController' 
] 

【讨论】:

  • 对于后代,grails 2.4 的第三行更改:` 'com.burtbeckwith.grails.plugins.appinfo.hibernate.HibernateControllerMixin': 'com.burtbeckwith.appinfo_test.AdminManageController', `
  • 不,但它是可以修复的。事实上,我只是提出了一个拉取请求。
猜你喜欢
  • 1970-01-01
  • 2011-08-30
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 2013-01-23
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
相关资源
最近更新 更多