Re: deploy problems with axis and JBoss EJB

2004-09-09 Thread Mahen Perera
OK, Well Done Edward On Thu, 9 Sep 2004 20:24:31 -0400, edward winston <[EMAIL PROTECTED]> wrote: > Thanks everybody for your help. The suggestions were all good and i tried > most of them to no avail... mainly because the problem was simple and with > the deployment descriptor. > > The problem

Re: deploy problems with axis and JBoss EJB

2004-09-09 Thread edward winston
Thanks everybody for your help. The suggestions were all good and i tried most of them to no avail... mainly because the problem was simple and with the deployment descriptor. The problem is that i did not declare the 'java' namespace in the deployment descriptor, so while the data was added to t

Re: deploy problems with axis and JBoss EJB

2004-09-07 Thread Mahen Perera
Hi edward, did u to try to invoke the web service methods from the client side by using the Call object? Mahen On Tue, 7 Sep 2004 09:06:04 -0400, edward winston <[EMAIL PROTECTED]> wrote: > Yes, the service shows on the axis welcome page. I have verified that before > deployment i have just th

Re: deploy problems with axis and JBoss EJB

2004-09-07 Thread edward winston
I tried this and it didn't work. I was able to get debugging output by changing the log4j.xml file used by jboss. Thanks for the tip anyway, though! edward On Tue, 7 Sep 2004 15:12:29 +0200 [EMAIL PROTECTED] wrote: > Hi Edward, > > If you want to tun on loggin for Axis try this. It worked for

Re: deploy problems with axis and JBoss EJB

2004-09-07 Thread smcardle
Hi Edward, If you want to tun on loggin for Axis try this. It worked for me. Create a log4j.properties files: # Set root category priority to INFO and its only appender to CONSOLE. log4j.rootCategory=DEBUG, LOGFILE # Set the enterprise logger category to FATAL and its only appender to CONSOLE.

Re: deploy problems with axis and JBoss EJB

2004-09-07 Thread edward winston
Yes, the service shows on the axis welcome page. I have verified that before deployment i have just the AdminService and Version services, and after deployment i see my service WSInvestigation. When i navigate to the URL /services/WSInvestigation it says that there is a service there. But when i

Re: deploy problems with axis and JBoss EJB

2004-09-07 Thread Mahen Perera
Hi edward, Is the service shown in the Deployed Services section in the Welcome page? i havene tried the scenario ur saying ,,, (that is to view the WSDL) As far as I know Axis has a Java2WSDL, but not a EJB2WSDL I guess,, there fore not sure whether it will work Another point : - did u try usi

Re: deploy problems with axis and JBoss EJB

2004-09-07 Thread edward winston
I am using the first method, trying to get the Axis servlet to talk directly to the EJB provider. edward On Tue, 7 Sep 2004 09:30:21 +0600 Mahen Perera <[EMAIL PROTECTED]> wrote: > Hi edward, > > Need some more info as to how u have set up the ear. > > Are u using the EJB provider to call ur

Re: deploy problems with axis and JBoss EJB

2004-09-06 Thread Mahen Perera
Hi edward, Need some more info as to how u have set up the ear. Are u using the EJB provider to call ur Session Bean directly. In other words , does the flow goes like the following Client --> Axis servlet --> EJB Provider --> ur Session Bean OR r u using the Java provider as in Client --

deploy problems with axis and JBoss EJB

2004-09-06 Thread edward winston
I am having problems deploying a web service that will front a stateless session bean. I have the session bean created and have tested that it works and am deploying that in the ear. Then i added a web component to the ear, included the axis jar in the WEB-INF/lib directory and redeployed the ear