[jboss-user] [EJB 3.0] - Re: EJB 3.0 w/vanilla deployment descriptor

2008-01-21 Thread wfsaxton
Anyone? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4121981#4121981 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4121981 ___ jboss-user mailing list jboss-user@lists.jboss.org

[jboss-user] [EJB 3.0] - Re: EJB 3.0 w/vanilla deployment descriptor

2008-01-14 Thread wfsaxton
Actually, I usually do it via context-param element: http://e-docs.bea.com/wls/docs61/webapp/web_xml.html#1014756 They seem to be the same thing, though...just a way of injecting a variable into web application via configuration file (web.xml). View the original post :

[jboss-user] [EJB 3.0] - EJB 3.0 w/vanilla deployment descriptor

2008-01-11 Thread wfsaxton
I'm wondering how to use a WEB APP type deployment descriptor with an EJB in order to store configuration variables for the EJB to use. By WEB APP type I mean: - Creating a web.xml file and putting the parameters in it - Using something like getInitParameter(param) to access them Is there a way