There's a mistake in the code above... where it says

  | methodType.isAssignableFrom(Collection.class)
  | 

it should be...


  | Collection.class.isAssingableFrom(methodType)
  | 

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4042476#4042476

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4042476
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to