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

scott.stark@jboss.org do-not-reply at jboss.com
Mon Dec 17 12:21:39 EST 2007


The problem looks to be an incorrect generation of the ClassLoader.defineClass(byte[], int, int) method. What shows up on the test client is a ReflectMethodInfoImpl(defineClass) object that has a parameterTypes[0] value of ArrayInfoImpl at 4532be10{name=[Ljava.lang.Object;}. There is no defineClass method that takes an array of Objects. 

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

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



More information about the jboss-dev-forums mailing list