Thanks Daan.
On Fri, May 30, 2014 at 1:59 PM, Daan Hoogland
wrote:
> Long accountId =
> _accountService.finalyzeAccountId(accountName, domainId, projectId,
> true);
> _accountService didn't get initialized/injected!?! The spring stuff
> should have taken care of that.
> I think the pro
Long accountId =
_accountService.finalyzeAccountId(accountName, domainId, projectId,
true);
_accountService didn't get initialized/injected!?! The spring stuff
should have taken care of that.
I think the problem is in the test initialization not in the base code.
On Fri, May 30, 2014 at 7
Hi Daan,
I'm testing on 4.4-forward-iam branch.
Thanks
Meghna.
On Thu, May 29, 2014 at 6:56 PM, Daan Hoogland
wrote:
> Megha,
>
> in my current 4.4 line 411 of DeployVMCmd reads
> if (accountId == null) {
> hence it doesn't refer a pointer at that line.
> which version are you using t
Megha,
in my current 4.4 line 411 of DeployVMCmd reads
if (accountId == null) {
hence it doesn't refer a pointer at that line.
which version are you using to get this:
java.lang.NullPointerException
at
org.apache.cloudstack.api.command.user.vm.DeployVMCmd.getEntityOwnerId(DeployVM