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,

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

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

Re: Spring errors when creating new DAO

2016-11-02 Thread Rohit Yadav
test suite again I'll also explore how we can fix that, at least run mvn builds. Regards. From: Nicol?s V?zquez <nicovazque...@gmail.com> Sent: 03 November 2016 00:09:02 To: dev@cloudstack.apache.org Subject: Spring errors when creating new DAO Hi all, I'v

Spring errors when creating new DAO

2016-11-02 Thread Nicolás Vázquez
Hi all, I've been having troubles creating a new DAO on cloud-engine-schema. Specifically, I'm getting this error: *java.lang.IllegalArgumentException: Superclass has no null constructors but no arguments were given* I defined new bean on spring-engine-schema-core-daos.xml file and injected it