Here is a patch fixing this issue.

--- a/src/org/red5/server/util/ConversionUtils.java
+++ b/src/org/red5/server/util/ConversionUtils.java
@@ -379,7 +379,7 @@
         * @return                      Bean of that class
         * @throws ConversionException on failure
         */
-       public static Object convertMapToBean(Map<?, ?> source, Class<?> 
target) throws ConversionException {
+       public static Object convertMapToBean(Map source, Class<?> target) 
throws ConversionException {
                Object bean = newInstance(target);
                if (bean == null) {
                        //try with just the target name as specified in Trac 
#352

Attachment: signature.asc
Description: OpenPGP digital signature



Reply via email to