AFAIK there is no any restriction with Spring 2.5 or any other version , i don't think you will encounter any version problem. As i remember i have used Spring 2.5.6 without any problems, so you better to try out first and write back to the list if you get any issue.
Thanks , On Wed, Jul 29, 2009 at 6:57 AM, sam wong<[email protected]> wrote: > hi,Sagara, > > I found this in the sample page :Spring versions 1.2.6, 1.2.8 and 2.0 > have been tested, but probably any version would work as only the core > functionality is required. > > I am using spring 2.5, > current axis2 version is not support spring 2.5 ? > > > > Best & Regards, > Sam Wong > > > > > > 2009/7/29 Sagara Gunathunga <[email protected]>: >> Hi , >> You can write your functions with Spring/Hibernate as usual and then >> possible to expose your Spring services ( a bean) as a web service >> using Axis2 -Spring integration. >> >> Basically you have to do following two steps. >> >> 1.) Like in any other web framework define the Spring >> ContextLoaderListener in the web.xml file in order to load the Spring >> ApplicationContext. >> >> 2.) Define SpringServletContextObjectSupplier as the >> ServiceObjectSupplier for your web service , you can define this in >> the axis2 service.xml file. >> >> please refer[1] for details and code samples. >> >> [1] - http://ws.apache.org/axis2/1_5/spring.html >> >> Thanks , >> >> On Tue, Jul 28, 2009 at 11:16 PM, sam wong<[email protected]> wrote: >>> hi, everybody, >>> >>> I hava a web project writing with Spring2.5+Hibernate >>> some function need publish as WebService. >>> I want to use Axis2 to impletment this. >>> >>> >>> anybody can give me some Tutorial about this? >>> >>> >>> >>> thanks a lot.. >>> >>> >>> >>> Sam Wong. >>> >> >> >> >> -- >> Sagara Gunathunga >> >> Blog - http://ssagara.blogspot.com >> Web - http://sagaras.awardspace.com/ >> > -- Sagara Gunathunga Blog - http://ssagara.blogspot.com Web - http://sagaras.awardspace.com/
