RE: Quick DB Question

2013-06-07 Thread Vijayendra Bhamidipati
Hi Mike, You're probably calling those setter methods in the constructor and I don't see any problem having an '_' in the function name. What is the problem you're seeing? Also I don't see this iscsi_name in VolumeVO.java on master - I'm guessing you're working off a private branch. I'm yet

Re: Quick DB Question

2013-06-07 Thread Mike Tutkowski
Hi, Yeah, I should have been more explicit in what problem I was seeing. :) What I'm seeing is that I set the field with a string (IQN) that is not null, but it doesn't make it to the DB. I have other, similar sets and all is well with them (their data make it to the DB just fine). Perhaps

RE: Quick DB Question

2013-06-07 Thread Alex Huang
Tutkowski [mailto:mike.tutkow...@solidfire.com] Sent: Friday, June 7, 2013 3:12 PM To: dev@cloudstack.apache.org Subject: Re: Quick DB Question Hi, Yeah, I should have been more explicit in what problem I was seeing. :) What I'm seeing is that I set the field with a string (IQN

RE: Quick DB Question

2013-06-07 Thread Vijayendra Bhamidipati
Huang [mailto:alex.hu...@citrix.com] Sent: Friday, June 07, 2013 3:19 PM To: dev@cloudstack.apache.org Subject: RE: Quick DB Question Mike, The Data Access Layer page[1] have the answer to this. Specifically this particular part in the example. // getters and setters must follow the Java

Re: Quick DB Question

2013-06-07 Thread Mike Tutkowski
to use engine/schema/src/com/cloud/storage/VolumeVO.java. Regards, Vijay -Original Message- From: Alex Huang [mailto:alex.hu...@citrix.com] Sent: Friday, June 07, 2013 3:19 PM To: dev@cloudstack.apache.org Subject: RE: Quick DB Question Mike, The Data Access Layer page[1] have