Re: Trying to Run awsapi on 4.5 from Maven

2015-06-11 Thread Jeff Hair
The pull request has been submitted: https://github.com/apache/cloudstack/pull/389 On Thu, Jun 11, 2015 at 11:17 AM, Rohit Yadav wrote: > Cool, after you can make it work - send a PR. > > Cheers. > > > On 11-Jun-2015, at 2:01 pm, Jeff Hair wrote: > > > > Some progress: by adding the MySQL conne

Re: Trying to Run awsapi on 4.5 from Maven

2015-06-11 Thread Rohit Yadav
Cool, after you can make it work - send a PR. Cheers. > On 11-Jun-2015, at 2:01 pm, Jeff Hair wrote: > > Some progress: by adding the MySQL connector dependency to the awsapi POM, > the MySQL error was solved. I suspect it's something similar for the XML > library problem. > > On Thu, Jun 11, 20

Re: Trying to Run awsapi on 4.5 from Maven

2015-06-11 Thread Jeff Hair
Some progress: by adding the MySQL connector dependency to the awsapi POM, the MySQL error was solved. I suspect it's something similar for the XML library problem. On Thu, Jun 11, 2015 at 10:32 AM, Jeff Hair wrote: > Hi, > > I'm trying to run the awsapi server on the 4.5 branch from Maven. Norm

Re: Trying to Run awsapi on 4.5 from Maven

2015-06-11 Thread Jeff Hair
Hi, Unfortunately that's not an option at the moment. I'm aware that CS is moving away from awsapi (and so are we), but at the moment I need to get it running on 4.5. On Thu, Jun 11, 2015 at 10:41 AM, Rohit Yadav wrote: > Use this: > https://github.com/apache/cloudstack-ec2stack > > Avoid using

Re: Trying to Run awsapi on 4.5 from Maven

2015-06-11 Thread Rohit Yadav
Use this: https://github.com/apache/cloudstack-ec2stack Avoid using awsapi. > On 11-Jun-2015, at 1:32 pm, Jeff Hair wrote: > > Hi, > > I'm trying to run the awsapi server on the 4.5 branch from Maven. Normally > we work with 4.2 and a deployed version of awsapi, so this is the first > time I'm t