Sparx Systems Forum

Enterprise Architect => Automation Interface, Add-Ins and Tools => Topic started by: jnc on March 14, 2013, 02:18:40 am

Title: IDL reverse engineering
Post by: jnc on March 14, 2013, 02:18:40 am
I'm currently using EA 10 with MDG Technology add-in for CORBA.
When I perform an Import Source Directory,  I have a problem on all interfaces inheriting from other interfaces in different modules.
While in the idl file, the interface is declared as follows :
Code: [Select]
interface Myinterface: MyModule::OtherInterfaceIn the class diagram, the inherit is only set to
Code: [Select]
OtherInterfaceTherefore, after a code generation from this class diagram, the interface declaration becomes:
Code: [Select]
interface Myinterface: OtherInterface omitting the
Code: [Select]
MyModule:: part and this causes compilation errors.
What shall I do to preserve the inheritance ?

Looking forward to reading you soon

Title: Re: IDL reverse engineering
Post by: Guillaume on April 02, 2013, 09:21:52 pm
Hi

Have you had any luck with your issue since?
I'm due to test the CORBA MDG technology and would be interested in your opinion.
Is this plugin usable for a CORBA project? Which ORB are you using for a forward/reverse engineering

thanks