[JBoss-user] [Beginners Corner] - deploy EJB inside expanded .WAR

2006-05-24 Thread sfisque
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

[JBoss-user] [Installation, Configuration & Deployment] - Re: exploded war

2006-05-23 Thread sfisque
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.

[JBoss-user] [Installation, Configuration & Deployment] - exploded war

2006-05-23 Thread sfisque
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