You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flex.apache.org by OK <po...@olafkrueger.net> on 2016/09/28 09:12:18 UTC

[FlexJS] Circular dependency detected

Hi,
while porting the "PureMVC EmployeeAdmin" demo to FlexJS I stumbled over the
"Circular dependency detected" issue several times.
I noticed that this was discussed here in the past but I can't find any
helpful informations.
So what I'd like to know if this is a bug with FlexJS (The swf version
works) or if I have to workaround this by re-organizing my code or if
there's any other chance to solve this issue.

Thanks for help!

Olaf





--
View this message in context: http://apache-flex-development.2333347.n4.nabble.com/FlexJS-Circular-dependency-detected-tp55396.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [FlexJS] Circular dependency detected

Posted by OK <po...@olafkrueger.net>.
Forgot to mention:
Tried it with 0.7.0 and the nightly build.



--
View this message in context: http://apache-flex-development.2333347.n4.nabble.com/FlexJS-Circular-dependency-detected-tp55396p55397.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [FlexJS] Circular dependency detected

Posted by OK <po...@olafkrueger.net>.
Thanks Alex, this is very helpful.
I already solved the issue by refactoring the code.

I should consult the wiki also in future before asking ;-)

Thanks,
Olaf





--
View this message in context: http://apache-flex-development.2333347.n4.nabble.com/FlexJS-Circular-dependency-detected-tp55396p55439.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [FlexJS] Circular dependency detected

Posted by Alex Harui <ah...@adobe.com>.

On 9/28/16, 2:12 AM, "OK" <po...@olafkrueger.net> wrote:

>Hi,
>while porting the "PureMVC EmployeeAdmin" demo to FlexJS I stumbled over
>the
>"Circular dependency detected" issue several times.
>I noticed that this was discussed here in the past but I can't find any
>helpful informations.
>So what I'd like to know if this is a bug with FlexJS (The swf version
>works) or if I have to workaround this by re-organizing my code or if
>there's any other chance to solve this issue.

https://cwiki.apache.org/confluence/display/FLEX/Circular+Dependencies

HTH,
-Alex