Upgraded vCenter server and Web Client to 51U1. The web client is now failing to display a custom report, the exception below in shown in the server log. I also compiled and run the SDK sample plugin, actions, which uses the VimObjectReferenceService class as our service does, and the same exception was thrown.
Environment is the following:
vSphere Web Client - Version 981673
Browser - Firefox Version 19.0
FlashPlayer - Debug WIN 11,6,602,168.
[2013-03-15 14:09:29.778] INFO [INFO ] http-bio-9443-exec-8 System.out [BlazeDS]Creation validation for class 'com.vmware.vim.binding.vmodl.ManagedObjectReference' failed.
[2013-03-15 14:09:29.787] INFO [INFO ] http-bio-9443-exec-8 System.out flex.messaging.io.SerializationException: Creation validation for class 'com.vmware.vim.binding.vmodl.ManagedObjectReference' failed.
[2013-03-15 14:09:29.787] INFO [INFO ] http-bio-9443-exec-8 System.out at flex.messaging.util.ClassUtil.validateCreation(ClassUtil.java:347)
[2013-03-15 14:09:29.787] INFO [INFO ] http-bio-9443-exec-8 System.out at flex.messaging.util.ClassUtil.createDefaultInstance(ClassUtil.java:105)
[2013-03-15 14:09:29.787] INFO [INFO ] http-bio-9443-exec-8 System.out at flex.messaging.io.AbstractProxy.createInstanceFromClassName(AbstractProxy.java:102)
[2013-03-15 14:09:29.787] INFO [INFO ] http-bio-9443-exec-8 System.out at flex.messaging.io.AbstractProxy.createInstance(AbstractProxy.java:122)
[2013-03-15 14:09:29.787] INFO [INFO ] http-bio-9443-exec-8 System.out at flex.messaging.io.amf.AbstractAmfInput.createObjectInstance(AbstractAmfInput.java:172)
.....