[jboss-dev-forums] [Design of POJO Server] - Re: Serialization, NoSuchMethodException in ProfileServiceUn

alesj do-not-reply at jboss.com
Mon Dec 17 19:50:06 EST 2007


"scott.stark at jboss.org" wrote : OK.
I've updated and commited commons core.
And I'll comment this code in IntrospectionTypeInfoFactoryImpl

  |    protected TypeInfo getGenericArrayType(GenericArrayType type)
  |    {
  |       Type compType = type.getGenericComponentType();
  |       TypeInfo componentType = getTypeInfo(compType);
  |       return new ArrayInfoImpl(componentType);
  |    }
  | 
otherwise current MC build would complain.

So, once you've updated Commons-core, please uncomment this code. :-)

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

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4113606



More information about the jboss-dev-forums mailing list