Interview Questions

Why do I get an exception when trying to find a connection factory?

BEA WebLogic Questions and Answers


(Continued from previous question...)

Why do I get an exception when trying to find a connection factory?

The exception is usually something like java.io.InvalidClassException or java.lang.NoClassDefFoundError.
Make sure weblogic.jar is in the CLASSPATH of the client. Also make sure you have the correct Java run-time jar files included (i.e., you might need rt.jar).

(Continued on next question...)

Other Interview Questions