I've been scanning the e-mails and I see there are a couple of people who
have installed Apache soap on Orion.  I have it up and running but am having
a bit of a problem with the Hello ejb example.  I keep getting
javax.naming.NameNotFoundException: samples/HelloService not found.

Here is my dd.xml:

<?xml version="1.0"?>
<isd:service xmlns:isd="http://xml.apache.org/xml-soap/deployment";
             id="urn:ejbhello">
  <isd:provider type="org.apache.soap.providers.OrionProvider"
                scope="Application"
                methods="hello">
    <isd:java class="samples/HelloService"/>
    <isd:option key="FullHomeInterfaceName" value="samples.HelloServiceHome"
/>
    <isd:option key="ContextProviderURL" value="ormi://localhost/soap" />
    <isd:option key="FullContextFactoryName"
value="com.evermind.server.rmi.RMIInitialContextFactory" />
  </isd:provider>
        
<isd:faultListener>org.apache.soap.server.DOMFaultListener</isd:faultListene
r>
</isd:service>

I wrote my own provider just changing the Context Provider and Full Context
factory name.
Any help or ideas is appreciated!

joni wilson




Reply via email to