[ https://issues.apache.org/jira/browse/UIMA-1190?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Jerry Cwiklik updated UIMA-1190: -------------------------------- Attachment: uimaj-as-activemq-UIMA-1190-patch.txt Modified JmxMonitor to typecast returned objects from MBeanServerInvocationHandler.newProxyInstance() call to fix compile errors when using Java 5. Removed dead code. > Jmx Monitor in Uima AS not compiling when using Java 5 > ------------------------------------------------------ > > Key: UIMA-1190 > URL: https://issues.apache.org/jira/browse/UIMA-1190 > Project: UIMA > Issue Type: Bug > Components: Async Scaleout > Reporter: Jerry Cwiklik > Attachments: uimaj-as-activemq-UIMA-1190-patch.txt > > > 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. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.