BEA Weblogic Question:
Download Questions PDF

Why do I get the following exception when viewing the JNDI tree?

Answer:

Why do I get the following exception when viewing the JNDI tree?
isSerializable(class.javax.naming.Binding)
java.io.NotSerializableException:
java.io.PrintWriter at
java.io.ObjectOutputStream.OutputObject


The Weblogic Server JNDI implementation requires objects to be serializable, not referencable. A PrintWriter cannot be serialized and therefore should be declared transient.

Download BEA Weblogic Interview Questions And Answers PDF

Previous QuestionNext Question
While packaging the Web Application DefaultWebApp for deployment into the WebLogic server, the home and remote interfaces of the enterprise beans used by the servlets should reside in which directory?How is security handled in the WebLogic J2EE Connector Architecture?