[jboss-dev-forums] [Design of AOP on JBoss (Aspects/JBoss)] - Re: AOP Container Proxy serialization issue

adrian@jboss.org do-not-reply at jboss.com
Tue Feb 5 13:10:55 EST 2008


"kabir.khan at jboss.com" wrote : "adrian at jboss.org" wrote : What I don't understand is why the objects in the test have a proxy anyway?
  |   | 
  | 
  | This is a mystery to me as well...
  | 

I'd concentrate on fixing this problem, since it is the real reason why the test is failing
(when it shouldn't).

For the MetaData serialization, just add a default implementation of something like:

if (metadata instanceof Serializable)
  // serialize
else
  // no metadata on the client

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

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



More information about the jboss-dev-forums mailing list