I have just comitted a few modifications in Jonathan :
- When using the inheritance mechanism to implement a CORBA server, you might encounter infinite recursion loops at runtime, if a method was not properly implemented. This is due to the fact that David uses the same class for the Tie mechanism and the inheritance mechanism. I have just added a test so that a NO_IMPLEMENT exception is raised in this case. This won't be a problem any longer when we have a POA (don't ask for a date...)
- It was also somewhat problematic to use several ORBs in Jonathan with the current adapters. In particular, the connect method might be called on an ORB, and the real export be done on another. The new behaviour is more intuitive.
- I also corrected a minor problem with the clean rule for the API documentation.
Bruno
-- ******************************************************************* Bruno Dumant DTL/ASR france telecom R&D 38-40 rue du général Leclerc 92794 Issy Moulineaux Cedex 9 FRANCE
mailto:[EMAIL PROTECTED] tel: +33 1 45 29 46 03 fax: +33 1 45 29 66 04 *******************************************************************
