On Wed, 2008-10-01 at 14:16 +0300, Razvan Deaconescu wrote:
Hi!
I am trying (unsuccessfully) to acces an EJB from within a webservice
endpoint in JBoss 4.2.3GA
The EJB is deployed within an ear. The WS endpoint is deployed in a war
file. I am trying to access the WS endpoint using InitalContext's lookup
method:
<snip>
Problem solved. I had forgotten to include jboss-web.xml in the war
file.
Razvan