Re: running axis server standalone

2010-03-11 Thread David Durham
>> [1] - http://axis2m.svn.sourceforge.net/viewvc/axis2m/trunk/axis2m/ >> [2] - http://axis2m.sourceforge.net/axis2m-spring.html > > You guys should add junit to your pom as a dependency with scope "test". Please disregard this. It actually applies to the other project mentioned in this thread.

Re: running axis server standalone

2010-03-11 Thread David Durham
On Wed, Mar 10, 2010 at 11:27 PM, Sagara Gunathunga wrote: > > Hi Dave, > > As mentioned  wsf/spring provides clear idea about how to configure/ > initialize Axis2 using Spring ApplicationContext.  If you intent to use > spring namespace handlers within the ApplicationContext  take a look at > [1]

Re: running axis server standalone

2010-03-10 Thread David Durham
On Wed, Mar 10, 2010 at 3:56 PM, David Durham wrote: > I should also add that I do not intend to have an axis2.xml file > anywhere.  I want to have complete control over the initialization of > my axis environment programatically.    These seems to be more > difficult than it shou

Re: running axis server standalone

2010-03-10 Thread David Durham
I should also add that I do not intend to have an axis2.xml file anywhere. I want to have complete control over the initialization of my axis environment programatically.These seems to be more difficult than it should be. Thanks, Dave On Wed, Mar 10, 2010 at 3:39 PM, David Durham wrote

running axis server standalone

2010-03-10 Thread David Durham
So I'm doing something unusual, I have a spring namespace handler so that I end up with a spring config like this: Where is my magic where I end up with requests routed to a Handler. Now, my handler logic looks basically like this: if (requestURL.endsWith(".wsdl") { // serve up th