Nicholas

Thanks a lot. Initially I thought that I needed to put a className parameter
in like you have... turned out that I had put JNDI in capitals by mistake.
Anyway, by using your copy as a starting point has got me back to work.

Ta


on 20/1/03 5:54 PM, Nicholas at [EMAIL PROTECTED] wrote:

> Here is a basic one:
> 
> <deployment
> xmlns="http://xml.apache.org/axis/wsdd/";
> xmlns:ns="http://ejb.flt.ebs.adp.com";
> 
> xmlns:java="http://xml.apache.org/axis/wsdd/providers/java";>
> <service name="ClientManagerLocal"
> provider="java:EJB">
> <parameter name="beanJndiName"
> value="ClientManagerLocal"/>
> <parameter name="homeInterfaceName"
> value="com.adp.ebs.flt.ejb.ClientManagerLocalHome"/>
> <parameter name="remoteInterfaceName"
> value="com.adp.ebs.flt.ejb.ClientManagerLocal"/>
> <parameter name="className"
> value="com.adp.ebs.flt.ejb.ClientManagerLocal"/>
> <parameter name="scope" value="Session"/>
> <parameter name="allowedMethods"
> value="createClient getClient getClientJurisdictionPKs
> getDepositPKs getSequence setClientJurisdictions
> setComboGroupId setStatusId "/>
> </service>
> 
> --- Alan Buxton <[EMAIL PROTECTED]> wrote:
>> Hi guys,
>> 
>> Can anyone point me to some good, free,
>> documentation on how to deploy EJB's
>> on Axis. Whatever I try to do, when I try to list
>> deployed services, I get
>> an error telling me that the service can't be found
>> and with the suggestion
>> that I might be missing a className option in the
>> server-config.wsdd file.
>> 
>> What is the correct syntax when using
>> provider="java:EJB"???
>> 
>> Cheers
>> al
>> 
>> __________________________________________________
>> Do You Yahoo!?
>> Everything you'll ever need on one web page
>> from News and Sport to Email and Music Charts
>> http://uk.my.yahoo.com
> 
> 
> =====
> Nicholas Whitehead
> Home: (973) 377 9335
> Cell: (201) 615 2716
> Work: (212) 622 5639
> [EMAIL PROTECTED]

__________________________________________________
Do You Yahoo!?
Everything you'll ever need on one web page
from News and Sport to Email and Music Charts
http://uk.my.yahoo.com

Reply via email to