|
From: Michael R. <mr...@us...> - 2004-08-20 10:09:08
|
Update of /cvsroot/openorb/OpenORB In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2500 Modified Files: WHATSNEW Log Message: Added items for the latest changes Index: WHATSNEW =================================================================== RCS file: /cvsroot/openorb/OpenORB/WHATSNEW,v retrieving revision 1.228 retrieving revision 1.229 diff -u -d -r1.228 -r1.229 --- WHATSNEW 12 Aug 2004 12:54:23 -0000 1.228 +++ WHATSNEW 20 Aug 2004 10:08:58 -0000 1.229 @@ -1,6 +1,13 @@ OpenORB ------- +- Extended the test case FragmentedMessageTest to include + a simple check whether the returnedd array is not missing + any of the data previously read from the XML file. + +- Fixed a NPE in the ValueHandlerImpl class that occured + when the logger has not been set. + - Fixed some typos and improved some exception messages. - Added general method isGIOPHeaderOK to the Trace class. @@ -48,8 +55,7 @@ The flag must be set like this: private static final boolean DEBUG_ENABLED = - Boolean.getBoolean( System.getProperty( - "openorb.debug.enabled" ) ); + Boolean.getBoolean( "openorb.debug.enabled" ); A logger statement can then be wrapped like this: |