[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - Re: PER_INSTANCE Aspect and serialization

2004-11-15 Thread kabkhan
I will let Bill comment as to whether or not this is a design feature. Could you use a mixin class for Externaliable and do the serialization there? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3855196#3855196 Reply to the post : http://www.jboss.org/index

[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - Re: PER_INSTANCE Aspect and serialization

2004-11-15 Thread Bill Burke
We'll have to add this as a configuration option. Mixins have the ability to be serialized, but the aspects are not. The reason for this is that you may be serializing the class across the network to a node that does not have an aspectized class or does not have the exact or different aspects d

[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - Re: PER_INSTANCE Aspect and serialization

2004-11-15 Thread neil_g_avery
Thanks for the quick responses guys. I guess that might be the reason, and it makes the sense but as a fundamental java concept it might also make the case for it. I mean conceptually speaking this raises the question of what is an object? The more functionality you push to the aspects the mor