Re: Spring errors when creating new DAO

2016-11-03 Thread Nicolás Vázquez
Thanks so much Koushik! It worked like a charm, I had totally missed that constructor. 2016-11-03 11:19 GMT-03:00 Koushik Das : > Add a default ctor for StoragePoolTagVO class. > > On 03/11/16, 6:36 PM, "Nicolás Vázquez" wrote: > > Sure, thanks guys. This is the link to commit I'm working on

Re: Spring errors when creating new DAO

2016-11-03 Thread Koushik Das
Add a default ctor for StoragePoolTagVO class. On 03/11/16, 6:36 PM, "Nicolás Vázquez" wrote: Sure, thanks guys. This is the link to commit I'm working on: https://github.com/nvazquez/cloudstack/commit/62d6c0c06a1cd51b0adec5d896c45e574d2daab1 2016-11-03 8:15 GMT-03:00 Koushik D

Re: Spring errors when creating new DAO

2016-11-03 Thread Nicolás Vázquez
Sure, thanks guys. This is the link to commit I'm working on: https://github.com/nvazquez/cloudstack/commit/62d6c0c06a1cd51b0adec5d896c45e574d2daab1 2016-11-03 8:15 GMT-03:00 Koushik Das : > Can you share the details about StoragePoolTagsDaoImpl class and its super > classes? Looks like in the hi

Re: Spring errors when creating new DAO

2016-11-03 Thread Koushik Das
Can you share the details about StoragePoolTagsDaoImpl class and its super classes? Looks like in the hierarchy a default ctor is missing. On 03/11/16, 12:09 AM, "Nicolás Vázquez" wrote: Hi all, I've been having troubles creating a new DAO on cloud-engine-schema. Specifically,

Re: Spring errors when creating new DAO

2016-11-02 Thread Rohit Yadav
Hi Nicolas, Can you share your PR/changes? Maybe the issue was caused by them. The constructor for StoragePoolMonitor class had changed between 4.8 and 4.9+, I merged PR #1694 yesterday which has caused a build failure in a newly added unit test. Your build error looks different than what I'm