The following notes describe the changes made in the J WBEM
Server 1.0.2.
- Previously, mofcomplist always returned a zero exit code, even for
failures.
- Previously, on a GetInstance call, the internal objectpath was not being
populated when using CIM-XML. Hence, CIMInstance.getObjectaPath() would not
return with all keys populated.
- Previously, on an InvokeMethod call, a Null Pointer Exception was
generated when: 1) the extrinsic method had a REF output argument, and 2) the
provider set the output argument to null; e.g. outArg[0] = new CIMArgument ("RefOut",
new CIMValue(null));
|