calling stateless EJB via SOAP

2001-08-28 Thread Cook, Martin
I am attempting to use Apache ver 2.2 SOAP to call a stateless EJB deployed in JBOSS ver 2.2.2. The error I get back from Apache is: Fault Code = SOAP-ENV:Server Fault String = Error in connecting to EJB The JBOSS log shows this: [EmbeddedTomcatSX] In TemplateProvider.locate() [Embed

ejb sample - does it work?

2001-08-29 Thread Cook, Martin
Has anyone managed to get the ejb sample to work? If so, how did you do it?

RE: calling stateless EJB via SOAP

2001-08-29 Thread Cook, Martin
SOAP is on doesn't contain the EJB classes, so it's not finding the home interface class to load and invoke. You need to add your EJB jar to the classpaht SAOP sees, I believe. -- Jared "Cook, Martin" <[EMAIL PROTECTED]> on 08/28/2001 11:51:51 AM Please respond to [EMAIL

Re: calling stateless EJB via SOAP

2001-08-29 Thread Cook, Martin
SOAP is on doesn't contain the EJB classes, so it's not finding the home interface class to load and invoke. You need to add your EJB jar to the classpaht SAOP sees, I believe. -- Jared "Cook, Martin" <[EMAIL PROTECTED]> on 08/28/2001 11:51:51 AM Please respond to [EMAIL