org.jboss.weld.bean.proxy.PrivateMethodHandler should implement Serializable. If there is a serializable bean (session scoped for instance) that has private method in it and an interceptor (on any method), Weld will create a subclass that has to use PrivateMethodHandler. Should it come to serialization, this will blow up. |