Open rosemead opened 10 years ago
Can you try with 0.4.1?
And in DataSource.groovy, try to change the line: cache.region.factory_class = 'net.sf.ehcache.hibernate.EhCacheRegionFactory' // Hibernate 3 TO cache.region.factory_class = 'org.hibernate.cache.ehcache.EhCacheRegionFactory' // Hibernate 4
Thanks. With those changes applied - works :+1:
Is this supposed to work? I'm getting:
The change I've made:
restapidoc.json isn't created
Out-of-the-box (i.e. with the reference to the plugin source), works fine.