Re: Circular dependencies

2012-05-06 Thread Alex Oscherov
Thanks Kelven, you are right the error was mine. You don't have circular dependencies. Thank you, Alex On Sun, May 6, 2012 at 11:00 AM, Kelven Yang wrote: > > > -Original Message----- > > From: Alex Oscherov [mailto:alex.osche...@sungard.com] > > Sent: Satur

Re: Circular dependencies

2012-05-05 Thread Alex Oscherov
> If the circular dependencies can be removed we have a better manageable > code. If we plan to do that, what actions do you suggest ? > -Abhi > > -Original Message----- > From: Alex Oscherov [mailto:alex.osche...@sungard.com] > Sent: Sunday, May 06, 2012 11:19 AM > To: cl

Circular dependencies

2012-05-05 Thread Alex Oscherov
Hi Folks, I have a question - I was just familiarizing myself with cloudstack source code and noticed that this code has pretty tight circular dependencies between core, server and vmware-base modules (that's what I saw so far). So my question is - is it done intentionally - ir yest then what is th