Re: DnsNotifier Example

2013-04-19 Thread Soheil Eizadi
Thanks, that fixed my problem. -Soheil On 4/18/13 11:50 PM, "Murali Reddy" wrote: > >Since its a example class, its not added in the client war file that jetty >runs. Please add a dependency in client/pom.xml as below > > > org.apache.cloudstack > cloud-plugin-example-dns-notifier > ${pro

Re: DnsNotifier Example

2013-04-19 Thread Murali Reddy
Since its a example class, its not added in the client war file that jetty runs. Please add a dependency in client/pom.xml as below org.apache.cloudstack cloud-plugin-example-dns-notifier ${project.version} On 19/04/13 5:58 AM, "Soheil Eizadi" wrote: >I am trying to run the DnsN