[jboss-dev-forums] [Design the new POJO MicroContainer] - Re: serializable KernelDeployment

adrian@jboss.org do-not-reply at jboss.com
Tue Jan 23 07:43:52 EST 2007


"alesj" wrote : 
  | Ok, for MetaData there is no problem.
  | What do we do with JavaBeans (which now fail - since with wildcard test's we use plain java.lang.Object)?
  | 

Just change the test to use something like the following class:


  | package org.jboss.test.....;
  | 
  | import java.io.Serializable;
  | 
  | public class SerializableObject implements Serializable
  | {
  |    private static final long serialVersionUID = -1L;
  | }
  | 

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

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



More information about the jboss-dev-forums mailing list