Thanks, but it resolved.
-Original Message-
From: Daan Hoogland [mailto:daan.hoogl...@gmail.com]
Sent: Wednesday, August 07, 2013 3:43 PM
To: dev; Prabakaran R
Subject: Re: Unable to create image on Cloudcentral
Prabakaran,
Can you make 'I got null pointer exception' mor
Hi,
I am trying to create image of virtual machine in cloudcentral using JClouds.
Following is my code snippet
CreateTemplateOptions templateOption = CreateTemplateOptions.NONE;
templateOption.bits(64);
templateOption.passwordEnabled(true);
TemplateMetadata meta = TemplateMeta