Hi,

i'm having an issue to have Webservices and simple Servlets in the same WAR
project.
I basically have a @Webservices annotated bean and in the WAR i use it i
can't refer to any servlets anylonger in the web.xml only the mapping of the
Webservices bean.
If I add a mapping to an actual servlet I get an error saying that there's
no bean implementing that mapping:
http://rifers.org/paste/show/7145 http://rifers.org/paste/show/7145 

Here is the web.xml file, in it I have the Webservices mapping
(DonateService) and a servlet mapping (DonateServlet). I've commented out
the service-ref tags, but still fails.
http://rifers.org/paste/show/7146 http://rifers.org/paste/show/7146 

Here is the geronimo.xml (I have also commented out the webesrvices part of
it):
http://rifers.org/paste/show/7147 http://rifers.org/paste/show/7147 

And finally the webservice interface:
http://rifers.org/paste/show/7148 http://rifers.org/paste/show/7148 


If I remove all actual Servlets mappings and leave only the Webservice
servlet mapping it works fine.
If I remove the @Webservices annotation from the interface (and the
implementation) and re enable the actual servlet mappings it looks like to
handle it again as actual servlet mappings.

I'm using WASCE 2.0.0.2

Do you have any idea what's going on? i'm doing anything wrong?

-- 
View this message in context: 
http://www.nabble.com/Webservices-not-co-existing-with-Servlets-tp16766049s134p16766049.html
Sent from the Apache Geronimo - Dev mailing list archive at Nabble.com.

Reply via email to