Re: deploy problems with axis and JBoss EJB

2004-09-09 Thread edward winston
#x27;ll be able to return the favor someday. edward On Mon, 6 Sep 2004 13:03:13 -0400 edward winston <[EMAIL PROTECTED]> wrote: > 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 >

Re: deploy problems with axis and JBoss EJB

2004-09-07 Thread edward winston
shold=DEBUG > log4j.appender.LOGFILE.layout=org.apache.log4j.PatternLayout > log4j.appender.LOGFILE.layout.ConversionPattern=%-4r [%t] %-5p %c %x - %m%n > > Save the file under your \WEB-INF\classes director of the deployed Axis > Servlet > > > Regards > > Steve > &g

Re: deploy problems with axis and JBoss EJB

2004-09-07 Thread edward winston
not a EJB2WSDL I guess,, > there fore not sure whether it will work > > Another point : - did u try using *remote* instead of *local* > interfaces as parameter names. > > Where is ur server-config.wsdd file located? > > Mahen > > > On Tue, 7 Sep 2004 07:35:5

Re: deploy problems with axis and JBoss EJB

2004-09-07 Thread edward winston
gt; Java Provider --> Ur Java Class which > wraps the Session Bean --> Session Bean > > > Mahen > > > > > > > > On Mon, 6 Sep 2004 13:03:13 -0400, edward winston <[EMAIL PROTECTED]> wrote: > > I am having problems deploying a web service

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