|
From: Michael R. <mr...@us...> - 2004-07-28 16:04:29
|
Update of /cvsroot/openorb/OpenORB In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4786/OpenORB Modified Files: WHATSNEW Log Message: Fixed bug #955143 Index: WHATSNEW =================================================================== RCS file: /cvsroot/openorb/OpenORB/WHATSNEW,v retrieving revision 1.225 retrieving revision 1.226 diff -u -d -r1.225 -r1.226 --- WHATSNEW 28 Jul 2004 12:10:50 -0000 1.225 +++ WHATSNEW 28 Jul 2004 16:04:18 -0000 1.226 @@ -1,6 +1,16 @@ OpenORB ------- +- Fixed bug #955143. The problem of marshaling the array type + org.omg.CORBA.Any[] was due to a different behaviour of the parser + in the simple case (org.omg.CORBA.Any) and the array type. + This problem only appeared when org.omg.CORBA.Any has not + been parsed before. But our test case RemoteComplex has another + method that just uses the type org.omg.CORBA.Any so that this bug + never showed up under UNIX. Only Windows uncovered the problem + but it is still not known what the difference between the Windows + VM and the UNIX VMs was. + - Always use the native library on AIX with VM 1.4.x. - When setting the property UtilDelegateImpl.setLocalCodebaseOnly(true) |