Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
When compiling Uima AS with Java 5 there are compile errors in JmxMonitor code. It seems that in Java 5 the returned object from MBeanServerInvocationHandler.newProxyInstance(..) method needs to be typecast to the expected type. This is not required for Java 6.