This content has been marked as final.
Show 3 replies
-
1. Re: JBOSS Serialization & other JBOSS projects
Clebert Suconic Dec 12, 2007 10:15 PM (in response to Ivan Rododendro)JBoss Serialization is used on EJB3, and could be used on Remoting if you configure it so.
Java Serialization still used on the Application Server in several places. -
2. Re: JBOSS Serialization & other JBOSS projects
Frederick King Feb 23, 2008 8:53 PM (in response to Ivan Rododendro)Another question is that whether the JBoss Serialization is used in JBoss AS 4.0.5 (or above) to serialize JNDI binding objects?
-
3. Re: JBOSS Serialization & other JBOSS projects
Clebert Suconic Feb 26, 2008 9:59 AM (in response to Ivan Rododendro)No.. just regular Object*Stream over RMI. (I believe it is part of the JNDI spec)