Narsi, What's the exception?
Daryl. ----- Original Message ----- From: "Narasimha Reddy" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, March 19, 2002 8:27 PM Subject: EJB services problem. > Hi, > > When deploying an EJB as web service, i am getting the following exception. > Can anyone please help me to get rid of this error. > I am using JBoss with tomcat. The following is the wsdd file that i am > using. > > <deployment xmlns="http://xml.apache.org/axis/wsdd/" > xmlns:java="http://xml.apache.org/axis/wsdd/providers/java"> > <service name="EJBService" provider="java:EJB"> > <parameter name="beanJndiName" value="StatelessSession"/> > <parameter name="className" value="ServiceBean" /> > <parameter name="allowedMethods" value="*" /> > </service> > </deployment> > > Thanks, > Narsi.
