I tried to tie a web serice to an EJB. I followed the sample given in the Axis 
disitribution (in samples/ejb). I deploy my webservice as a war file containing all 
the libs axis needs as well as its "original" web.xml (the one that is given in the 
webapps directory of the 
distribution).

However, in JBoss 4.0.0, Axis complains like this when I try to reach 
http://localhost:8080/servlet/AxisServlet (after having deployed the 
WSDD file of my service, without apparent trouble) :

org.apache.axis.deployment.wsdd.WSDDException: No provider type matches QName 
'{http://xml.apache.org/axis/wsdd/providers/java}EJB'

It looks like Axis can't find the EJB provider, and I have not much clue where 
to start to look... Another thing to note is that if I /don't/ deploy my WSDD 
file, then the http://localhost.../AxisServlet page just displays fine... It 
starts to fail as soon as I deploy the WSDD.

If you wonder, my WSDD is like this :

<?xml version="1.0"?>
<deployment xmlns="http://xml.apache.org/axis/wsdd/";
            xmlns:java="http://xml.apache.org/axis/wsdd/providers/java";>


    
    
    
    
   
   



Any help is apprciated..

Thank you for your patience.


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3852127#3852127

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3852127


-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to