Reporting bugs in ORBLink


To report a bug, set the verbose_level attribute of corba:orb to :high as follows:

(setf (op:verbose_level corba:orb) :high)

and send a script created via dribble-bug to

bugs@franz.com

To use dribble-bug, just invoke

	(dribble-bug filename)
	   [code to execute]
	(dribble)
      

The script will be created in the file filename.

If other ORBs are involved, please include the appropriate source code and IDL code for them as well.