I have figured out (thanks to Jarek's help). The problem is that i'm using WTP tooling to create the webservices. WTP creates a Axis2 container inside your application WAR, and you run the webservices inside that container. That container is separated from the WASCE container (even from WASCE Axis2 container) so it can't inject anything in it.
The workaround is (as usual) don't use Wizards, do it manually. Here is a reference on how to do it: http://cwiki.apache.org/GMOxDOC21/developing-a-simple-calculator-web-service.html -- View this message in context: http://www.nabble.com/Webservices-injections-failing-tp16764007s134p16765827.html Sent from the Apache Geronimo - Dev mailing list archive at Nabble.com.
