Hello,<br><br>I have a very simple example idl as follows:<br><br>exception MyException {<br> /* ... */<br>};<br><br><br>interface MyInterface {<br> long raiseMyException() raises(MyException);<br>};<br><br>Using omniidl to generate c++ stubs, I notice that none of the generated code has a throw clause?<br><br>Is this default behavior or did I do somthing wrong? If its not the latter is there a to make the idl compiler generate these throw clauses? I didnt see anything in the omniidl flags to indicate this.<br><br>Thanks,<br><br>Jeff<br><br><br>