Skip to content

Commit

Permalink
CDI replication issue
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartwdouglas committed Feb 10, 2012
1 parent 940b8f8 commit 88de3f3
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
import org.jboss.as.naming.ManagedReference;
import org.jboss.as.naming.ValueManagedReferenceFactory;
import org.jboss.ejb.client.SessionID;
import org.jboss.interceptor.spi.model.InterceptionModel;
import org.jboss.marshalling.ClassTable;
import org.jboss.marshalling.Marshaller;
import org.jboss.marshalling.Unmarshaller;
Expand Down Expand Up @@ -84,6 +85,7 @@ public class StatefulSessionBeanClassTable implements ClassTable {
StatefulSerializedProxy.class,
ManagedReference.class,
ValueManagedReferenceFactory.ValueManagedReference.class,
InterceptionModel.class,
};

private static final Map<Class<?>, Writer> writers = createWriters();
Expand Down

0 comments on commit 88de3f3

Please sign in to comment.