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: Saturday, May 05, 2012 10:49 PM >

RE: Circular dependencies

2012-05-06 Thread Kelven Yang
> -Original Message- > From: Alex Oscherov [mailto:alex.osche...@sungard.com] > Sent: Saturday, May 05, 2012 10:49 PM > To: cloudstack-dev@incubator.apache.org > Subject: Circular dependencies > > Hi Folks, > I have a question - I was just familiarizing myself with cloudstack > source > c

Re: Circular dependencies

2012-05-05 Thread Alex Oscherov
Hi Abhi, The standard way would be to extract interfaces from concrete implementations and move them to some third package - in the case of cloudstack I would suggest Api. Alex On Sat, May 5, 2012 at 10:56 PM, Abhinandan Prateek < abhinandan.prat...@citrix.com> wrote: > Hi Alex, > If the circul

RE: Circular dependencies

2012-05-05 Thread Abhinandan Prateek
Hi Alex, 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: cloudstack-dev@incubator.a