Hi,<br><br>I am new to omniorb and I try to create a C++ client to my EJB3. I am running JBoss 6 and JBoss 7 servers, so I intend to test my C++ client against them. But when I set all the related IDL files for the omniidl I get this error:<br>
<br>omniidl: Sorry, the C++ backend cannot process more than one IDL file at a time.<br><br>My command looks like this:<br><br>omniidl -bcxx orb.idl ir.idl javax/ejb/EJBObject.idl test/ejb/IEjbRemote.idl<br><br>How could I compile more IDL files?<br>
<br>Thank you,<br>SK<br>