Inclusion of .ear files in classpath
843841Jan 20 2005 — edited Mar 16 2005Hi,
I developed some ebjs and put them into a jar and then into a ear file, deployed the ear file on weblogic 7.0 server. I added the .ear file into classpath and tried to access my ejbs using a servlet. But the servlet reported ObjectNotFoundException. So changed the classpath to use the jar file (which is a part of the ear file). It worked.
My question is why can't we use .ear files in classpath?