i'm trying to develop a web app and i have everything deploying inside a .WAR
directory.
i'm finding that my EJB classes are not deploying properly (not showing up in
the JNDI registry). i have them specified in the /META-INF/ejb-jar.xml file.
everything else runs fine (servlets, jsp's, jdbc
posting config info since i cant edit the original post:
EJB bean/home/iface are in /WEB-INF/classes/
web.xml snippet:
|
| ejb/DungeoneerDB
| Session
| com.latticeware.ejb.DungeoneerDB_Home
| com.latticeware.ejb.DungeoneerDB
|
|
ejb-jar.
so far i've only seen examples where the deployment is done on a jar'ed war
file.
i'm just tooling around with a deployment and have everything running in a
WarName.war directory except i cannot get my ejb's to bind into JNDI. i've
double and triple checked the config files.
my question. are