Re: Spring application made available as a web service through Axis2

2009-03-31 Thread robert lazarski
On Tue, Mar 31, 2009 at 6:43 PM, robert lazarski wrote: > - Show quoted text - > > And instantiate it somehow and log its output. A servlet with > load-on-startup is one common way, your app may have another. If the > missing class is actually a Service class, or you want to see the > entire class

Re: Spring application made available as a web service through Axis2

2009-03-31 Thread robert lazarski
- Show quoted text - On Tue, Mar 31, 2009 at 5:50 PM, Azazel Se wrote: > Hi again. > Everything which has something to do with the spring application, including > the apllication, are in jars and placed in the WEB-INF/lib folder. > The context xml files are filled with bean id and properties whic

RE: Spring application made available as a web service through Axis2

2009-03-31 Thread Azazel Se
through the 'main' api class. I'm completely new to spring so the idea was to hide it behind a thin wrapper. -Joey. > Date: Tue, 31 Mar 2009 17:39:16 -0300 > Subject: Re: Spring application made available as a web service through Axis2 > From: robertlazar...@g

Re: Spring application made available as a web service through Axis2

2009-03-31 Thread robert lazarski
On Tue, Mar 31, 2009 at 5:30 PM, Azazel Se wrote: > SEVERE: Exception sending context initialized event to listener instance of > class org.springframework.web.context.ContextLoaderListener > org.springframework.beans.factory.CannotLoadBeanClassException: Cannot find > class [--springappl---] for

RE: Spring application made available as a web service through Axis2

2009-03-31 Thread Azazel Se
ue, 31 Mar 2009 17:01:32 -0300 > Subject: Re: Spring application made available as a web service through Axis2 > From: robertlazar...@gmail.com > To: axis-user@ws.apache.org > > On Tue, Mar 31, 2009 at 4:40 PM, Joey S. wrote: > > > > It works as wanted, but as m

Re: Spring application made available as a web service through Axis2

2009-03-31 Thread robert lazarski
On Tue, Mar 31, 2009 at 4:40 PM, Joey S. wrote: > > It works as wanted, but as mentioned I want it available as a web service. > Considering all the problems with Spring and Axis2 together what is the > easiest way to make a web service out off it? I have used quite some time > trying the differen

Spring application made available as a web service through Axis2

2009-03-31 Thread Joey S .
Hi. I have an application which I want to build a small wrapper around and make a couple of the methods available as a web service in Axis2. I don't know much about the inner workings of it, but it uses spring, hibernate etc which makes it abit difficult. It expects the context.xml file as par