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 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
fredworks Feb 23, 2008 8:53 PM (in response to 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 rododendro)No.. just regular Object*Stream over RMI. (I believe it is part of the JNDI spec)