Re: Service Group Definition JSON Format

2014-11-07 Thread Manula Chathurika Thantriwatte
Hi Udara, It works. I have added the relevant changes in CLI. Thanks ! On Sat, Nov 8, 2014 at 12:00 PM, Manula Chathurika Thantriwatte < manu...@wso2.com> wrote: > Hi Udara, > > Thanks for the information. I'll try with this and update. > > Thanks ! > > On Sat, Nov 8, 2014 at 11:51 AM, Udara Li

Re: Service Group Definition JSON Format

2014-11-07 Thread Manula Chathurika Thantriwatte
Hi Udara, Thanks for the information. I'll try with this and update. Thanks ! On Sat, Nov 8, 2014 at 11:51 AM, Udara Liyanage wrote: > Hi Manula, > > I was able to fix this without [] branckets. I added a wrapper class > ServiceGroupPOJO as below > > >1. public class ServiceGroupPOJO >

Re: Service Group Definition JSON Format

2014-11-07 Thread Udara Liyanage
Hi Manula, I was able to fix this without [] branckets. I added a wrapper class ServiceGroupPOJO as below 1. public class ServiceGroupPOJO 2. { 3. private ServiceGroupDefinition serviceGroupDefinition; 4. 5. public ServiceGroupDefinition getServiceGroupDefinition () 6.

Re: Service Group Definition JSON Format

2014-11-07 Thread Manula Chathurika Thantriwatte
Hi Nirmal, I have tried with the existing JSON format, but I'm unable to deserialized it. Existing JSON format is follows. But in Partitions, autoscaling policies, deployment policies we have JSON array format. { "serviceGroup":{ "cartridges":[ "tomcat" ], "dependenc

Re: Service Group Definition JSON Format

2014-11-07 Thread Nirmal Fernando
Hi Manula, I am -0 to this change, since, having arrays make it difficult to process ! Can't we get it to work without arrays? On Fri, Nov 7, 2014 at 5:21 PM, Manula Chathurika Thantriwatte < manu...@wso2.com> wrote: > Hi All, > > I have done the sample test with the following code segment [1].

Re: Service Group Definition JSON Format

2014-11-07 Thread Manula Chathurika Thantriwatte
Hi All, I have done the sample test with the following code segment [1]. This works successfully. I think we need to change the Service Definition bean class and also we need to send service definition as JSON array. [1] https://github.com/manulachathurika/TestRestEndpoint/blob/master/TestEndpoin

Re: Service Group Definition JSON Format

2014-11-07 Thread Manula Chathurika Thantriwatte
Hi Isuru, No, Still it didn't solve the issue. @Udara, Currently we get Partitions, Deployment Polices etc... as JSON array. I have done the test with Service Definition Group as JSON array and it works successful with the deserialization. IMHO is having JSON array for the Service Group Definitio

Re: Service Group Definition JSON Format

2014-11-07 Thread Udara Liyanage
Hi Manula, Why should we add [] brackets if there is only one ServiceGroup? On Fri, Nov 7, 2014 at 8:28 PM, Isuru Haththotuwa wrote: > Hi Manula, > > Sorry if I'm missing something, but isn't this solved by the workaround > Udara has mentioned in the mail thread [1] ? > > [1]. Json response sho

Re: Service Group Definition JSON Format

2014-11-07 Thread Isuru Haththotuwa
Hi Manula, Sorry if I'm missing something, but isn't this solved by the workaround Udara has mentioned in the mail thread [1] ? [1]. Json response shows arrays as string when there are single value On Fri, Nov 7, 2014 at 8:10 PM, Manula Chathurika Thantriwatte < manu...@wso2.com> wrote: > Hi, >

Service Group Definition JSON Format

2014-11-07 Thread Manula Chathurika Thantriwatte
Hi, Currently we get the service group definition using the GET curl command as follows. { "serviceGroup":{ "cartridges":[ "tomcat" ], "dependencies":{ "startupOrders":[ "group.group1,cartridge.tomcat" ], "terminationBehaviour":