Re: Regarding the variable names in the VOs.

2013-07-31 Thread Min Chen
You can read Alex's tutorial regarding this: https://cwiki.apache.org/confluence/display/CLOUDSTACK/Data+Access+Layer VO fieldname and its getter/setter method have to follow java convention. Thanks -min On 7/29/13 3:47 AM, Bharat Kumar bharat.ku...@citrix.com wrote: Hi all, I am came

Regarding the variable names in the VOs.

2013-07-29 Thread Bharat Kumar
Hi all, I am came across a bug which was caused because of using underscore in the variable name in the VO. @Column(name = concurrent_connections) Integer concurrent_connections; because of this the call to update dose not update the VO and if the API is used only with this parameter

Re: Regarding the variable names in the VOs.

2013-07-29 Thread Wei ZHOU
AFAIK, The @Colume should be same to the column in database. The variable concurrentConnections/concurrent_connections should be same to the responding *DaoImpl.java 2013/7/29 Bharat Kumar bharat.ku...@citrix.com Hi all, I am came across a bug which was caused because of using underscore in