Hi,
I found that I accidentally used the same namespace for (not shared) actors
of both modules.
E.g. both modules implement its own IViewApplication interface but I guess
because of the same namespace and same interface name [1] this results in a
conflict.
So I just added the module name to the namespace and it works :-)

Thanks for the help!
Olaf

[1]
implements="com.mydomain.core.as3.interfaces.IViewApplication"

[2]
implements="com.mydomain.module1.core.as3.interfaces.IViewApplication"
implements="com.mydomain.module2.core.as3.interfaces.IViewApplication"



--
Sent from: http://apache-flex-users.2333346.n4.nabble.com/

Reply via email to