[ http://issues.apache.org/jira/browse/AXIS2-427?page=comments#action_12368533 ]
robert lazarski commented on AXIS2-427: --------------------------------------- I use Spring in axis2 just fine without JAX_RPC and IMHO I don't see the need for this. Just use BeanFactory - directly or as a factory - inside the Web Service defined in services.xml . This is the way Spring works in taglibs etc that can't be injected. From there all references downward will automatically be injected as always. Spring support for injected references directly into the web service could be worthwhile but I don't think JAX-RPC is needed to do it. Lets not forget that Paul Fremantle did some work a while back for a SpringInOutMessageReceiver, etc, but it never really took off. I'd be interested in helping with axis2 support for Spring, but again, Spring's BeanFactory already allows axis2 to do dependancy injection. > Axis2 has no ServiceFactory > --------------------------- > > Key: AXIS2-427 > URL: http://issues.apache.org/jira/browse/AXIS2-427 > Project: Apache Axis 2.0 (Axis2) > Type: Bug > Environment: All > Reporter: Fernando Mato Mira > Priority: Blocker > > Axis2 does not provide a ServiceFactory. This prevents it to be plugged in as > a replacement for another JAX-RPC implementation > in a client written using the automatic mechanisms of Spring. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
