RE: References between Webapp and EJB

2006-04-09 Thread Fabian Dankof
: Saturday, April 08, 2006 5:44 PM To: user@geronimo.apache.org Subject: Re: References between Webapp and EJB Yes, you need an EJB Ref (or more likely an EJB Local Ref) in web.xml. If the WAR and EJB JAR are in the same EAR, then the ejb-link in the EJB ref should point to the ejb-name of the EJB

Re: References between Webapp and EJB

2006-04-08 Thread Aaron Mulder
Yes, you need an EJB Ref (or more likely an EJB Local Ref) in web.xml. If the WAR and EJB JAR are in the same EAR, then the ejb-link in the EJB ref should point to the ejb-name of the EJB and that should make it work. If the WAR and EJB JAR are separate, then you need a geronimo-web.xml with a ma

References between Webapp and EJB

2006-04-08 Thread Fabian Dankof
Hello! I'm trying to get a simple example thing to work that consists of an EJB and a webapp. Up to now I don't know exactly how references between webapps and ejbs are made. Additionally I don't know which files I actually need. I've got the following deployment descriptors: ejb-jar.xml: --