RE: Problems with first steps of CS plugin development

2015-10-16 Thread Schubert, Sven
on what to do is appreciated. Regards, Sven From: Abhinandan Prateek [abhinandan.prat...@shapeblue.com] Sent: Friday, August 21, 2015 03:53 To: CloudStack Dev Subject: Re: Problems with first steps of CS plugin development The document is bit outdated,

Re: Problems with first steps of CS plugin development

2015-08-20 Thread Abhinandan Prateek
The document is bit outdated, you need to do following three things: 1. You need to add the new cmd in ManagementServerImpl.getCommands() or your impl of pluggable service as: 2. Then you need to tell spring that the above is a bean and exists "” This should be in “-context.xml” inside resou

Re: Problems with first steps of CS plugin development

2015-08-20 Thread Mike Tutkowski
I don't have easy access to the code right now, but did you update the commands.properties file with your new API commands? On Thursday, August 20, 2015, Giebner, Sascha wrote: > Hello guys, > > I'm trying to complete this tutorial for the development of a Cloudstack > API plugin: > > https://cw